@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #f7f7f7;
	width: 800px;
	border-top-width: 4px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #00376D;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
#wrapper #logo {
	background-color: #FFFFFF;
	width: 800px;
}
#wrapper #navigation {
	border-bottom-color: #990000;
	width: 800px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #right {
	background-color: #f7f7f7;
	width: 800px;
}
#wrapper #sidemenu {
	width: 200px;
	float: left;
}
#wrapper #sidetext {
	float: right;
	width: 600px;
	background-color: #EAEBEC;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 15px;
	color: #000066;
	text-align: justify;
}
#wrapper #imageheader {
	background-color: #FFFFFF;
	width: 800px;
}

#wrapper #footer {
	font-family: Cambria;
	font-size: 10px;
	background-color: #FF9900;
	width: 800px;
	clear: both;
	color: #FFFFFF;
	height: 30px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: groove;
	border-top-color: #00376D;
	border-right-color: #00376D;
	border-bottom-color: #00376D;
	border-left-color: #00376D;
}

