body { background:#000; margin:0; }
body, td {
  font-size: 11px; font-family:Arial;
  color:#fff;
}
p { margin:0; padding-bottom:7px; padding-top:7px; }
td { color:#888; }
a { color: #c00; text-decoration:none; font-weight:bold; }
a:hover { color: #000; text-decoration: underline; }
ul {
  margin:0;
  padding:0;
  margin-left:20px;
}
hr {
	color:#000000;
	background:#000000;
	border:0;
	height:1px;
}
input, select, textarea {
	border:#000000 solid 1px;
}
form {
  margin:0;padding:0;
}

#page {
  background:#096E9C;
	width:900px;
	margin:0 auto;
}
#header {
  background:#000000;
	width:900px;
	height:126px;
}
#footer {
  background:#626262;
	width:900px;
	height:72px;
	clear:both;
  text-align:center;
}
#content {
  background:#626262;
  text-align:left;
	height:450px;
  padding:10px;
}
#homecontent {
  background:#626262;
  text-align:left;
	height:450px;
}
#homenews {
  padding:10px;
  height:300px;
}
#footermenu {
  background:#000;
}
#footermenu a {
  color:#000;
}