/* CSS Document */

body {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-top: 30px;
	background-color: #6B786C;
	}
	
a:link, a:active, a:visited {
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
	
#wrapper {
	width: 760px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	}
	
#header {
	width: 100%;
	height: 80px;
	background-color: #014C44;
	}
	
	
#topmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	position: relative;
	float: right;
	text-align: right;
	top: 60px;
	}	
	
#h_logo {
	position: absolute;
	z-index: 3;
	top: 60px;
	}
	
#bigpic {
	position: relative;
	margin-top: 1px;
	width: 100%;
	height: 150px;
	}
	
#sep1 {
	position: relative;
	margin-top: 1px;
	width: 100%;
	height: 5px;
	background-color: #014C44;
	}
	
#pagecontent {
	position: relative;
	margin-top: 1px;
	width: 100%;
	}
	
#footer {
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	}