body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	padding-left:20px;
	margin-top:10px;
	margin-bottom:0;
	}
	
h2 {
	padding-left:20px;
	margin-top:0px;
	padding-bottom:10px;
	font-size: 1em;
	}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.bodystyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #999999;
}
#header {
	background:url(mainGraphics/header.jpg) no-repeat;
	height:155px;
	width:800px;
	}
#content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	width:800px;
	}
#content h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:150%;
	color: #330000;
	}
a            {                 
	text-decoration: none;
	}

a:link       {
	color: #330000;
	text-decoration: underline;
	}
a:visited    { 
	color: #330000; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	text-decoration: underline;
	}
a:hover      { 
	color: #000000; 
	text-decoration: underline;
	font-style:italic;
	}
.leftDiv {
	float:left;
	width:50%;
	}
.rightDiv {
	float:right;
	width:45%;
	padding-left:15px;
	}
	
.centerdivBorder {
	clear:both;
	border:medium;
	border-color:#660000;
	margin-top:15px;
	}
	
.centerdivNoborder {
	clear:both;
	margin-left:10%;
	margin-right:10%;
	}
	
.spacedList {
	margin-bottom:10px;
	}
	
.paddedDiv {
	padding:10px;
	}
