* { 
	margin: 0; 
	padding: 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
}

body {
	background-color: #000;
}
p, ul {
	margin: 5px 0 5px 10px;
}

li {
	margin-left: 15px;
}

a:link {
	color: #00B;
	text-decoration: none;
}
a:visited {
	color: #00B;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: none;
}
a:active {
	color: #00B;
	text-decoration: none;
}

.container {
	text-align: center;
}

.header {
	background-image: url('../images/header.jpg');
	height: 129px;
	width: 740px;
}

.menubar {
	background-image: url('../images/btn_bg.jpg');
	background-repeat: repeat-x;
	border-top: solid 2px #000;
	height: 40px;
	width: 100%;
	text-align: center;
}

.menubar table {
	border-left: groove 3px #00F;
	height: 30px;
}

.menubar td{
	font-weight: bold;
	border-right: groove 3px #00F;
	border-bottom: solid 2px #555;
	text-align: center
}

.hnav {
	height: 30px;
	width: 740px;
}

.content {
	width: 740px;
	min-height: 150px;
	border-bottom: groove 5px #00F;
	background-color: #FFF;
}

.sidebar {
	background-image: url('../images/sidebar_bg.jpg');
	background-repeat: repeat-y;
	background-position: right;
	width: 200px;
	padding-right: 15px;
	vertical-align: top;
	text-align: justify;
}

.newsbox {
	border: solid 1px #00F;
	margin-bottom: 5px;
}

.newshead {
	font-weight: bold;
	text-align: center;
	background-color: #BCC1D5;
	color: #1C2960;
	border-bottom: groove 2px #00F;
}

.newstext {
	padding: 5px 5px 5px 5px;
}

.contentarea {
	width: 580px;
	margin: 0 5px 0 155px;
	padding: 5px;
	vertical-align: top;
}

.contentbox {
	border-bottom: dotted 1px #00F;
	padding: 5px;
	text-align: justify;
}

.formbox{
	width: 200px;
	height: 20px;
	border: groove #00F;
}

.formbox2{
	width: 200px;
	height: 150px;
	border: groove #00F;
}

.btns{
	border: groove 2px #00F;
	padding: 2px 5px;
	background-color: #FFF;
	font-weight: bold;
	color: #00F;
}

.btns:hover{
	background-color: #00F;
	border: groove 2px #00F;
	font-weight: bold;
	color: #FFF;
}

.footer {
	background-color: #FFF;
	font-size: .75em;
	font-weight: bold;
	text-align: center;
}
