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




/********************************
BASIC FONT STUFF
********************************/
body,p,table,td,th,tr,form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222;
	line-height: 17px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #E60005;
	padding-bottom: 10px;
	padding-top: 10px;	
	margin-top: 5px;
	margin-bottom: 15px;
	border-top: dashed 1px #CDCDCD; 
	border-bottom: dashed 1px #CDCDCD; 
	font-weight: normal;
}
h2 { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 5px;
}
h3 { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	font-weight: bold;
	margin-bottom: 5px;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	font-weight: normal;
	margin: 0px;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background: #FFFF99;
	border: 1px solid #FFCC00;
	padding: 5px;
	margin: 3px 0px 0px 0px;
	line-height: normal;
	font-style: normal;
}
	
a:link, a:visited {
	color: #003399;
	text-decoration: none;
}
	a:hover {
	font-weight: bold;
	}
input,textarea,text,select,option {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555;
}
	form { /* to get rid of spacing around the forms */
	margin: 0px;
	}











/********************************
SPECIALTY STYLES
/********************************/
.grid td {
	border-collapse: collapse;
	border-bottom: solid 1px #333;	
}
.grid {
	border-collapse: collapse;
	border: solid 2px #333;	
}
.grid_full td {
	border-collapse: collapse;
	border: solid 1px #333;	
}
.grid_full {
	border-collapse: collapse;
	border: solid 2px #333;	
}
.small_font {
	font-size: 11px;
}









/********************************
LEFT-HAND BOXES
********************************/
.boxes {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;	
}
	.boxes_title {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;	
		color: #DF0005;	
	}









/********************************
RIGHT-HAND PHOTOS
********************************/
.right_square {
	border: 1px solid #888;
	margin-left: 10px;
	float: right;	
}











/********************************
COPYRIGHT INFORMATION
********************************/

.copyright p {
	text-align: center;
	color: #FFFF66;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	line-height: 18px;
}
	.copyright a:link {
	color: #FFFF66;
	text-decoration: none;
	}
	.copyright a:visited {
	color: #FFFF66;
	text-decoration: none;
	}
