body {
	background-color: #000000;
	background-image: url(images/rightgradient.jpg);
	background-repeat: repeat-y;
	background-position: 600px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	width: 600px;
}

ol {
	padding-top: 0px;
	margin-top: 10px;
	padding-bottom: 0px;
	margin-bottom: 10px;	
}

h1 {
	font-size: 24px;
	font-variant: small-caps;
	margin-top: 7px;
	margin-bottom: 5px;	
}

h3 {
	font-size: 16px;
	font-variant: small-caps;	
	margin-top: 5px;
	padding-top: 0px;
	margin-bottom: 5px;
}

p {
	padding: 5px 0px 3px 0px;
	margin: 5px 0px 5px 0px;
	text-indent: 10px;
}

hr {
	border: dashed #FFF 1px;
	margin: 0px;
	padding: 0px;
}

.newsentry {
	
}

#top {
	margin: 0px;
	padding: 0px;
	height: 80px;
	width: 100%;
	border-bottom: solid #FFF 1px;
}

#sidebar {
	text-align: center;
	width: 97px;
	float: left;
	margin-top: 0px;
	border-right: solid #FFF 1px;
	overflow: visible;	
}

#content {
	padding-left: 115px;
	padding-right: 10px;
	padding-bottom: 10px;
	background-image: url(images/contentbottom.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;	
}

#container {

}

a:link {
	font-weight: bold;
	color: #CCCCCC;
}

a:visited {
	font-weight: bold;
	color: #CCCCCC;
}

a:hover {
	color: #FFD08A;
	text-decoration: underline;
}

a:active {
	font-weight: bold;
	color: #CCCCCC;
}
.helpButton {
	text-align: center;
}
#contentHelp {
	background-image: url(images/contentbottom.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	font-weight: normal;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
ul {
	margin-left: 0px;
	padding-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}

