﻿body 
{
    margin: auto;
    text-align: center;
    background-image: url('/images/bg.gif');
    background-repeat: repeat-x;
    background-color: #c0ddf3;
	margin-top: 15px;
	text-align: center;
}


.container
{
    width: 751px;
	margin: 0 auto;
	border: 0;
}
    
.header
{
	width: 751px;
	height: 96px;
	border: 0;
	background-color: #FFFFFF;
}

.banner
{
	width: 751px;
	height: 161px;
}

.white
{
	width: 721px;
	height: auto;
	background-color: #FFFFFF;
	padding: 15px;
	margin: 0 auto;
}

.whitemaint
{
	width: 711px;
	height: 600px;
	background-color: #FFFFFF;
	padding: 20px;
	margin: 0 auto;
}

.whitedep
{
	width: 711px;
	height: 300px;
	background-color: #FFFFFF;
	padding: 20px;
	margin: 0 auto;
}

.whitesupport
{
	width: 711px;
	height: 285px;
	background-color: #FFFFFF;
	padding: 20px;
	margin: 0 auto;
}

.whitecontact
{
	width: 711px;
	height: 490px;
	background-color: #FFFFFF;
	padding: 20px;
	margin: 0 auto;
}

.whitemanagement
{
	width: 711px;
	height: 390px;
	background-color: #FFFFFF;
	padding: 20px;
	margin: 0 auto;
}

.leftcol
{
	width: 450px;
	float: left;
	text-align: left;
}

.rightcol
{
	width: 240px;
	float: right;
	text-align: left;
}

.footercontainer
{
	width: 751px;
	clear: both;
	margin: 0 auto;
	padding-bottom: 20px;
	padding-top: 20px;
}

.nav
{
	width: 731px;
	height: 23px;
	text-align: left;
	padding-left: 20px;
	background-color: #e97528;
	clear: both;
}


.headercontainer
{
    background-color: #bfddf3;
    height: 73px;
}

.h1
{
    font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
	color: #335e99;
}

.h2
{
    font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
	color: #6192cc;
}

.body
{
    font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

.footertext
{
    font-size: 8pt;
    color: #3b3b3b;
	font-family: Arial, Helvetica, sans-serif;
}

a:link {  
	color: #000000;
	text-decoration: underline;
} 

a:visited {  
	color: #000000;
	text-decoration: underline;
}

a:hover {  
	color: #000000;
	text-decoration: none;
}

a.baselevelnav:link, a.baselevelnav:visited{
	color			 : #3b3b3b;
	text-decoration	 : none;
	font-size		 : 8pt;
	font-family		 : Arial, Helvetica, sans-serif;

}

a.baselevelnav:hover{
	color			 : #e4e4e4;
	text-decoration	 : none;
	font-size		 : 8pt;
	font-family		 : Arial, Helvetica, sans-serif;

}

a.mainlevelnav:link, a.mainlevelnav:visited{
	color			 : #FFFFFF;
	text-decoration	 : none;
	font-size		 : 10pt;
	font-family		 : Arial, Helvetica, sans-serif;

}

a.mainlevelnav:hover{
	color			 : #cccccc;
	text-decoration	 : none;
	font-size		 : 10pt;
	font-family		 : Arial, Helvetica, sans-serif;

}

#dropmenudiv{
position:absolute;
border:1px solid white;
filter:alpha(opacity=90);
opacity:0.9;
margin-top: 5px;
color: #ffffff;
border-bottom-width: 1;
background-color: #4972a7;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 12px;
text-align: left;
line-height:18px;
z-index:10000;
}

#dropmenudiv a{
width: 100%;
background-color: #e97528;
display: block;
text-align: left;
color: #FFFFFF;
text-indent: 3px;
border-bottom: 1px;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #92a6bf;
}
