* {
	margin: 0px;
	padding: 0px;
}
body {
	background: url('../images/bg.gif');
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	cursor: default;
	color: #000000;
}
br {
	clear: left;
}
a:link,
a:visited,
a,
a:active {
	font-weight: bold;
	text-decoration: none;
	color: #3f6088;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #7aa5d7;
}
#container {
	width: 766px !important;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	background: url('../images/body_bg.gif') 0px 0px repeat-y;
	background-color: #ffffff !important;
	border: 3px solid #3f6088;
}
#headerContainer {
	display: block;
	width: 766px;
	height: 162px;
}
#logo {
	float: left;
	width: 478px;
	height: 162px;
	background: url('../images/logo.gif') 0px 0px no-repeat;
}
#menuContainer {
	float: left;
	width: 288px;
	height: 162px;
}
#menuContainer img {
	float: left;
	margin: 0px;
	padding: 0px;
}
#contentContainer {
	display: block;
	width: 766px;
	height: auto;
}
#contentContainer h1 {
	display: block;
	width: 691px;
	height: 27px;
	background: url('../images/h1.gif') 0px 0px no-repeat;
	font-size: 13px;
	font-weight: bold;
	padding: 6px 0px 0px 75px;
	text-transform: uppercase;
}
.contentBox {
	margin: 10px 0px 10px 35px;
	width: 662px;
	height: auto;
	background-color: #ffffff;
	padding: 15px;
	border: 1px solid #3f6088;
}
.contentBox ul {
	margin-left: 15px;
}
#footer {
	display: block;
	width: 761px;
	height: 27px;
	background: url('../images/footer.gif') 0px 0px no-repeat;
	padding: 30px 5px 0px 0px;
}
#footer p {
	float: right;
	text-align: right;
	margin-right: 10px;
	font-size: 10px;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;	
}