body {
	background:url(images/header.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	margin:0px;
	padding:0px;
	text-align:center;
	letter-spacing: 1px;
	}
	
a {
	text-decoration:underline;
	color:#2f4692;
	}
	
a:visited {
	text-decoration:underline;
	color:#2f4692;
	}
	
a:hover {
	text-decoration: underline;
	color: #333;
	}	
		
a:active {
	text-decoration: underline;
	color: #333;
	}
		
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-style: bold;
	color: #2f4692;
	text-transform:uppercase;
	}
	
.style1{
	font-size: 11px;
	}	
			
#wrapper{
	position:absolte;
	top:0;
	margin: 0 auto;
	width: 100%;
}
	
#content {
	width:840px;
	text-align: left;
	margin-left:auto;
	margin-right:auto;
	}	
		
.header {
	width:770px;
	padding:6.5px 35px 0 35px;
	float:left;
	position: relative;
	}
	
.logo {
	width: 270px;
	height: 93px;
	margin:0px;
	background-image:url(images/logo.gif);
	position: absolute;
	top: 20px;
	right: 35px;
	}
		
.header ul {
	height: 128px;
	width: 462px;
	list-style: none;
	display: block;
	overflow: hidden;
	text-align:center;
	padding: 0px;
	margin: 0px;
	}


.header li {
    list-style: none;
	display: block;
	float: left;
	width: 154px;
	display: block;
	height: 120px;
	padding: 0px;
	margin: 0px;
	}

.header li a {
	height: 40px;
	padding: 80px 10px 0px 9px;
	display: block;
	vertical-align: bottom;
	text-decoration:none;
	color: #545454;
	font-size: 12px;
	background-image: url(images/nav-bg-off.jpg);
	background-position: right;
	background-repeat: no-repeat;
	}
.header li a.current {
	color: #FFFFFF;
	background-image: url(images/nav-bg-current.jpg);
	background-repeat: repeat-x;
	}	
.header li a:hover {
	background-image: url(images/nav-bg-hover.jpg);
	background-repeat: repeat-x;
	color: #545454;
	}
.header ul.subrow {
	height: 55px;
	list-style: none;
	overflow: hidden;
	text-align:center;
	padding: 0px;
	margin: 0px;
	width: 770px;
}
.header ul.subrow li {
	height: 55px;
	padding: 0px;
	width: 110px;
	margin: 0px;
	float: left;
	display: block;
}
.header ul.subrow li a {
	height: 55px;
	background: none;
	padding: 5px 10px;
	margin: 0px;
	border-right: 1px solid #DBDCE1;
}
.header ul.subrow li a.current {
	color: #FFFFFF;
	background-image: url(images/nav-bg-current.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	}	
.header ul.subrow li a:hover {
	background-image: url(images/nav-bg-hover.jpg);
	background-repeat: repeat-x;
	color: #545454;
	background-position: bottom;
	}
.header ul li ul {
	height: auto;
	position: absolute;
	z-index: 100;
	background-image: none;
	background-color: #FFFFFF;
	margin: 7px 0px 0px -21px;
	padding: 0px;
	text-align: left;
	float: left;
}
.header ul li ul li {
	background-image: none;
	background-color: #0054AA;
	z-index: 100;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	display: block;
	float: none;
	clear: both;
	text-align: left;
	height: 20px;
}
.header ul li ul li a {
	color: #FFFFFF;
	background-image: none;
	display: block;
	float: none;
	clear: both;
	text-align: left;
	margin: 0px;
	padding: 0px 5px;
	line-height: 20px;
}
.header ul li ul li a:hover {
	background-image: none;	
	color: #84A6D2;
}
.main {
	float:left;
	width:770px;
	padding:0 35px 35px 35px;
	margin-top:40px;
	background:url(images/bg.gif) no-repeat;
	}
	
#footer {
	width:100%;
	clear:both;
	background-color:#b3b3b3;
	height:70px;
	}
	
.foot {	
	width: 770px;
	position:absolute;
	left: 50%;
	margin-left:-375px;
	text-align:center;
	font-size:12px;
	margin-top:15px;
	color:#fff;
	}	
	
.foot a {
	text-decoration:none;
	color:#fff;
	}
	
.foot a:hover {
	text-decoration: underline;
	color: #fff;
	}			
