body { 
	margin: 0px;
	margin-left: auto; 
	margin-right: auto;
	margin-bottom: auto;
	padding: 0px; 
	font-family: Arial; 
	font-size: 13px; 
	width: 765px;
	color: #ffffff;
	background-color: #ffffff;
	height: 100%;
}

#padder { 
	padding: 15px; 
}

#holder {
	position: absolute;
	margin: 0px auto 0px auto;
	width: 765px;	
	height:100%;
}

#header { 
	padding: 0px;
	position: relative; 
	width: 765; 
	height: 146px; 
	background-color: #ffffff;
	background-image : url(../images/header.jpg); 
	margin: 0px; 
}

#main_menu a, #main_menu a:link {
	color: #12253b;
	text-decoration: none;
	font-weight: bold;
	margin-left: 8px;
	margin-right: 8px;
	text-align: bottom;
	line-height:263px
}

#main_menu a:hover, #main_menu a:active {
	color: #006cd1;
	text-decoration: none;	
}

#content { 
	position: absolute; 
	width: 765px;
	height: 100%;
	background: #002f7a url(../images/home.jpg) no-repeat top;
	text-align: justify;
	padding: 0px;
}

#content2 { 
	position: absolute; 
	width: 765px;
	height: 120%;
	background: #0067c6 url(../images/content.jpg) repeat-y bottom;

	padding: 0px;
}

#content3 { 
	position: absolute; 
	width: 765px;
	background: #0067c6 url(../images/content.jpg) no-repeat bottom;
	text-align: justify;
	padding: 0px;
}

#callout {
	font-family: Arial; 
	font-size: 24px;
	text-align: right;
	color: #ffffff;
}

#homecontent {
	width: 70%;
	}


#title {
	position: absolute;
	font-family: Arial; 
	font-size: 20px;
	height: 30px;
	width: 765px;
	background: #58eee9; 
	color: #006cd1;
	line-height: 30px;
	text-align: right;
	
}

#sublink1 a, #sublink a:link {
	color: #ffffff;
	text-decoration: underline;
	line-height: 35px;
	margin-left: 0px;
	margin-right: 0px;
}

#sublink1 a:hover, #sublink1 a:active {
	color: #7e8ea5;
	text-decoration: none;	
}

#footer {  
	position: relative; 
	width: 765;
	height: 89px;
	background-image: url(../images/footer.jpg);
	background-position: top; 
}

