body { 
	background-color:#FFFFFF;	
	padding: 0px;	
	border: 0px;
	line-height: 100%;
	text-align:center;
	margin:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	
.wrapper {
	position: relative;
	top: 0px;
	width:956px;	
	border: 0px;
	padding: 0px;
	line-height: 100%;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	
	}	
	

.insideWrapper {
	position:absolute;
	top:0px;
	left:0px;
	width:954px;	
	background-image:url(images/background.jpg);
	background-position:top center; 
	background-repeat: repeat-y;
	line-height:100%;
	}



/* main wrappers */


.header {
	position:relative;
	top:0px;
	left:0px;
	float:left;
	height: 218px;
	width:956px;
	}
	
.content {
	position:relative;
	top:0px;
	left:0px;
	float:left;
	width:956px;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
.footer {
	position:relative;
	top:0px;
	left:0px;
	float:left;
	height: 41px;
	width:956px;
	}		
	
	


.left {
	position:relative;
	top:0px;
	left:0px;
	float:left;
	width:650px;
	margin-left:40px;
	line-height:130%;
	font-size:14px;
	padding-bottom:300px;
	}
	
.left h1 {
	font-size:18px;
	font-weight:bold;
	color:#003366;
	}	
	
.left h2 {
	font-size:16px;
	font-weight:bold;
	color:#003366;
	}
	
.left h3 {
	font-size:14px;
	font-weight:bold;
	color:#003366;
	}		
	
.right {
	position:relative;
	top:0px;
	left:0px;
	float:left;
	width:200px;
	margin-left:20px;
	font-size:11px;
	color:#6b6b6b;
	line-height:140%;
	}	
	
a:link {
	text-decoration: none;
		color:#5a0b0b;

}
a:visited {
	text-decoration: none;
		color:#5a0b0b;

}

a:hover {
	text-decoration: underline;
		color:#5a0b0b;

}
 a:active {
	text-decoration: none;
		color:#5a0b0b;

}

	