@charset "UTF-8";


body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 1.75em;
	text-align: center;
	background-image: url(bg.gif);
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20;
	margin-bottom: 20;
	}
	
A:link { 
	text-decoration: none;
	color: #083A81;
	}
	
A:hover {
	text-decoration: underline;
	color: #083A81;
	}  
	
A:active { 
	text-decoration: none;
	color: #083A81;
	}  
	
A:visited { 
	text-decoration: none;
	color: #083A81;
	}
	
.header {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size:17px;
	color: #083a81;
	line-height: 2.5em;
	}
	
.foot {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:10px;
	color: #414042;
	text-align: center;	
	vertical-align: middle;
	line-height: 1.5em;
	}
	
.blue {
	color: #083A81;
	}
	
.subheader {
	color: #083A81;
	text-align: left;
	font-size: 14px;
	font-family: Georgia, Times New Roman, Times, serif;
	line-height: 2.5em;
	}
	
div#container {	
	width: 660px; 
	margin: auto;
	height: auto;
	}
	
div#logo {
	width: 660px;
	background-color: #FFFFFF;
	text-align: left;
	height: 120px;
	}
	
div#nav {
	background-color: #083A81;
	width: 660px;
	height: 20px;
	text-align: left;
	}
	
div#header {
	width: 660px;
	background-color: #FFFFFF;
	text-align: center;
	height: 150px;
	padding-top: 10px;
	padding-bottom: 10px;
	}
	
div#content {
	width: 580px;
	background-color: #CCCCCC;
	border-top: 0px;
	border-left: 20px solid;
	border-right: 20px solid;
	border-bottom: 0;
	border-color: #FFFFFF;
	padding: 20px;
	text-align: left;
	}
	
div#footer {
	width: 660px;
	height: auto;
	background-color: #FFFFFF;
	margin: auto;
	border-top: 3px solid;
	border-bottom: 3px solid;
	border-color: #FFFFFF;
	}

img {
	border: 0;
	}