body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

html, body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #999;
	text-align:center;
	background-image: url('images/background.gif');
	background-repeat: repeat-y
			}

*html body{margin: 20px 0 0 0;}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	}
h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:28px;
	line-height:28px;
	font-weight:900;
	color:#9c9;
	}
h2 {
	font-size:14px;
	line-height:14px;
	font-weight:600;
	color:#363;
	}
h3 {
	font-size:12px;
	line-height:12px;
	font-weight:600;
	color:#363;
	}
h4 {
	font-size:12px;
	line-height:12px;
	font-weight:300;
	color:#363;
	}

p {
	font:11px/18px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
	}

a, a:link { 
	color: #696; 
	text-decoration:none; 
	font-weight:bold; 
	}

a:visited { 
	color: #9c9; 
	text-decoration:none; 
	 }

a:hover { 
	color: #363; 
	text-decoration: none; 
	 }

a:active { 
	color: #363; 
	text-decoration:none; 
	 }

img { border: 0; }
.to-right { float: right; padding: 0 10px 0 0 5px; }
.to-left { float: left; padding: 0 5px 0 10px; }

ol , ul , li {
	font-size: 10px;
	text-align: left;
	}

/* LAYOUT STYLES */

#header {
	font-family: Verdana;
	font-size: 11px;
	color: #333;
	background-color: #e2e2e2; 
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	height: 30px;
	margin-top: 20px;
	}
	 .ymca {
		float: left;
		text-align: left;
		padding: 3px;
		font-size: 18px;
		margin-left: 180px;
		}
	 .contact {
		float: right;
		text-align: right;
		padding: 8px 20px;
		}
	 .wdn {
		float: left;
		padding: 5px 25px;
		font-size: 8px;
		}
		
#om {	
	position: absolute;
	height: 48px;
	top: 12px;
	left:75px;
	}
	
#leftcol {
	background-color:#e2e2e2;
	border-left: 1px solid #333;
	float: left;
	width: 157px;
	color: #333;
	margin-top: 20px;
	margin-left: 20px;
	}
	#leftcol p {
		text-align: right;
		margin: 2px 0;
		padding: 10px 4px;
	}
		
*html #leftcol {
	margin-left: 10px;
}

#rightcol {
	float: right;
	z-index: 1;
	color: #333;
	background-color:#fff;
	margin: 0px 20px 20px 20px;
	border-bottom:1px none #e2e2e2;
	width: 300px;
	}

*html #rightcol {
	margin-right: 10px;
}

#content , #content-left {
	margin: 0 0 10px 180px;
	color: #333;
	padding-top: 10px;
	z-index: 5;
	}
	#content p, #content h1, #content h2, #content h3, #content li, #content ul , #content blockquote {
		margin: 10px;
		text-align: right;
		}
	#content-left p, #content-left h1, #content-left h2, #content-left h3, #content-left h4, #content-left li, #content-left ul , #content-left blockquote {
		margin: 10px 20% 10px 10px;
		text-align: justify;
		}
	#rightcol p {
		margin: 0 0 10px 0;
		text-align: left;
	}
	#rightcol li , #rightcol h2 , #rightcol h3 {
		text-align: left;
		}
	
.footnote {font-size: 10px; text-align: center;}

#footer {
	clear: both;
	font-family: Verdana;
	font-size: 11px;
	color: #333;
	background-color: #e2e2e2; 
	height: 30px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	margin-bottom: 20px;
	}
	
#leftcol a {
	text-decoration: none;
	outline: none;
	display: block;
	padding: 2px;
	font-size: 12px; 
	border: #9cf none 1px;
	background-color:#e2e2e2;
}

#leftcol a:hover {
	background-color: white;
}

#leftcol a.active {
	color: #363;
}

