body {
	background-color: #003364;
	background-image: url(../layout/body_grad.png);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	text-align: center;
	height: 100%;
	width: 100%;
}
#wrapper {
	height: 100%;
	width: 100%;
	background-image: url(../layout/images/footer.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#container {
	height: auto;
	width: 492px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	background-image: url(../layout/content_grad.png);
	background-repeat: repeat-y;
}
#header {
	height: 246px;
	width: 492px;
	position: relative;
}
#header #left {
	height: 246px;
	width: 246px;
	background-image: url(../layout/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#header #right {
	height: 246px;
	width: 246px;
	position: absolute;
	top: 0px;
	right: 0px;
	left: 246px;
	background-image: url(../layout/images/bod.jpg);
}
#title {
	height: 48px;
	width: 246px;
	background-color: #2475A1;
}#maincontent {
	width: 492px;
	position: relative;
	height: auto;
}
#maincontent h2 {
	font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
	color: #2475A1;
	font-size: 1em;
	font-weight: lighter;
	padding-right: 5px;
	padding-left: 5px;
}
#maincontent p {
	font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
	color: #003E70;
	font-size: 0.7em;
	padding-right: 20px;
	padding-left: 20px;
}
#maincontent li {
	color: #D99966;
	font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
	font-size: 12px;
}
#maincontent a {
	color: #0B5687;
}
#header #left #nav {
	position: relative;
	list-style-type: none;
	margin-top: 100px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#footer {
	height: 33px;
	width: 492px;
	background-image: url(../layout/footer.gif);
}
#header #left #nav li {
	clear: left;
	float: left;
}


#header #left #nav a {
	color: #024B7E;
	text-decoration: none;
	font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
	font-size: 0.7em;
	margin: 0px;
	padding: 0px;
	display: block;
}
#container #header #left #nav a:hover {
	color: #3789B3;
}
.floatright {
	float: right;
}
