body {
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	background-color: #CC0000;
}
#container {
	width: 800px;
	margin: 0 auto;
	border: 1px solid #FFFFFF;
}
#details {
	font-size: 10px;
	text-align: right;
	padding: 10px;
	background-color: #FFFFFF;
}
#header {
	background-image: url(../images/main.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 180px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF; 
}
#nav {
	height: 20px;
	background-color: #CC0000;
	filter: alpha(opacity=69);
	opacity: 0.69;
	position: relative;
	top: 140px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	font-weight: bold;
}
#nav a:link, #nav a:visited {
	text-align: center;
	padding: 8px 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#nav a:hover {
	background-color: #FFFFFF;
	text-align: center;
	padding: 8px 10px;
	color: #660000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#main {
	font-size: 12px;
	text-align: left;
	padding: 15px;
	color: #660000;
	background-color: #FFFFFF;
}
.description {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #660000;
}
input.description {
	font-size: 11px;
	background-color: #FFFFFF;
	color: #660000;
}
select.description {
	font-size: 12px;
	background-color: #FFFFFF;
	color: #660000;
}
.list1 {
	background-color: #660000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	border: 1px solid #000000;
}
.descriptionnotes {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
.list2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC6666;
	border: 1px solid #000000;
}
a:link, a:visited, a:active {
	text-decoration: none;
	color: #CC0000;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
}
#navigation {
   margin: 0;
   padding: 0;
   list-style-type: none;
   float: right;
}
#navigation a {
   background: #CC3333;
   color: #FFFFFF;
   font-size: 12px;
   display: inline;
   width: 130px;
   margin-bottom: 2px;
   border-left: 10px solid #DFC8B3;
   border-top: 1px solid #DFC8B3;
   border-bottom: 1px solid #DFC8B3;
   border-right: 1px solid #DFC8B3;
   padding-left: 5px;
   padding-right: 5px;
}
#navigation a:hover {
   background: #FF0000;
   color: #FFFFFF;
   text-decoration: none;
   border-left: 10px solid #FFFFFF;
   border-top: 1px solid #FFFFFF;
   border-bottom: 1px solid #FFFFFF;
   border-right: 1px solid #FFFFFF;
}
.maintitle {
	font-weight: bold;
}
