body {
	margin: 0px;
	padding: 0px;
	background-color: #84929F;
}
.header {
	position: absolute;
	width: 796px;
	left: 50%;
	top: 20px;
	margin-left: -399px;
	z-index: 10;
	background-color: #FFFFFF;
	border-top: 1px solid #3B4B5B;
	border-right: 1px solid #3B4B5B;
	border-left: 1px solid #3B4B5B;
}
.navigation {
	margin-bottom: 4px;
}
.content {
	position: relative;
	width: 600px;
	top: 0px;
	left: 0%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 30px;
	color: #333333;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #3B4B5B;
	position: relative;
	width: 798px;
	border-top: 1px solid #3B4B5B;
	padding-top: 4px;
	background-color: #84929F;
	overflow: visible;
}

.sidebar {
	position: absolute;
	width: 165px;
	top: 0px;
	right: 50%;
	margin-right: -398px;
	text-align: center;
	padding-top: 30px;
}
.container {
	position: absolute;
	top: 328px;
	width: 798px;
	left: 50%;
	margin-left: -399px;
	z-index: 0;
	background-image: url(images/bg.gif);
	background-position: center;
}
.news {
	border: 1px solid #DDDDDD;
	margin-bottom: 10px;
	padding: 10px;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 3px;
}

a:link {
    color: #84929F;
    text-decoration: none;
}
a:visited {
    color: #84929F;
    text-decoration: none;
}
a:hover {
    color: #3B4B5B;
	text-decoration: underline;
}
.copyright a:link {
	color: #4E6172;
    text-decoration: none;
}
.copyright a:visited {
	color: #4E6172;
    text-decoration: none;
}
.copyright a:hover {
	color: #1E2D3B;
	text-decoration: underline;
}
.copyright a.NavActive{
	color: #3B4B5B;
    text-decoration: none;
}