/* CSS Document */

body {
	margin:0px;
	background-color:#D6D6D6;}

body, table, tr, td {
	FONT-SIZE: 14px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;}
	
#head {
	width: 700px;
	height: 216px;
	margin-right:auto; 
	margin-left:auto;
	background-image:url(/images/header.jpg); }
	
#nav {
	height:38px;
	width:700px;
	margin-left:auto;
	margin-right:auto;}
	
#content {
	width: 650px;
	border: 5px solid #000000;
	background-color: #FFFFFF; 
	padding: 20px;
	margin-left: auto; 
	margin-right: auto;
	margin-bottom: 20px;}
	
H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	line-height: 130%;
	font-weight: bold;
	color: #2579DA;
}
H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	line-height: 130%;
	font-weight: bold;
	color: #DD0000;
}
H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 130%;
	font-weight: bold;
	color: #000000;
}

a {	
	color:#2579DA; 
	text-decoration: underline;
	}

a:hover {	
	color: #496FAB;
	text-decoration:none;}

.h1-blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #2579DA;}
	

.blue-table{
	width: 618px; 
	padding: 15px;
	border: 1px solid #C8D3DF;
	background-color: #F5F5F5;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom:20px;
	text-align:left;
	overflow:auto; }
	
.white-table {
	width: 500px;
	padding: 10px; 
	border: 1px solid #C8D3DF;
	background-color: #FFFFFF;
	margin-left:auto;
	margin-right: auto;}
	
.margin-left {
	margin-left: 250px;}
