/* CSS Document */
body {
	background-color: #FFFFFF;
	color: #333333;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0 10px;
	padding: 0;
	min-width: 730px;
	background-repeat: repeat-x;
} 
#masthead {
	margin: 0;
	background-image: url("images/masthead_bg.jpg");
	background-repeat: repeat-x;
} 
#printlogo {display: none;}
#wrapper {
	margin: 0;
	position: relative;
	background-color: #FFFFFF;
} 
#sidebar {
	font-size: 0.8em;
	padding: 16px;
	position: absolute;
	top: 0;
	left: 0;
	width: 168px;
	background-color: #C9DBF1;
	border-right: 1px solid #999;
	background-image: url("images/map.jpg");
	background-position: bottom;
	background-repeat: no-repeat;
	border-bottom: 1px solid #999;
} 
#news {
	font-size: 0.8em;
	padding: 16px;
	position: absolute;
	top: 0;
	right: 0;
	width: 150px;
	background-color: #E7Eff9;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
} 
#sidebar h1, #news h1 {
	font-size: 1em;
	color: #00AAF2;
	text-transform: uppercase;
} 
#sidebar p, #news p {
	 
}
#news a {
	 color: #00AAF2;
}  
#maincontent {
	font-size: 0.8em;
	margin: 0 188px 0 188px;
	padding: 16px 30px;
	border-bottom: 1px solid #999;
} 
#maincontent h1 {
	font-size: 1.5em;
	color: #00AAF2;
} 
#maincontent h2 {
	font-size: 1.3em;  
} 
#maincontent p {
} 
#maincontent a { 
	color: #00AAF2;
} 

.clearit {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 1px;
}
#bottomNav p{
	text-align:center;
	font-size: 0.7em;
}

#bottomNav a { 
	color: #00AAF2;
} 

#footer {
	color : #999999;
	font-size: 0.7em;
	padding: 5px;
	background-color: #FFFFFF;
	border-top: 1px solid #999;
} 

#footer a {
	color: #00AAF2;
}
