body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #CBD5DF;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	text-align: justify;
}

a {color:#003366;}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	
}
#header {
	background-color: #003366;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height:150px;
	
}
#content {
	background-color: #FFFFFF;

	padding-top:20px;


}

#menu {
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #C6CED9;
	padding-right:2px;
	}
	
	
#menu ul {
	padding: 0px;

	float: right;
	margin-top: -25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

}
#menu li {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FFFFFF;
	color: #003466;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	display: block;
	width: 90px;
	height:22px;
	list-style-type: none;
	float: left;
	margin-left:2px;
	background-image: url(../images/right_tab.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	
}

#menu li:hover {
	background-image: url(../images/right_tabcurrent.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#menu a {
	background-image: url(../images/left_tab.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display:block;
	height:22px;
	text-decoration:none;
	color:#003366;
	

}
#menu a:hover {
	background-image: url(../images/left_tabcurrent.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration:none;

}
#menu #current {
	background-image:url(../images/right_tabcurrent.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#menu #current a {background-image:url(../images/left_tabcurrent.jpg); text-decoration:none;}




#content img {
	
	margin-bottom: 10px;

}






#subpagecontent {
	width: 740px;
	padding:20px;
	
}

#wrapper #content p {
	margin-right: 0px;
	margin-left: 14px;
	}
	
#wrapper #content #subpagecontent h4 {
	color: #003366;
}
#wrapper #content #subpagecontent h5 {
	margin-left: 10px;
	color: #339999;
}
#footer {
	width: 785px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #E9Ebed;
	padding-top: 15px;
	padding-left: 15px;
}
#wrapper #content #footer h6 {
	color: #003366;
}
#wrapper #content #subpagecontent img {
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
