select  { color: navy; font-weight: bolder; font-size: xx-small; font-family: Arial, Verdana, Helvetica, Geneva, Swiss, SunSans-Regular; background-color: transparent }
option { color: black; font-weight: bolder; font-size: xx-small; font-family: Arial, Verdana, Helvetica, Geneva, Swiss, SunSans-Regular; background-color: transparent }

/* basic black text 9, 10, 12, 14, 16, 18, 20, 24, 28, 32, 36*/

A:link {
	color:maroon; 
	text-decoration:none;
	font-weight:bold;
	}

A:visited {
	color:maroon;
	text-decoration:none;
	font-weight:bold;
	}

A:hover {
	color:#000080;
	text-decoration:none
	}
	
h1 {
	font-size:14px; 
	color:#0000aa;
	font-weight:bold;
	}
	
h2 {
	font-size:14px; 
	color:#0000aa;
	font-weight:bold;
	text-align:center;
	}
	
h3 {
	font-size:12px; 
	color:#0000aa;
	font-weight:bold;
	}
	
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-color:#000033;
	}
	
#full_page {
	width:800px;
	min-height:1000px;
	background-color:#000033;
	margin-left:auto;
	margin-right:auto;
	}

#header {
	height:165px;
	background-color:#6486b8;
	}
	
#logo {
	height=145px;
	background-color:#6486b8;
	}
	
#welcome {
	height:20px;
	text-align:center;
	font-weight: bold;
	background-color:#6486b8;
	}

#dark_blue_spacer {
	height:5px; 
	background-color:#000033;
	}
	
#light_blue_spacer {
	height:5px; 
	background-color:#6486b8;
	}

#menu {
	height:20px;
	background-color:#6486b8;
	}
	
#left_side {
	float:left;
	width:180px;
	min-height:3000px;
	background-color:#6486b8;
	margin-right:5px;
	margin-bottom:5px;
	}
	
#right_side {
	float:left;
	width:180px;
	background-color:#6486b8;
	min-height:3000px;
	margin-left:5px;
	margin-bottom:5px;
	}
	
#left_side_front {
	float:left;
	width:180px;
	min-height:1500px;
	background-color:#6486b8;
	margin-right:5px;
	margin-bottom:5px;
	}
	
#right_side_front {
	float:left;
	width:180px;
	background-color:#6486b8;
	min-height:1500px;
	margin-left:5px;
	margin-bottom:5px;
	}

#side_header {
	text-align:center; 
	margin-top:5px; 
	padding:2px; 
	background-image:url(G_BackgroundGraphics/B_BlueToWhiteToBlue180.jpg);
	font-weight: bold;
	}

#side_container {
	padding:2px; 
	margin-top:5px;
	}

#main_content_3_column {
	width:420px;
	float:left;
	background-image:url(G_BackgroundGraphics/B_PatriotPV_400.jpg);
	background-position:top;
	background-color:#ffffff;
	background-repeat:repeat-y;
	text-align:left; 
	padding-left:5px; 
	padding-right:5px;
	padding-top:2px; 
	padding-bottom:2px;
	min-height:3000px;
	margin-bottom:5px;
}

#main_content_3_column_front {
	width:420px;
	float:left;
	background-image:url(G_BackgroundGraphics/B_PatriotPV_400.jpg);
	background-position:top;
	background-color:#ffffff;
	background-repeat:repeat-y;
	text-align:left; 
	padding-left:5px; 
	padding-right:5px;
	padding-top:2px; 
	padding-bottom:2px;
	min-height:1500px;
	margin-bottom:5px;
}

#main_content_3_column p {
	margin-left:10px;
	margin-right:10px;
}

#main_content_3_column_header {
	text-align:center; 
	margin-top:5px; 
	padding:2px; 
	background-image:url(G_BackgroundGraphics/B_BlueToWhiteToBlue420.jpg);
	font-weight: bold;
	font-size:14px;
	}

#main_content_1_column {
	width:780px;
	min-height:1000px;
	background-color:#ffffff; 
	padding-left:10px; 
	padding-right:10px;
	padding-top:2px; 
	padding-bottom:10px;
	text-align:left; 
	}
	
#main_content_1_column p {
	margin-left:10px;
	margin-right:10px;
	}

#main_content_1_column_header {
	text-align:center; 
	margin-top:5px; 
	padding:2px; 
	background-image:url(G_BackgroundGraphics/B_BlueToWhiteToBlue760.jpg);
	font-weight: bold;
	font-size:14px;
	}

<!-- Ingrid Styles -->

.floatRight {
	float: right;
	display: block;
	margin: 3px;
	}

.floatLeft {
	float: left;
	display: block;
	margin: 3px;
	}
	
.results {
	font-family: Monaco, Courier, Times;
	font-size: 12px;
	color: #000000;
	textdecoration: none;
}

.resultsHeader {
	font-family: Monaco, Courier, Times;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	textdecoration: none;
}

.resultsWB {
	font-family: Monaco, Courier, Times;
	font-size: 12px;
	color: maroon;
	font-weight: bold;
	textdecoration: none;
}

.grayBackground {
	background-color: #ccc;
	font-weight: bold;
}
