﻿body
{
    font-family:Verdana, Tahoma, Sans-Serif;
    font-size:small;
    background-color: #003366;
    text-align:center;
	margin:50px 0px; padding:0px;    
}
#Content {
	width:1000px;
	margin:0px auto;
	text-align:left;
	padding:15px;
	}
a:link {text-decoration: none}
a:visited {text-decoration: none}
a:active {text-decoration: none}
a:hover {text-decoration: underline; color:#B6DBF4;}
.navigation a:link {text-decoration: none; color: white;}
.navigation a:active {text-decoration: none; color: white;}
div.row {
  clear: both;
  padding-top: 10px;
  }

div.row span.label {
  float: left;
  width: 150px;
  text-align: right;
  }

div.row span.formw {
  float: left;
  width: 500px;
  text-align: left;
  } 
  #footer 
  {
  	background-color: #065E7B;
  	height: 15px;
  	color:White;
  	text-align:center;
  	font-size:smaller;
  	vertical-align:middle;
  }
  .main
  {
  	background-color: #fff;
  }  
  #navigation
  {
  	width: 1000px;
  	background-color:#B6DBF4;
  }
 
