/* CSS Document */

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.6;
	background-color: #FFFFFF;
}

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;
	font-weight: bold;
}

h2{
	color: #003366;
	margin: 0px;
	padding: 10px;
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: bolder;
}

h3{
	color: #B67703;
	margin: 0px;
	padding: 10px;
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: bolder;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#content{
	width:660px;
	top: 0px;
	background-color: #FFFFFF;
	height: 600px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	position: absolute;
	left: 50%;
	margin-left: -330px;
}

#pagecell{
	position: absolute;
	width:660px;
	height: auto;
	background-color: #FFFFFF;
	left: 50%;
	margin-left: -330px;
	top: 110px;
	padding: 0px;
}

/************** masthead styles *********************************/

#masthead{
	position: absolute;
	width:650px;
	height: 100px;
	background-color: #FFFFFF;
	padding: 0px;
	margin-left: -325px;
	left: 50%;
		
}

/************** footer styles ****************/
#footer{
	width: auto;
	height: 50px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	
}
/********************* end **********************/

