body {
	background-image: url(bodyBackground.gif); 
	background-color: #000000;
	background-repeat: repeat-y ; 
	background-position: top left;
	margin:0px;
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	line-height: 100%;
	 }
	 
.wrapper {
	position: relative;
	top: 0px;
	width:760px;
	border: 0px;
	text-align: left;
	float: left;
	line-height: 100%;
  	}	 
	 
.contentWrapper {
	position: relative;
	width: 760px;
	top: 0px;
	left: 0px;
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
	z-index: 5;
	float: left;
	}
	
.content {
	position: relative;
	width: 651px;
	left: 82px;
	top: 20px;
	z-index: 10;
	text-align: left;
	}	
	
.content h1 {
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	}	
	
	
.left {
	width: 456px;
	float: left;
	color: #5e5e5e;
	line-height: 140%;
	font-family: Verdana;
	font-size: 11px;
	}	
	
.left h1 {
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	text-transform: none;
	}	
	
.full {
	width: 640px;
	float: left;
	color: #5e5e5e;
	line-height: 140%;
	font-family: Verdana;
	font-size: 11px;
	}		
	
.right {
	width: 166px;
	float: right;
	color: #0b1d67;
	line-height: 120%;
	}	
	
.right h1 {
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	text-transform: none;
	line-height: 130%;
	}	
	
.right li {
	margin-left: -25px;
	}	
	 

a:link { 
	color: #04208f;
	text-decoration: none;
	}
a:visited { 
	color: #04208f;
	text-decoration: none;}
a:hover { 
	color: #600c29;
	text-decoration: underline;}
a:active { 
	color: #04208f;
	text-decoration: none;}
	
.logo {
	float: left;
	width: 150px;
	margin-right:60px;
	}	
	
.clearFloat {
	clear: both;
	}	

.thumbnail {
	margin: 0px 5px 5px 0px;
	float: left;
	}
	
input {
	border-style: solid;
	border-width: 1px;
	background-color: #dfdfdf;
	border-color: #000000;
	padding: 2px;
	width: 100%;
	font-family: Arial;
	font-size: 10px;
	}	
	
select { background-color: #dfdfdf; padding: 2px; width: 100%; font-family: Arial; font-size: 10px; border: solid 1px #000000; }		
	
	
.buttonAlt	{
	margin-top: 4px;
	background-color: #000000;
	color: #ffffff;
	border-width: 0px;
	padding: 6px;
	font-size: 11px;
	font-weight: bold;
	width: auto;
	}
