@charset "utf-8";
body  {
	font: 100% Georgia, "Times New Roman", Times, serif;
	background: #FFFFFF url(bg.gif) repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 790px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: -20px auto 0;
	text-align: left;
	padding: 0;
	
} 
#header {
	background: #FFFFFF;
	padding: 0 0px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 100px;
} 

#newsbar {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 15px 50px 10px;
}
#mainContent {
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: auto;
} 
#footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#005AA5;
	height: 30px;
	font-family: "MS Sans Serif", Arial, Verdana;
	color: #FFFFFF;
	font-size: 11px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#header #search {
	width: 200px;
	position: relative;
	left: 570px;
	bottom: 40px;
	/* remove attribute below to show the search box */
	visibility:hidden;
}
#header #search #search_btn {
	background-color: #005AA5;
	color: #FFFFFF;
	
	
	
}
#header #search #search_box {
	height: 15px;
	padding-left:3px;
	color: #666666;
}


/* GENERAL FONTS AND SIZES */
h2 a, h3 a, p a, ul a, ol a, table th a, table td a, table th, table td, ul li{
	font-size: 13px;
}
/* MAIN CONTENT (home) */
#mainContent h1 {
	font-size: 24px;
	color: #004B93;
}
#mainContent h2 {
	font-size: 20px;
	color: #EB556A;
}
#mainContent p {
	font-size: 13px;
	line-height: 20px;
}
#mainContent a {
	color: #004B93;
	text-decoration: none;
}
#mainContent a:hover { 
	text-decoration: underline;
}


/* MAIN CONTENT FOR ALL PAGES BUT HOME  */
#mainContent1 {
	margin: 0 20px 0 200px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: auto;
} 

#mainContent1 h1 {
	font-size: 24px;
	color: #004B93;
}
#mainContent1 h2 {
	font-size: 20px;
	color: #EB556A;
}
#mainContent1 p {
	font-size: 13px;
	line-height: 20px;
}

#mainContent1 .comment {
	font-size: 12px;
	margin-left:40px;

}

#mainContent1 a {
	color: #004B93;
	text-decoration: none;
}
#mainContent1 a:hover { 
	text-decoration: underline;
}


#mainContent1 li {
	margin-bottom:8px;
}
#mainContent1 img.staff {
	margin-right: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
	border-top: 10px solid #004B93;
	border-bottom: 10px solid #004B93;
	padding-top:1px;
	padding-bottom:1px;
	float:left;
}

/* MAIN NAVIGATION */
#mainnav  {
	margin:0;
	height:30px;	
	background-image: url(bg_nav.jpg);
	background-repeat: repeat-y;	
	padding: 0;
	float: left;
	width: 790px;
	clear: both;
		
}

#mainnav ul {
	display: block;
	list-style-type: none;
	margin:7px 0 0 0;
	padding-left: 10px;
	
}
#mainnav ul li{
	margin: 0;
	padding:0;
	display: block;
	float: left;	
}
#mainnav ul li a{
	margin: 0;
	padding: 0px 10px;
	display: block;
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}
#mainnav li.current {	
}

#mainnav ul li a:hover{	
	color:#FFFF66;
	}

#mainnav li a.current {
color:#FFFF66;
}

	
#banner{
width:790px;
margin-top:2px;
margin-bottom:2px;
}	


/* META NAVIGATION */

#metanav {
	position: relative;
	bottom: 10px;
	visibility: hidden;
}
#metanav ul{
	margin: 0 5px 0 0;
	padding: 0;
	width: auto;
	list-style: none;
	float: right;
	display: block;
}
#metanav ul li{
	margin: 0;
	padding:0;
	display: block;
	float: left;
}
#metanav ul li a{
	margin: 0;
	padding: 5px 10px 0 10px;
	display: block;
	background: url("metanav_separator.gif") no-repeat right 0.8em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	white-space: nowrap;
}
#metanav ul li.last a{
	background: none;
}
#metaNav{
	text-align: right;

}

#metanav ul li a:hover{
	text-decoration: underline;
	}
	
/* NEWS SIDEBAR (home) */	

#newsbar h3 {
	color: #AA0033;
}

#newsbar ul {
	list-style: none;
	margin:0;
	padding:0;
}
#newsbar ul li{
	margin: 0;
	padding:0;
	border-bottom:1px solid #8EC1C2;
	border-top: 1px solid #8EC1C2;	
	padding-top:7px;
	padding-bottom:7px;	
}

#newsbar ul li a {
	font-size: 13px;
	line-height: 18px;
	color: #004B93;
	text-decoration:none;
	margin-right:5px;	
}
#newsbar ul li a:hover {
	text-decoration:underline;	
}

#newsbar a.morenews {
	position:relative;
	left: 135px;	
	line-height:30px;
	text-decoration:none;
	font-size:12px;
		
}
#newsbar a.morenews:hover {
	text-decoration:underline;	
}
#newsbar ul#quicklinks a{
font-size:12px;
}

/* NAVIGATION SIDEBAR  */
	
#navbar {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 50px 15px;
}
#navbar h3 {
	color: #EB556A;
}

#navbar ul {
	list-style:none;
	padding:0;
	margin-top: 0;	
	margin-left: 0;
	border-bottom:1px solid #8EC1C2;
	border-top: 1px solid #8EC1C2;	
}
#navbar ul li{
	margin-bottom: 5px;	
	padding-left: 5px;		
}

#navbar ul li a {
font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #004B93;
	text-decoration:none;
	margin-left: 0px;	
	
}
#navbar ul li a:hover {
	text-decoration:underline;	
}
#navbar li.current {
background-color:#005AA5;	
}

#navbar li a.current {
color:#FFFFFF;
font-weight:bold;
}



/* FOOTER  */

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#header #logo {
	padding-top: 30px;
	height: 68px;
	width: 527px;
}
