* {margin:0px;padding:0px;top:0px;left:0px;}
body{
	text-align: center;
	background-color: #345b9c;
}
#main{
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	position: relative;
	width: 800px;
	text-align: left;
	background-color: #FFFFFF;
}

#header{
	background-image: url(images/header2.png);
	height: 226px;
	width: 800px;
	left: 0px;
	top: 0px;
}

#menu_nav{
	margin-left: 0px;
	padding-left: 0px;
	white-space: nowrap;
	position: absolute;
	height: 27px;
	width: 800px;
	top: 225px;
}

#menu_nav li{
	display: inline;
	list-style-type: none;
}

#menu_nav a {
	padding: 3px 10px;
	background-image: url(images/button.gif);
	height: 20px;
	width: 91px;
	display: inline;
	position: absolute;
	text-align: center;
	color: #fff;
	text-decoration: none;
}

#menu_nav a:hover{background-image: url(images/buttonover.gif);}
#n1{left: 0px;}
#n2{left: 114px;}
#n3{left: 230px;}
#n4{left: 345px;}
#n5{left: 460px;}
#n6{left: 575px;}
#n7{left: 689px;}

#left{
	float: left;
}

#left h2{
	margin:35px 0 0 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #033387;
}

#left p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	margin-left: 25px;
	margin-bottom: 20px;
	width: 300px;
}

#left ul{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 2em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #033387;
	text-decoration: none;
	background-color: #ffffff;
	text-indent: 5px;
	list-style-position: outside;
	list-style-image: url(images/check.png);
	list-style-type: square;
	padding: 10px;
	margin: 15px;
}


#content{
	margin-top: 252px;
	position: absolute;
	width: 800px;
	background-color: #FFFFFF;
}

#footer a{
	clear:both;
	width:320px;
	height:60px;
	float:right;
	text-decoration: none;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#footer a span {
 visibility: hidden;
}

#right{
	float: right;
	width: 460px;
	background-color: #FFFFFF;
	margin-right: 15px;
	margin-top: 20px;
	overflow: hidden;
}

#right p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	margin-left: 0px;
	margin-bottom: 20px;
	width: 460px;
}

#right h1{
	margin: 10px 0px 5px 0px;
	width: 300px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #033387;
}

#right span{
	margin-top: 10px;
	margin-bottom: 4px;
	width: 430px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #649721;
}

#right a{color: #666666;}

#right ul{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 2em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #033387;
	text-decoration: none;
	background-color: #ffffff;
	text-indent: 5px;
	list-style-position: outside;
	list-style-image: url(images/check.png);
	list-style-type: square;
	padding: 10px;
	margin: 10px;
}

#footer p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	float: right;
	padding-top: 23px;
	margin-right: 10px;
}

#signature {
	position: relative;
	left:-100px;
	top:-20px;
	height: 50px;
	background-image: url(images/signature.png);
	background-repeat: no-repeat;
	background-position: right bottom;

}


