body {
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	background-image: url(images/index_bg.jpg);
	background-repeat: repeat-x;
	background-color : #000;
	text-align: left;
	font-family: Arial, Tahoma, SunSans-Regular;
}



/*Text Elements*/

p {
	font-family: Verdana, Tahoma, SunSans-Regular;
	color: #a7a7a5;
	font-size: 10px;
	line-height: 12px

}

a { color: #002a5c; font-family: Arial, Tahoma, SunSans-Regular; text-decoration: underline;}
a:link { color: #002a5c; text-decoration: underline;}
a:hover { color: #869ab2; text-decoration: underline;}
a:visited { color: #002a5c; text-decoration: underline;}


#homelink a{
	color: #000;
	text-decoration: none;
	font-size: 10px;
	line-height: 18px;
}



/*Layout Elements*/

#homelink {
	width: 866px;
	height: 19px;
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 50px;
	text-align: right;
	
}

#banner {
	width: 888px;
	height: 396px;
	padding-left: 28px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
	background-image: url(images/clouds.jpg);
	background-repeat: no-repeat;
}

#banner_rule {
	width: 916px;
	height: 9px;
	padding: 0;
	margin: 0;
	background-image: url(images/banner_rule.jpg);
	background-repeat: no-repeat;
}

#bottomthree {
	width:855px;
	margin-top: 0px;
	margin-bottom: 25px;
	margin-left: 50px;
}

#threeleft {
	width: 250px;
	float: left;
	text-align: left;
	padding-right: 35px;
}

#threecenter {
	width: 250px;
	float: left;
	text-align: left;
	padding-right: 35px;
}

#threeright {
	width: 250px;
	float: left;
	text-align: left;
	padding-right: 35px;
}

#clear {
	height: 0;
	clear: both;
}




/*Footer Elements*/


#footer {
	background-image: url(images/indexbottom3_rule.gif);
	background-repeat: no-repeat;
	margin-left : 0px;
	margin-top : 0px;
	margin-bottom : 0px;
	margin-right : 0px;
	padding-top: 20px;
	padding-left: 0px;
	width: 916px;
	height: 75px;
	color: #999;
	font-size: 10px;
}

.footerlinks { color: #999; font-size: 10px; font-family: Arial, Tahoma, SunSans-Regular; text-decoration: none;}
.footerlinks a { color: #999; font-size: 10px; font-family: Arial, Tahoma, SunSans-Regular; text-decoration: none;}
.footerlinks a:link { color: #999; text-decoration: none;}
.footerlinks a:hover { color: #999; text-decoration: underline;}
.footerlinks a:visited { color: #999; text-decoration: none;}

