@charset "utf-8";
/* CSS Document */

body  {
	background: #0085c8 url(/images/bg_page.jpg) repeat-x top left;
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#container { 
	width: 960px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header {
	padding: 0;  /* 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. */
} 
#header h1 {
	text-align:center;
	margin:10px 0;
	padding:0;
	font-size:18px;
	font-weight:bold;
	color:#ffffff;
	font-family:"Trebuchet MS", Arial, sans-serif;
}
#header #headerAdSpace {
	margin: 40px 20px 20px 0;
	padding: 0;
	float: right;
	width:468px;
	height:68px;
}
#leftSideBar {
	width:200px;
	float:left;
	text-align:center;
}
#leftSideBar #leftAdSpace {
	margin: 0;
	padding: 0;
	text-align:center;
}
#leftSideBar form {
	margin:2px auto 12px;
	padding:0;
}
#navMenu {
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background:url(/images/bg_menu.jpg) no-repeat bottom;
	padding: 0 0 36px;
	margin:0;
	font-family: "Trebuchet MS", Arial, sans-serif;
	text-align:left;
}
#navMenu ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
#navMenu ul li {
	position:relative;
	display:block;
	vertical-align: bottom;
	margin:0;
	padding:0;
}
#navMenu ul li a {
	padding:4px 2px 4px 34px;
	margin:2px 0;
	display:block;
	color: #ffffff;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
#navMenu ul li a:hover {
	display:block;
	color: #FF6600;
	text-decoration:none;
	background: url(/images/menu_bullet.gif) no-repeat left;
}
* html #navMenu ul li a {
	height: 1px;
}
#mainContent {
	margin: 0 0 0 210px; /* the left margin on this div element creates the column down the left 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: 110px 0 10px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:#ffffff url(/images/page_head_home.jpg) no-repeat;
	width:750px;
	min-height:770px; /* extends content to bottom */
	height:auto;
}
* html #mainContent { /* extends content to bottom */
	height:770px;
}
#mainContent p.pageNav {
	padding-bottom:6px;
	font-weight:bold;
}
#mainContent #contentAdSpace {
	margin: 0 5px 10px 0;
	padding: 0;
	float:right;
	text-align:center;
	width:190px;
	display:inline; /* fixes IE 6 margin */
	clear:right;
}
#mainContent #content {
	margin:0 0 0 12px;
	width:536px;
	overflow:hidden;
}
#mainContent p {
	font-size:80%;
	line-height:120%;
	margin:0 0 10px;
	padding:0;
}
#mainContent p.date {
	font-size:70%;
	margin:0 0 2px;
	padding:0;
}
#mainContent h1 {
	color:#0085c8;
	font-size:110%;
	margin:0 0 6px;
	padding:0;
}
#mainContent h2 {
	font-size:90%;
	margin:0 0 6px;
	padding:0;
}
#mainContent a {
	color:#0085c8;
	font-weight:bold;
	text-decoration:underline;
}
#mainContent a:hover {
	color:#73c167;
	text-decoration:none;
}
#mainContent ul {
	list-style-type:disc;
	margin:0 0 10px 20px;
	padding:0;
}
#mainContent ol {
	margin:0 0 10px 20px;
	padding:0;
}
#mainContent li {
	margin:0 0 5px 10px;
	padding:0;
	font-size:80%;
}
#mainContent ol li ol {
	margin:0 0 6px 16px;
	padding:0;
	list-style:lower-alpha;
}
#mainContent ol li ol li {
	margin:0 0 5px 10px;
	padding:0;
	font-size:100%;
}
#mainContent ul.newsLinks {
	list-style-type:none;
	margin:0;
	padding:0;
}
#mainContent li.newsLinks {
	margin:0 0 10px 10px;
	padding:0 0 10px;
	font-size:80%;
	border-bottom:2px dotted #d1d1d1;
}
.label {
	color:#0085c8;
	font-weight:bold;
}
#footer {
	padding: 10px 10px 10px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align:center;
	clear:both;
} 
#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: 0 0 6px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#ffffff;
	font-size:10px;
}
#footer a {
	color:#ffffff;
	font-weight:bold;
	text-decoration:underline;
}
#footer a:hover {
	text-decoration:none;
}
#mainContent .smText {
	font-size:11px;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:1px;
}
