@charset "ISO-8859-1";
/* CSS Document 
This document's purpose is to define the overall look and feel the site.
*/

html, body {
	border:0;
	margin:0;
	padding:0;
	background-color: #003366;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333;
}

#backband {
	position:absolute;
	width:100%;
	height:500px;
	margin: -250px 0px 0px 0px;
	top: 50%; 
	background-image:url(../images/bluedarkband.gif);
	background-repeat:repeat-x;
	text-align: center;
}

#masthead {
  
}

#textcontent {
  position:absolute;
  height:275px; 
  width:525px;
  top: 90px;
  left: 230px;
  overflow: auto;
}

#footer {
	position:absolute;
	right:0px;
	bottom:0px;
	padding:5px;
	text-align:right;
	color: #CCC;
}

.lighter {
	font-size: 12px;
	color: #999;
}

p, h1 {
margin: 0px; 
padding: 10px; 
}
h1 {
font-size: 11px;
text-transform:uppercase;
text-align: right;
color: #564b47;
background-color: #90897a;
}

a { 
color: #9999cc;
font-size: 11px;
background-color:transparent;
text-decoration: none; 
}
