body{
	background-color: #000000;
}

.header{
	height: 110px;
}

.quote{
	font: 14px/70% Georgia, "Times New Roman", Times, serif;
	color: #81A594;
}

.quotename{
	font: 12px/70% Georgia, "Times New Roman", Times, serif;
	font-style: italic;	
	color: #81A594;
	padding-left: 220px;
}

.footer{
	font: 12px/70% Georgia, "Times New Roman", Times, serif;
	color: #81A594;
	padding-top: 25px;
	line-height: 12px;
}

div.border {
	border-right:1px solid #196F8D;
}


hr {
	background:#468790;
}


.container{
	background: #00628B;

}

h1{
	font: 24px/150% Georgia, "Times New Roman", Times, serif;
	color: #81A594;
	padding-bottom: 11px;
	padding-left: 20px;	
	margin-top: 20px;
}

h1 a{
	text-decoration: none;
	color: #81A594;
	display: block;
}

h1 a:hover{
	text-decoration: none;
	color: #ABC8CD;
}


h2{
	font: 18px Georgia, "Times New Roman",Times, serif;
	color: #81A594;
	margin-top: 23px;
	padding-left: 20px;
}

p{
	line-height: 23px;
	color: #E6E6DC;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-left: 20px;
}

input[type=text], input[type=password], input.text, input.title, textarea, select {background-color:#A2C6D5;border:1px solid #bbb;}
input[type=text], input[type=password], input.text, input.title, textarea, select {margin:0 0;}

textarea {width:390px;height:150px;padding:5px;}

.error {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FFFF74;color:#8a1f11;border-color:#FBC2C4;}


ul.nav {
	list-style: none;
	background: #EEE;
}

.nav li {
	border-left: 1px solid #468790;
	float: right;
	display: block;
	width: 100px;
}

.nav li a {
	font-size: 11px;
	outline: none;
	color: #81A594;
	text-decoration: none;
	display: block;
	padding: 5px 0 12px 5px;
	width: 99px;
	text-transform: uppercase;
}

.nav li a span {
	font-size: 11px;
	color: #777;
	text-transform: lowercase;
}

.nav li a:hover {
	background: #ABC8CD;
	color: #000000!important;
	width: 95px;
}

* html .nav li a:hover {
	background: #000038;
	width: 99px;
}

.nav li.skip {
	border-left: 1px solid #DDD;
	float: right;
	display: block; 
	width:100px;
}

.nav li.skip a {
	width: 100px;
}

li.top {
	border-left: 1px solid #DDD;
	float: right;
	display: block; 
	width:100px;
}

li.top a {
	width: 100px;
}

.nav li.skip a:hover, li.top a:hover {
	background: transparent;
	color: #000038 !important;
}
