body {
	font-family:Verdana,Arial,sans-serif;
	background: #141121;
	color:#999999;
}
body a:link, body a:visited, body a:active
{
	color: #254974;
	text-decoration:none;
	font-weight:normal;
}
body a:hover
{
	text-decoration:underline;
	color:#2D588C;
}
h1 {
	color: #254974;
	margin-top:0px;
	font-size: 1.7em;
	font-style:italic;
	text-transform:uppercase;
}
h2 {
	color: #497425;
	font-style:italic;
	border-bottom:1px solid #497425;
	margin-bottom:3px;
}
h3 {
	color:#cccccc;
}
p {
	margin-bottom:5px;
}
#headerBox {
	margin: 10px;
	border-bottom: 1px solid #707425;
	height:36px;
	overflow:visible;
}
#headerBox a:link, #headerBox a:visited, #headerBox a:active {
	color: #254974;
	text-decoration:none;
	font-weight:normal;
}
#headerBox a:hover {
	text-decoration:underline;
	color:#2D588C;
}
#recentActivity {
	width:400px;
	padding-top:3px;
}
#contentsLinks {
	float:right;
	color: #254974;
	font-size:.75em;
	margin-top:11px;
}
#navCol {
	float:left;
	width: 150px;
	padding: 0px;
	background-color: #2E2940;
	min-height:150px;
}
#navCol a {
	display:block;
	border-bottom: 1px dashed #999999;
	padding:5px 0px 6px 10px;
}
#navCol a:link, #navCol a:visited, #navCol a:active {
	color:#CCCCCC;
	background-color:#333333;
}
#navCol a:hover {
	color:#FFFFFF;
	background-color:#666666;
}
#bannerBox {
	background:#2E2940 url(../images/band1.jpg) repeat-x;
	overflow:hidden;
	height:150px;
	width:100%;
}
#contentBox {
	position:absolute;
	left:150px;
	right:0px;
}
#pageContent {
	margin:10px;
	font-size:.75em;
}
#pageContent ul {
	padding-bottom:10px;
}

.dataTable {
	background-color:#333333;
	border-collapse:collapse;
	margin-bottom:10px;
}
.dataTable td {
	border: 1px solid #666666;
	padding:3px;
}

/* Page-specific css items */
#homeBody #homeLink {
	
}
