form { padding: 0; margin: 0; }
img { border-width: 0; }
html, body
{
    margin: 0px;
    padding: 0px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    color: #231F20;
}
body { background: #fefdf2 url(../images/header.jpg) no-repeat top center; }

a           
{   
    color: #2B3990;
    font-weight: normal;
	text-decoration: none;
}
a:hover { text-decoration: underline; } 

h1
{
	font-size: 16px;	
	font-weight: bold;
	margin: 10px 0px;
	text-align: left;	
    color: #231F20;
}
h2,h3,h4,h5,h6
{
	font-size: 20px;	
	font-weight: normal;
	margin: 10px 0px;
	text-align: left;	
    color: #231F20;
}


#page
{
	margin: 0 auto;
	text-align: left;
	width: 990px;
}

#topNav
{
	position: relative;
	height: 229px;
}

#topNav a
{
	font-size: 14px;
	color: #231F20;
	font-weight: normal;
	padding: 0px 18px;
	text-decoration: none;
}
#topNav a:hover, #topNav a.selected
{
	text-decoration: underline;
}
#topNav a.first { padding: 0px 18px 0px 0px; }
#topNav a.last { padding: 0px 0px 0px 18px; }

#topLeftNav
{
	position: absolute;
	top: 83px;
	left: 6px;
}
#topLeftSubNav
{
	position: absolute;
	top: 120px;
	left: 240px;
}
#topRightNav
{
	position: absolute;
	top: 83px;
	right: 13px;
}
#topRightSubNav
{
	position: absolute;
	top: 120px;
	right: 135px;
}

#pageTitle
{
	padding-bottom: 18px;	
}

#homeText
{
	font-size: 16px;
	padding: 40px 80px 0px;
	text-align: center;
}

#aboutImage { float: left; padding-left: 85px; }
#aboutText
{
	padding: 85px 60px 0px 0px;
	text-align: left;
}

#contactImage { float: left; padding-left: 65px; }
#contactText
{
	padding: 60px 100px 0px 0px;
	text-align: left;
}

#policiesText
{
	padding: 20px 100px 0px 100px;
	text-align: left;
}
#policiesText ul, 
#policiesText ol
{
	padding-left: 8px;	
	margin-left: 8px;
}

#footer
{
	clear: both;
	background: url(../images/footer.jpg) no-repeat bottom center;
	height: 165px;
	width: 1214px;
	margin: 0px auto;
	overflow: hidden;
}
#copyright
{
	font-weight: normal;
	color: #5B6F71;
	font-size: 10px;
	padding: 120px 0px 0pc;
	text-align: center;
}
#copyright a
{
	font-weight: normal;
	color: #5B6F71;
	font-size: 10px;
	text-decoration: none;
}
