body {
  text-align: center;
  margin-top:10px;
  margin-bottom:10px;
  color:#666666;
  background-color: #E0E0E0;
}

A:link {
	COLOR: #AA0000; text-decoration: none;
}

A:visited {
	COLOR: #AA0000; text-decoration: none;
}

A:active {
	COLOR: #AA0000; text-decoration: none;
}

A:hover {
	COLOR: #FF0000; text-decoration: none;
	position: relative;
}

a span {
	display: none;
}

a:hover span {
	display: block;
	position: absolute; top: 10px; left: 0px;
	/* formatting only styles */
	padding: 5px; 
	margin: 10px; 
	z-index: 100;
	background: #2153AA; 
	border: 1px dotted #2153AA;
	opacity: 0.9;
	font-size: 80%;
	color: #FFFFFF;
	text-align: center;
	/* end formatting */
}


#page_wrapper {
  margin-left: auto; 
  margin-right: auto;
  width: 98%;
  text-align: left;
  background: #FFFFFF;
  border: 8px solid #FFFFFF;
}

#header_wrapper {
  background: #000000;
  margin:0px; padding:0px;
}

#header {
  height: 150px;
  padding:0px;
  background: url('../img/header_short_01.jpg') top center no-repeat;
  margin:0px;
}

#header h1 {
  margin:0px;
  font-family: verdana, arial, sans-serif;
  font-size: 20px;
  color:#FFFFFF;
  /*letter-spacing: -1px;*/
  position: absolute; top: 130px; left: 545px;
}

#header h2 {
  margin:0px;
  font-family: verdana, arial, sans-serif;
  font-size: 14px;
  color:#B1C6EB;
  letter-spacing: 1px;
}

#left_side {
  margin-top: 10px;
  float: left;
  width: 250px;
  background: #E0E0E0;
}

#right_side {
  margin-top: 10px;
  float: right;
  width: 300px;
  background: #E0E0E0;
}

#content {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 260px;
  margin-right: 310px;
}

#footer {
  height: 25px;
  background-color: #000000;
  clear: both;
  text-align: center;
  padding-top:12px;
  color: #FFFFFF;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 14px;
}

#footer A:link {
	COLOR: #FF0000; text-decoration: none;
}
#footer A:visited {
	COLOR: #FF0000; text-decoration: none;
}
#footer A:active {
	COLOR: #FF0000; text-decoration: none;
}
#footer A:hover {
	COLOR: #FFFFFF; text-decoration: none;
}

#left_side p, #right_side p {
  margin:10px;margin-top:15px;margin-bottom:15px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 16px;
  color: #333333;
}

#left_side h3, #right_side h3 {
  margin-top:5px; margin-bottom:10px; margin-left:5px; margin-right:5px;
  padding:4px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 12px;
  color: #E9E9E9;
  border:1px solid #000000;
  background-color: #000000;
}

#left_side h4, #right_side h4 {
  margin-top:0px;margin-bottom:0px;margin-left:10px;
  font-family: verdana, arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  line-height: 10px;
  color: #AA0000;
}

#right_side h5, #left_side h5 {
  margin-top:2px;margin-bottom:2px;
  font-family: verdana, arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  line-height: 10px;
  color: #AA0000;
}


#content p {
  margin-top:15px; margin-bottom: 15px;
  font-family: verdana, arial, sans-serif;
  font-size: 10px;
  line-height: 10px;
  color: #333333;
}

#content h3 {
  margin-top:5px; margin-bottom: 10px;
  font-family: verdana, arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  color: #AA0000;
}

#content h4 {
  margin-top:0px;margin-bottom:0px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 12px;
  color: #AA0000;
}

#content h5 {
  margin-top:10px;margin-bottom:5px;
  font-family: verdana, arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  line-height: 12px;
  color: #AA0000;
}

#navlist
{
  margin-top:1px;
  margin-bottom:0px;
  text-align:center;
  padding: 5px 0;
  margin-left: 0;
  border-bottom: 1px solid #0F3974;
  font: bold 14px Verdana, sans-serif;
}

#navlist li
{
  list-style: none;
  margin: 0;
  display: inline;
}

#navlist li a
{
  color: #F1F6FE;
  padding: 5px 15px;
  margin-left: 3px;
  border: 1px solid #0F3974;
  border-bottom: none;
  background: #2153AA url('../img/tab_bg.gif') bottom left repeat-x;
  text-decoration: none;
}

