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: #FFFFCC;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	width: 600px;
}

h1 {
	font-size: 24px;
	font-variant: small-caps;
	margin-top: 7px;
	margin-bottom: 0px;
}

h2 {
	font-size: 18px;
	color: #696952;
	font-variant: small-caps;
	margin-top: 0px;
	margin-bottom: 5px;	
}

h3 {
	font-size: 16px;
	font-variant: small-caps;	
	margin-top: 5px;
	padding-top: 0px;
	margin-bottom: 0px;
}

h4 {
  font-size: 10px;
  margin: 0px;
  padding: 0px;
}

p {
	padding-top: 5px;
	margin: 0px;
}

hr {
  border: none;
  border-bottom: 1px dotted #aeadad;
	margin: 10px 0px 10px 0px;
	padding: 0px;
}

.section {
	margin: 0px 10px 0px 10px;
}

.sectionhead {
  border-left: 10px solid #555;
  padding-left: 5px;
  margin-bottom: 5px;
}

.sectionbody {
  padding: 2px 5px 0px 5px;
  margin-left: 15px;
  background: #222;
  border: 1px solid #222;
}

.subsectionbody {
  padding: 3px 5px 0px 5px;
  margin-left: 15px;
  margin-bottom: 5px;
  background: #444;
  border: 1px dotted #000;
}

.sectionbody .first {
  padding-top: 0px;
}

.sectionbody .last {
  padding-bottom: 5px;
}

.sectionbody .only {
  padding-top: 2px;
  padding-bottom: 5px;
}

.sectionbody h4 {
  font-size: 15px;
  margin-bottom: 3px;
  font-variant: small-caps;	
}

.small {
  color: #555;
  font-size: small;
}

.subsmall {
  color: #999;
  font-size: small;  
}

#top {
	margin: 0px;
	padding: 0px;
	height: 80px;
	width: 100%;
	border-bottom: 1px dotted #aeadad;
}

#sidebar {
	text-align: center;
	width: 97px;
	float: left;
	margin-top: 0px;
	border-right: 1px solid #FFF;
	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 {
  text-decoration: none;
	font-weight: bold;
	color: #EECC99;
}

a:visited {
  text-decoration: none;
	font-weight: bold;
	color: #EECC99;
}

a:hover {
  text-decoration: none;
	color: #FFD022;
}

a:active {
  text-decoration: none;
	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: 10px;
	padding-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}

ul ul {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 14px;
  padding: 0px;
}