
body {
	background: #fff;
	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%;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
h1,h2,h3{
margin-top:0px;
color:#333;
font-family:Arial; 
font-weight:bold;
}
h1{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #004D80;
	font-size:18px;
	color:#004D80;
}
h2{
border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	font-size:15px;
}
a {
	color:#0099CC;
}
#container {
	width: 766px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	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 {
	background: #fff;
	padding:0px;
	margin:0px;
	width:766px;
	height:165px;
	display:block;
}
#navigation{
	height:40px;
	background-image: url(../images/interface/bg_navigation.gif);
	background-repeat: no-repeat;
	border: 1px solid #999999;
}
#navigation a{
	line-height:40px;
	padding-left:10px;
	padding-right:10px;
	font-size:15px;
	color:#666;
	height:40px;
	display:block;
	float:left;
	text-decoration:none;
	text-transform:uppercase;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
}
#navigation a:hover,#navigation a.selected{
background-image: url(../images/interface/bg_navigation_blue.gif);
	background-repeat: no-repeat;
	color:#fff;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 220px; /* 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: #fff;
	padding:0px;
	display:block;
	margin-bottom:20px;
	
}
#sidebartop{
padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 19px;
	display:none;
}
#mainContent {
width:auto;
	margin-top: 0;
	margin-right: 220;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0px;
}
#footer {
	background:#fff;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E5E5E5;
	font-size:11px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
}
#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 */
}
#footer a, #footer, #footer p{
color:#999;
}
.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;
}.leftcol_heading{
	font-size:14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #449E5D;
}
.main_text, input, textarea, body, font, select
	{
		font-family:Arial; 
		font-size:10pt;
		line-height:normal;
		color:#333333;
		
	}
	#stickipad{
	background:url(../images/misc/bg.jpg) no-repeat top;
	margin-left:15px;
	text-align:left;
	padding-top: 32px;
	padding-right: 15px;
	padding-bottom: 35px;
	padding-left: 15px;
	}
	#stickypadbottom{
	width:200px;
	height:47px;
	display:block;
	margin-left:15px;
	margin-top:-36px;
	background-image: url(../images/misc/m1-b.jpg);
	background-repeat: no-repeat;
	}
	#calendar {
	height: 22px;	margin-top:15px;
display:block;
margin-bottom:15px;
	}
	#calendar img{
	float:left;
	}#calendar a{
	line-height:26px;
		margin-left:15px;
		
	}
	.datetext{color:#0066CC;
font-size:10px;
font-style:italic;
}
.ul1{margin:0px; padding:0px;padding-bottom:10px; list-style:none;}
.ul1 li { background:url(../images/misc/h-l1.gif) repeat-x bottom;  padding: 3px 0 3px 0px;}
.ul1 li.heading{
 background:none;  padding: 3px 0 3px 0px;
font-size:14px;
color:#660000;
padding-bottom:8px;
}
.ul1 li a { color:#333333; text-decoration:none;}
.ul1 li a:hover { color:#0066CC;}
.featureimage{
	float:left;
	padding: 2px;
	border: 1px solid #CCCCCC;
	margin-right:8px;
	margin-bottom:8px;
}
.featureimage_r{
float:right;
	padding: 2px;
	border: 1px solid #CCCCCC;
	margin-right:8px;
	margin-bottom:8px;
}