body {
	background-color: black;
	color: #ddd;
	font-family:verdana,sans-serif;
	font-size: 80%;
}

h1, h2, h3, h4, h5 {
	font-family:trebuchet ms,arial,tahoma,verdana,sans-serif;
	font-weight:normal;
	letter-spacing:.005em;
	padding-top: 5px;
	margin: 0px;
	color: white;
}

a {
	color: #ddd;
}


a:link {
    color: #ddd;
}

a:visited {
    color: #ccc;
}

a:hover {
	color: #fff;
}

a:active {
	color: #fff;
}

#page {
	padding: 0px;
	margin: 0px;
}

#main {
	border: 1px solid black;
}

#header {
	position: relative;
	height: 84px;
	width: 100%;
	background-color: black;
	border-bottom: 1px solid white;
}

#header2 {
	position: relative;
	height: 2em;
	width: 100%;
	background-color: #333;
}

#logo {
	float:left;
	margin-left: 10px;
	padding: 6px;
}

#logo img {
	border: none;
}

#menu li {
	float: left;
	margin: 0 0.15em;
}

#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#menu {
	position: absolute;
	left:150px;
	top:0px;
}

#menu li a {
	background: url(../images/button.gif) bottom left repeat-x;
	height: 2em;
	line-height: 2em;
	float: left;
	width: 100px;
	display: block;
	color: white;
	text-decoration: none;
	text-align: center;
}

#menu li a:hover {
	color: white;
	background: #0d099b;
}

#menu li .selected {
	border: 1px solid white;
	border-top: none;
	background: #484848;
}

#menu li a.selected:hover {
	background: #484848; 
}

/* Hide from IE5-Mac \*/
#menu li a {
	float: none
}
/* End hide */

#menu {
	width: 330px;
}

#content {
	padding: 20px 30px 20px 30px;
	min-height:400px;
	min-width: 30em;
	max-width: 1024px;
	background-color: black;
	overflow:auto;
}

#content a {
	color: #ddd;
}


#content a:link {
    color: #ddd;
}

#content a:visited {
    color: #ccc;
}

#content a:hover {
	color: #fff;
}

#content a:active {
	color: #fff;
}

#footer {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 80%;
	width: 100%;
	color: #eee;
	text-align: center;
	background: #333;
}

.newsitem {
	padding-top: 1em;
}

.newsitem h2 {
	color: #ddd;
	border-bottom: black solid 1px;
}

.newsitem .datefield {
	font-size:80%;
	text-align:right;
	color: #aaa;
}

.newsitem .newscontent {
	padding: 10px 20px 10px 20px;
}

.newsitem .byline {
	font-size:80%;
	color: #aaa;
}

td.header {
	font-weight: bold;
}
