/* CSS Document */
body {
	background-color: #9C9C9C;
	background-image: url(../images/bg.jpg);
	margin: 0px;
	color: #000000;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
}
a:link, a:visited {
	font-family: Tahoma, Verdana, Arial;
	color: #006AA2;
	text-decoration: none;
	font-size: 11px;
}
a:hover, a:active {
	font-family: Tahoma, Verdana, Arial;
	color: #0099CC;
	text-decoration: underline;
	font-size: 11px;
}
.bottom a:link, .bottom a:visited {
	font-family: Tahoma, Verdana, Arial;
	color: #006AA2;
	text-decoration: none;
	font-size: 11px;
}
.bottom a:hover, .bottom a:active {
	font-family: Tahoma, Verdana, Arial;
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 11px;
}
p {
	text-indent: 25px;
}
#center {
	text-align: center;
}
strong {
	color: #006AA2;
}
div.header {
	width: 834px;
	height: 136px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}
div.table {
	width: 834px;
	background-image: url(../images/tfiller.jpg);
	background-repeat: repeat-y;
	vertical-align: top;
}
table.main {
	padding: 0px;
}
td.lside {
	width: 90px;
	background-image: url(../images/side.jpg);
	background-repeat: no-repeat;
}
div.nav {
	width: 155px;
	height: 307px;
	background-image: url(../images/navbar.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	float: right;
}
td.content {
	width: 510px;
	background-image: url(../images/tablebg.jpg);
	background-repeat: no-repeat;
	vertical-align: top;
	color: #9C9C9C;
}
table.news {
	width: 440px;
	background-image: url(../images/tcorner.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 10px;
}
td.newsdate {
	height: 25px;
	background-image: url(../images/datebar.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	vertical-align: middle;
	color: #006AA2;
	font-weight: bold;
}
div.newstext {
	width: 90%;
	text-align: left;
}
td.newsbottom {
	height: 33px;
	background-image: url(../images/bcorner.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}
div.about {
	text-align: right;
}
table.fill {
	width: 440px;
	background-image: url(../images/tcorner.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 10px;
}
div.filltext {
	width: 90%;
	text-align: left;
}
div.tbottom {
	width: 788px;
	height: 77px;
	background-image: url(../images/bottom.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}
div.bottom {
	width: 834px;
}
div.serverstatus {
	position: absolute;
	top: 102px;
	left: 350px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #000000;
}
ul {
	list-style-image: url(../images/li.gif);
}