body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #3B3B3B;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
#pagesurround{
}

#logo {
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	height: 87px;
	width: 800px;
	background-position: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #e9e9e9;
	border-right-color: #e9e9e9;
	border-left-color: #e9e9e9;
	background-color: #E9E9E9;
}
#banner {
	background-image: url(../images/banner.jpg);
	height: 223px;
	width: 800px;
}
#content {
	width: 800px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-color: #e9e9e9;
	border-right-color: #e9e9e9;
	border-left-color: #e9e9e9;
}
.content_bg {
	background-image: url(../images/content_bg.gif);
	background-repeat: repeat-y;
}
.sidepanel {
	background-color: #E3E3E3;
	border-left: 2px solid #F1F1F1;
}
#footer {
	width: 800px;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CCCCCC;
}a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #0066FF;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #0066FF;
	text-decoration: underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #0066FF;
	text-decoration: underline;
}

