* {
	padding: 0;
	margin: 0;
}

body{
	background: #ffffff url("/images/bg.jpg") top center repeat-x;
	color: #999999;
	font-family: "Trebuchet MS", arial,sans-serif;
	font-size: 12px;
}

#content {
	width: 850px;
	margin: 0 auto;
	margin-top: 20px;
}

#top {
	width: 850px;
	height: 100px;
	margin: 0 auto;
	margin-top: 40px;
	text-align: left;
	background: url("/images/logo.gif") left top no-repeat;
	border-bottom: 3px solid #8f8f8f;
}

#logo {
	float: left;
}

#logo .logo {
	font-size: 36px;
	font-weight: bold;
	float: left;
	line-height: 40px;
}

#logo .logo .blue {
	color: #28a8eb;
	border-bottom: 3px solid #00ff00;
}

#logo .logo .green {
	color: #00ff00;
	border-bottom: 3px solid #28a8eb;
}

#logo a {
	display: block;
	height: 100px;
	width: 300px;
	text-decoration: none;
	padding-left: 140px;
}

#logo .sublogo {
	font-size:14px;
	color:#999;
	margin-top: 0;
}


#topmenu {
	width: 400px;
	margin: 0;
	line-height: normal;
	height: 35px;
	float: right;
	font-weight: bold;

}
#topmenu ul {
	list-style:none;
}

#topmenu li {
	display:inline;
}

#topmenu a {
	float: right;
	margin: 0;
	padding: 0 0 0 4px;
	text-decoration: none;
}

#topmenu a span {
	float: left;
	display: block;
	padding: 5px 15px 4px 6px;
	color: #28a8eb;
	border-bottom: 2px solid #00ff00;
}

#topmenu a:hover span {
	color: #999;
	border-bottom: 2px solid #999;
}

#topmenu a:hover {
	background: transparent;
}

#topmenu a.active span {
	color: #00ff00;
	border-bottom: 2px solid #28a8eb;
}

UL.BLUE {
	list-style-type: none;
	font-size: 1.1em;
}

#centercontent {
	margin: 0;
	float: left;
	background: #fff;
	color: #000;
	min-height: 100px;
	width: 540px;
	font-size: 13px;
}

#centercontent h3 {
	line-height: 30px;
	font-size: 20px;
	color: #777;
}

#centercontent p {
	margin: 8px 0;
	text-indent: 2em;
}

#centercontent a, a:link, .link {
	color: #28a8eb;
}

#centercontent a:hover, a:active{ color:#00FF00;}

#centercontent ul {
	margin-left: 25px;
	display: list-item;
	list-style: url("/images/arrow.gif");
}

#centercontent ul li {

}

#rightside {
	clear: both;
	float: right;
	width: 240px;
}

#rightside ul {
	margin-top: 20px;
	margin-left: 10px;
}

#rightside ul li {
	line-height: 12px;
	margin: 10px 0;
}

#rightside a, a:link {
	color: #28a8eb;
	text-decoration: none;
}

#rightside a:hover, a:active {
	color: #0f0;
}

#rightside h3 {
	background: url("/images/bg.jpg") repeat-x;
	line-height: 30px;
	text-align: center;
	font-size: 20px;
/*	color: #00ff00;*/
/*	color: #28a8eb;*/
	color: #ccc;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#topmenu a span {float:none;}
/* End IE5-Mac hack */

#footer {
	height: 23px;
	background: #000 url('images/bg.jpg') top center repeat-x;
	text-align: center;
	padding-top: 8px;
	clear: both;
	float: none;
	margin-top: 20px;
}

#footer a, a:link {
	color:#999999;
	text-decoration: none;
	color: #28a8eb;
}

#footer a:hover {
	color: #00ff00;
	text-decoration: none;
}

#sub {
	clear: both;
	margin: 0 auto;
	margin-top: 5px;
	text-align: center;
	font-size: 0.9em;
	font-weight: normal;
	width: 870px;
	color: #000;
}

#sub ul {
	list-style: none;
	display: inline;
	float: left;
}

#sub li {
	display: block;
	float: left;
	width: 265px;
	padding: 0 0 0 10px;
	margin-bottom: 10px;
	text-align: left;
	line-height: 1.1em;
}

#sub a {
	font-weight: normal;
/*	color: #00ff00;*/
	color: #28a8eb;
}

#sub a:hover {
	color: #00ff00;
}

.blank {
	clear: both;
}

table {
	width: 100%;
	margin: 10px 0;
	border-collapse: collapse;
	border: 1px solid #00ff00;
}

th, td {
	border: 1px solid #00ff00;
	padding: 2px 10px;
	text-align: center;
}

th {
	color: #28a8eb;	
}

.title {
	width: 70%;
	text-align: left;
}

strong {
	color: #28a8eb;	
}
