@charset "UTF-8";
/* CSS Document */

/***********************************************************
			 Site and page layout	  			     
 **********************************************************/
*{
	padding:0;
	margin:0;
	border:none;
}
html{
	height:101%;
}
body{	
	font-family:Arial, Helvetica, sans-serif;
	background-color:#fff;
	font-size: 12px;
}
#wrapper{
	width:715px;
	margin:0 auto;	
}
#contentwrapper{
	min-height:350px !important;
	*:min-height:350px !important;
	min-height:450px;
}
#content ul {
	padding:0 0 16px 20px;

}
#content li {
	padding:0 0 10px 0px;

}
#content a{
	color:#08435D;
}
#contentTop{}
#footer{
	clear:both;
}

/***********************************************************
			   Top Navigation	  			     
 **********************************************************/
 #navTop {
	position:absolute;
	top:0px;
	margin:0 0 0 20px;
	width: 800px;
}
#navTop ul {
	list-style: none;
	text-align: center;	
}
#navTop li {
	margin: 0em;
	
	float: left;
	height: auto;
	
}
#navTop li a {
	padding: 0em;
	display: block;padding: 10px 13px;
	text-decoration: none;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	
}
#navTop li a:hover {background-color:#036b9c;}
#navTop li a.on {background-color:#036b9c;}


/***********************************************************
			   Fonts and topography	  			     
 **********************************************************/
p {
	margin: 0 0 10px 0;
	line-height:16px;
}
h1, h2, h3, h4, h5, h6 {
	font-family:Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 16px;
	color:#015570;
	margin: 0 0 15px 0;
}
h2 {
	font-size: 14px;
	color:#015570;
	margin: 0 0 10px 0;
}
h3 {
	font-size: 12px;
}
a {
	text-decoration:none;
}
a:hover {}
a:visited{}

img.FloatRight{
	margin:0 0 10px 10px;
	float:right;
	border:#159ABE solid 2px;
}

table{
	border-top: 1px solid #BEBFC3;
	border-left: 1px solid #BEBFC3;
	line-height:21px;
	margin: 12px 0 21px 0;
	width:100%;
}
td {
	padding: 4px 4px;
	border-bottom: 1px solid #BEBFC3;
	border-right: 1px solid #BEBFC3;
	vertical-align: top;
}
th {
	padding: 4px 4px;
	border-bottom: 1px solid #BEBFC3;
	border-right: 1px solid #BEBFC3;
	text-align: center;
	background-color: #F3FBE1;
}

table.calendar {
	margin: 12px 0 21px -15px;
	font-size:11px;
}
table.calendar th {
	padding: 4px 2px;
}


#content ul.sitemap, #content ul.sitemap ul {
	padding:0 0 16px 20px;
	list-style:none;

}
 #content ul.sitemap ul {
 	padding:14px 0 0 40px;
 }
#content li {
	padding:0 0 10px 0px;

}