body{
	color:#000000;
	font-family:Tahoma;
	font-size:13px;
	}
	
h1, h2{
	color:#003366;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	}
	
a{
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
	}
	
a:hover{
	text-decoration:none;
	}
	
#header{
	width:762px;
	height:196px;
	background:url(img/header.jpg);
	color:#ffffff;
	margin:3px auto 0 auto;
	font-family:Arial, Helvetica, sans-serif;
	}
	
#header b{
	width:400px;
	height:30px;
	display:block;
	float:left;
	padding:55px 0 0 100px;
	font-size:18px;
	}
	
.a1, .a2, .a3{
	width:243px;
	height:20px;
	border-right:#FFFFFF 1px solid;
	display:block;
	float:left;
	text-decoration:none;
	font-size:13px;
	padding:5px;
	text-decoration:none;
	margin:15px 0 0 0;
	text-align:center;
	}
	
.a1{
	color:#ffffff;
	background:#13476f;
	}

.a2{
	color:#ffffff;
	background:#1b659d;
	}
	
.a3{
	color:#ffffff;
	background:#2382ca;
	}
	
.a1:hover{
	color:#000000;
	background:#c1d9eb;
	}
	
.a2:hover{
	color:#000000;
	background:#c1d9eb;
	}

.a3:hover{
	color:#000000;
	background:#c1d9eb;
	}
	
#main{
	width:722px;
	margin:0 auto;
	overflow:hidden;
	padding:20px;
	background:#FFFFFF;
}

#footer{
	width:752px;
	height:171px;
	display:block;
	margin:0 auto;
	font-weight:bold;
	padding:0px 0 0 10px;
	background:url(img/footer.jpg);
	color:#000000;
	font-size:11px;
	}
