﻿body
{
	min-width: 800px;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	font-family: "Trebuchet MS" , "Lucida Grande" , Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
	background-color: #aebed1;
	background-image: url( Images/TopBg.jpg );
	background-repeat: repeat-x;
}		

hr
{
	border:dotted 1px #809900;
	width:100%;
	height:1px;
}

h1, h2, h3, h4, h5 {color: #0066CB;}

h1
{
	font-size: 2.4em;
	font-weight: normal;
	color:#5e7085;
}

h2
{
	color:#7d8801;
	font-size:1.6em;
}

h6 
{
	font-weight:bold;
}


#mainwrapper 
{			
	margin: 0 auto;
	width: 800px;
	text-align: left;
}

#header 
{
	width:800px;
	height:200px;
	margin: 0px;
	color: #FFFFFF;
	background-color: #8CA7BB;
	background-image:url(Images/HeaderTopBg.jpg);
	background-repeat:no-repeat;
	font-size: 2.0em;
	font-weight: normal;
}

#copyrightContainer
{
	width:100%;
	height:30px;
	vertical-align:bottom;
	background-color:White;
	text-align:center;
	font-size:8pt;		
}

#contentBottom
{
	width:100%;
	height:20px;
	background-position:bottom;
	background-repeat:repeat-x;
	background-image:url(Images/ContentBottomBg.gif);
}	

#bottomMenuContainer
{
	width:100%;
	background-color:White;
	text-align:center;
}

.bottomMenuItem
{
	border-right:dotted 1px #809900;
	border-left:dotted 1px #809900;
	font-size:8pt;
	color:#809900;
}

#NavigationBar
{
	width:100%;
	height:45px;
	background-image:url(Images/MenuBg.jpg);
	background-repeat:repeat-x;	
	vertical-align:middle;
}

#NavigationBar a 
{
	color: #dffbc0;
	font-size:14pt;
	font-family:Calibri;
}

#header-bottom
{
	width:100%;
	font-size: 10pt;
	font-style: italic;
}

#content 
{
	width: 100%;
	background-color:White;
}

#content-left 
{
	width:180px;
	padding-top:10px;
}

#content-right 
{
	width:auto;
	border-left:1px dotted #809900;	
	padding:15px;
	vertical-align:top;
	min-height:500px;
}

#siteMap 
{
	background-color:White;
	width: 100%;
	font-family: Verdana;
	font-size: 9pt;
	padding-top:8px;
	padding-bottom:8px;
}

#siteMap a 
{
	color: #6785a9;
	text-decoration: none;
}

#siteMap a:hover 
{
	text-decoration: underline;
}	
