body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ececec;
}
body {
	background-color: #737373;
	/*background-image: url(background.jpg);*/
	margin: 0;
}
a {
	color: #353535;
	text-decoration: none;
}
a:link, a:visited, a:active {
	color: #353535;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	text-decoration: underline;
}
hr {
	color:#999; background-color:#999; height:1px; border:none; 
	/*margin: 5px 0px;
	padding:0;
	border: none;
	border-top: 1px solid #999999;
	height: 1px;
	width: 98%;*/
}
h1 {
	font-size: 19px;
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: left;
	margin: 10px 2px 10px 0;
	font-weight:normal;
}
h2 {
	font-size: 16px;
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: left;
	margin: 10px 2px 8px 0;
	font-weight:normal;
}
h3 {
	font-size: 14px;
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: left;
	margin: 8px 2px 8px 0;
	font-weight:normal;
}
form {
	margin: 0;
}
.main {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	background-color: #808080;
	background-image: url(bg_main.gif);
	background-repeat:repeat-y;
}
.banner, .search_box {
	height: 160px;
	background-color:#666666;
	background-image: url(bg_header.gif);
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding-top: 20px;
}
.banner {
	width: 900px;
	text-align: left;
	clear:both;
}
/*.search_box {
	float: right;
	clear: right;
	width: 200px;
}*/
.search_string {
	width: 100px;
	height: 16px;
	font-size: 10px;
	vertical-align: middle;
}
.search_submit {
	width: 50px;
	height: 22px;
	font-size: 10px;
	vertical-align: middle;
}
.highlight {
	background-color: #D0D0D0;
}
.banner a {
	color: #FFFFFF;
}
.menu {
	float: left;
	width: 180px;
	margin: 0;
}
.menu ul, .menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 0;
}
.menu ul ul {
	padding-left: 0;
}
.menu a:link, .menu a:visited, .menu a:active, .menu a:hover {
	display: block;
	padding: 10px;
	text-decoration:none;
	color:#353535;
}
.menu_default a:link, .menu_default a:visited, .menu_default a:active {
	background-color:#999999;
	border-bottom: 1px solid #808080;
	text-decoration:none;
	color:#353535;
}
.menu_default a:hover {
	background-color:#808080;
	border-bottom: 1px solid #808080;
	text-decoration:none;
	color:#ffffff;
}

.menu_current  {
	background-color:#999999;
	border-bottom: 1px solid #808080;
	font-weight:bold;
	text-decoration:none;
	color:#ffffff;
}

.login_table {
	border: 1px solid #D0D0D0;
	margin-top: 20px;
	margin-bottom: 5px;
	text-align: center;
	padding-bottom: 3px;
}
.login_table h1 {
	color: #660033;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	margin: 5px 0px 5px 0px;
}
.login_table input {
	text-transform: uppercase;
	font-size: 10px;
	margin: 5px 0px 1px 0px;
	width: 100px;
}
.content {
	display:block;
	margin: 0 180px;
	padding: 10px 20px 20px 20px;
}
.content img{
	margin:5px 0;
	padding: 5px;
	border: 1px #999999 solid;
}
.content .noborder{
	margin:0;
	padding:0;
	border: none;
}
.content .home_table img{
	margin:0;
	padding:0;
	border: none;
}
.content .home_table a:link, a:visited, a:active {
	color: #ffffff;
	text-decoration: none;
}
.content .home_table a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.sidebar {
	float:right;
	padding:10px;
	width:160px;
	height:590px;
	/*background-image: url(bg_sidebar.gif);
	background-repeat: no-repeat;*/
}
.sidebar img{
	border:none;
}
.sidebar .section{
	padding-bottom: 8px;
}
.footer {
	background-color: #737373;
	padding:5px 10px 10px 10px;
	clear: both;
	height: 20px;
	font-size: 12px;
	color: #b2b2b2;
	text-align: left;
	line-height: 14px;
}
.powered_by {
	text-align: center;
	font-size: 10px;
	padding-top: 2px;
}