/* CSS Document */
body {
	font-family:Tahoma, serif;
	font-size: 12px;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #334d55;
	margin: 0px;
	padding: 0px;
}

h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #334d55;
	margin: 0px;
	padding: 0px;
}

h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #334d55;
	margin: 0px;
	padding: 0px;
}

h4{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #334d55;
	margin: 0px;
	padding: 0px;
}

#header{
	padding: 7px;
	border-bottom: 1px solid #E2EAEF;
	border-top: 1px solid #E2EAEF;
	border-right: 1px solid #E2EAEF;
	border-left: 1px solid #E2EAEF;
	height: 90px;
	width: 100%;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

#header2{
	padding: 7px;
	border-bottom: 1px solid #E2EAEF;
	border-top: 1px solid #E2EAEF;
	border-right: 1px solid #E2EAEF;
	border-left: 1px solid #E2EAEF;
	width: 100%;
	background-repeat: no-repeat;
	background-position: top right;
}

#nav {
	font-family:Tahoma, serif;
	font-size: 12px;
	font-weight: bold;
	padding: 12px;
	border-bottom: 1px solid #E2EAEF;
	border-top: 1px solid #E2EAEF;
	border-right: 1px solid #E2EAEF;
	border-left: 1px solid #E2EAFF;
	background-color: #FFE3AA;
	width: 20%;
}

#nav2 {
	font-family:Tahoma, serif;
	font-size: 12px;
	font-weight: bold;
	padding: 12px;
	border-bottom: 1px solid #E2EAEF;
	border-top: 1px solid #E2EAEF;
	border-right: 1px solid #E2EAEF;
	border-left: 1px solid #E2EAFF;
	background-color: #f3f6f8;
	width: 20%;
}


#contents {
	padding: 7px;  
	border-bottom: 1px solid #E2EAEF;  
	border-top: 1px solid #E2EAEF;
	border-right: 1px solid #E2EAEF;
	border-left: 1px solid #E2EAEF;   
	width: 35%;
}

#contents2 {
	font-family:Tahoma;
	font-size: 12px;
	padding: 7px;  
	border-bottom: 1px solid #E2EAEF;  
	border-top: 1px solid #E2EAEF;
	border-right: 1px solid #E2EAEF;
	border-left: 1px solid #E2EAEF;   
	width: 35%;
}

#footer {  
	padding: 7px;  
	border-bottom: 1px solid #E2EAEF;  
	border-top: 1px solid #E2EAEF;
	border-right: 1px solid #E2EAEF;
	border-left: 1px solid #E2EAEF;
	/*background-color: #f3f6f8;*/
	width: 100%;
}