body
{
  background-color: #000000;
}
#navigation
{
  padding-right: 2px;
  padding-left: 2px;
  z-index: 500;
  left: 0px;
  padding-bottom: 2px;
  width: 100%;
  color: #000000;
  padding-top: 2px;
  position: absolute;
  top: 125px;
  height: 50px;
  background-color: #ff6600;
}
#rightsidebar {
	position: static;
	width: 200px;
	background-color: #FFFFCC;
	float: right;
	right: 5px;
	padding: 2px;
	border-bottom: 15px solid #ffdab9;
	border-left: 15px solid #ffdab9;
}
#header {
	overflow: hidden;
	position: absolute;
	z-index: 1;
	width: 100%;
	left: 0px;
	top: 0px;
}
#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: absolute;
	top: 175px;
	left: 42px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CBD7D5;
	width: 90%;
	overflow: visible;
	z-index: 2;
	background-color: #ffefd5;
	padding: 20px 30px;
}

#footer {
	text-align: center;
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CBD7D5;
}

h1 {
	color: #ff6600;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
h2 {
	font-style: italic;
	font-size: 11px;
	font-weight: normal;
	color: #29214A;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.nav ul {
	position: absolute;
	margin: 0;
	z-index: 500;
}
.nav li ul li a {
	color: #000000;
	z-index: 500;
	text-decoration: none;
	font-weight: normal;
}
.nav li
{
  border-right: #ffffff 1px solid;
  padding-right: 1px;
  padding-left: 1px;
  font-size: 9px;
  z-index: 500;
  left: -10px;
  float: left;
  padding-bottom: 1px;
  width: 115px;
  color: #ff9933;
  padding-top: 1px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  list-style-type: none;
  position: relative;
  text-align: center;
}
.nav li ul li {
	top: 0;
	left: 0;
	z-index: 500;
	background-color: #ffefd5;
	border-top: none;
	border-right: 1px solid #003300;
	border-bottom: 1px solid #003300;
	border-left: 1px solid #000000;
	padding: 1px;	
}
.nav li ul {
	display: none;
	z-index: 500;
	position: absolute;
	top: 0px;
	left: 0;
}
.nav li>ul {
	top: 0;
	z-index: 500;
	left: 0;
}
.nav li:hover ul, li.over ul{
	display: block;
	z-index: 500;
}
.nav li a {
	color: #ffffff;
	font-weight: bold;
	z-index: 500;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
table
{
  border-right: #336799 1px solid;
  padding-right: 2px;
  border-top: #336799 1px solid;
  margin-top: 15px;
  padding-left: 2px;
  font-size: 12px;
  RIGHT: 30px;
  left: 30px;
  padding-bottom: 2px;
  border-left: #336799 1px solid;
  width: 550px;
  padding-top: 2px;
  border-bottom: #336799 1px solid;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color: #ffefd5;
}
th {
	background-color: #336799;
	padding: 2;
	color: #F8F2E6;
}
.subtitle {
	background-color: #FFFFCC;
	padding: 2;
	color: #336799;
	text-align: center;
	font-style: italic;
}
td {
	padding: 4;
	border-right-style: dashed;
	border-right-width: 1px;
	border-right-color: #B9D8ED;
	border-bottom-color: #B9D8ED;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}
#sidebar {
	text-align: right;
	overflow: hidden;
	position: absolute;
	z-index: 2;
	width: 30px;
	left: 2px;
	top: 95px;
}
h3 {
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
p {
	padding-left: 20px;
}
.error {
	font-size: 12px;
	font-weight: bold;
	color: #660000;
	background-color:#FFFFCC;
	padding: 5px;
	border: 1px solid #660000;
}
.floatimgright { 
	float:right; 
	margin-top:10px; 
	margin-left:10px; 
	margin-bottom:10px; 
}


