/* CSS Document */


body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.6;
	background-color: #FFFFFF;
	color: #003366;
}

ui, li{
	list-style-type: disc;	
}

p{
	text-align: justify;	
}
/* hyperlink and anchor tag styles */

a:link{
	color: #B67703;
	text-decoration: none;
}

a:hover{
	color: #B67703;
	text-decoration: underline;
}

a:visited{
	color: #B67703;
	text-decoration: none;
}
/* header tag styles */

h1{
	color: #003366;
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

h2{
	color: #465C86;
	margin: 0px;
	padding: 10px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bolder;
}

h3{
	color: #B67703;
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: bolder;
}

h4{
	color: #465C86;
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

h5{
	color: #B67703;
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

h6{
	color: #465C86;
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

/* Layout Divs */

#contactCell{
	width:200px;
	height: 300px;
	background-color: #FFFFFF;
	text-align: center;
	top: 75px;
	left: 50%;
	margin-left: -100px;
	position: absolute;
}

/* masthead styles */

#masthead{
	position: absolute;
	width:655px;
	height: 100px;
	background-color: #FFFFFF;
	margin-left: -325px;
	left: 50%;
		
}

/* feature content styles */

#feature{
	width:650px;
	top: 110px;
	height: auto;
	padding: 5px;
	position: absolute;
	left: 50%;
	margin-left: -325px;
}

.content{
	width:650px;
	margin-left: 5px;
}

.contentleft{
	width:650px;
	float: left;
}

.featureTitle{
	float: left;
	height: 30px;
	width: 650px;
	padding-bottom: 15px;

}

.featureTitle2{
	float: left;
	height: 40px;
	width: 650px;
	padding-bottom: 25px;

}

.featureTitle3{
	float: left;
	height: 120px;
	width: 650px;
	padding-top: 0px;
	padding-bottom: 20px;

}
.featureImg{
	float: left;
	height: 200px;
	width: 300px;
	border: 1px solid #465C86;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.featureImg2{
	float: left;
	height: 200px;
	width: 299px;
	border: 1px solid #465C86;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.featureImg3{
	float: right;
	height: 200px;
	width: 300px;
	border: 1px solid #465C86;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.featureImg4{
	float: left;
	height: auto;
	width: auto;
	border: 1px solid #465C86;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.featureImg5{
	float: left;
	height: auto;
	width: auto;
	border: 1px solid #465C86;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* image styles */

.img1{
	border: 1px solid #465C86;
	height: auto;
	width: auto;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.img2{
	border: 1px solid #465C86;
	height: auto;
	width: auto;
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}




/* footer styles */

#footer{
	height: 20px;
	width: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
		
}

/* end */