#navlist li a:link { color: #F1F6FE; }
#navlist li a:visited { color: #F1F6FE; }

#navlist li a:hover
{
  color: #FFFFFF;
  background: #3364BB;
  border-color: #0F3974;
}

#navlist li a#current
{
  color: #000;
  background: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}

.float_left {
  float: left;
  margin-right: 10px;
}

.float_right {
  float: right;
  margin-left: 10px;
}

.featurebox_center {
  background-color: #FFFFE0;
  margin:0px;
  padding:5px;
  border: 1px solid #666666;
  font-family: verdana, arial, sans-serif;
  font-size: 10px;
  line-height: 12px;
  color: #333333;
}

.featurebox_center table {
	width: 100%;
	border-collapse: collapse;
	padding:0px;
}

.featurebox_center td {
	border-collapse: collapse;
	padding:0px;
}

.featurebox_side {
  background-color: #fffff6;
  margin:0px;margin-left:5px;margin-right:5px;margin-bottom:5px;
  padding:5px;
  border: 1px solid #666666;
  font-family: verdana, arial, sans-serif;
  font-size: 10px;
  line-height: 12px;
  color: #333333;
}

.featurebox_error_side {
  background-color: #AA0000;
  margin:0px;margin-left:5px;margin-right:5px;margin-bottom:5px;
  padding:5px;
  border: 1px solid #AA0000;
  font-family: verdana, arial, sans-serif;
  font-size: 10px;
  line-height: 12px;
  color: #FFFFFF;
}

.featurebox_side a:hover span {
  	display: block;
	position: absolute; top: 10px; left: -500px;
	/* formatting only styles */
	padding: 5px; 
	margin: 10px; 
	z-index: 100;
	background: #E0E0E0; 
	border: 1px dotted #000000;
	opacity: 0.9;
	font-size: 10px;
	color: #000000;
	text-align: center;
	/* end formatting */
}

.featurebox_side table {
  	width: 100%;
	border-collapse: collapse;
}

.options {
  background-color: #E0E0E0;
  margin:0px;margin-left:5px;margin-right:5px;margin-bottom:10px;
  padding:5px;
  border: 1px solid #E0E0E0;
  font-family: verdana, arial, sans-serif;
  font-size: 10px;
  line-height: 12px;
  color: #333333;
}

.options table {
  	width: 100%;
	border-collapse: collapse;
	/*border: 1px solid #000000;*/
}

.options td {
	width: 6%;
  	border: 1px solid #000000;
	text-align: center;
}

.add_form {
  /*position: relative; top: -35px; left: 250px;*/
  background-color: #E0E0E0;
  margin:0px;margin-left:0px;margin-right:0px;margin-bottom:0px;
  padding:1px;
  border: 1px solid #E0E0E0;
  font-family: verdana, arial, sans-serif;
  font-size: 10px;
  line-height: 12px;
  color: #333333;
  text-align: right;
}

.del_form {
  background-color: #330000;
  margin:0px;margin-left:200px;margin-right:0px;margin-bottom:0px;
  border: 1px solid #330000;
  font-family: verdana, arial, sans-serif;
  font-size: 10px;
  line-height: 12px;
  color: #333333;
  text-align: center;
}

.del_form a {
  color: #EEEEEE;
}

.banner_title {
	text-align: center;
	background: #660000;
	border: 1px solid #660000;
	color: #FFFFFF;
	font-size: 12px;
	padding: 2px;
	width: 80%;
}

.unit_title {
	text-align: center;
	background: #FFFFE0;
	/*border: 1px solid #660000;*/
	padding: 2px;
	width: 80%;
}

.spacer {
	width:40%;
}

.points {
	font-style: italic;
	font-size: 10px;
	text-align: center;
	/*border: 1px solid #000000;*/
	background: #FFFFE0;
}

.featurebox_reset {
  background-color: #000000;
  margin:5px;margin-left:5px;margin-right:5px;margin-bottom:5px;
  padding:5px;
  border: 1px solid #000000;
  font-family: verdana, arial, sans-serif;
  font-size: 10px;
  line-height: 12px;
  color: #FFFFFF;
  text-align: right;
}

.featurebox_reset a {
	color: #FF0000;
}
