html {
	margin: 0px;
	padding: 0px;
	text-align: center;
	}
	
body { 
	color: #013567;
	background-color: #FFF;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px; 
	padding: 0px;
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
} 
	
p { 
	margin: 10px; 
	padding: 0px;
	text-align: left;
	line-height: 17px;
	}

.whitetext{
	color: #FFF;
	text-align: center;
	line-height: 12px;
}

.centeredtext{
	text-align: center;
}

.header{
	font-size: 12px;
	color: #013567;
	font-weight: bold;
}
	
.header a:link {  
	text-decoration: none;
	font-weight: bold; 
	color: #013567;
	}
.header a:visited { 
	text-decoration: none; 
	font-weight: bold;
	color: #013567;
	}
.header a:hover, a:active { 
	text-decoration: underline;
	font-weight: bold; 
	color: #013567;
	}	
	
.header_centered{
	font-size: 12px;
	color: #013567;
	font-weight: bold;
	text-align: center;
}
	
li{
	line-height: 17px;
}

h1, h2, h3, h4, h5, h6 {
	
	color: #013567;
}

hr{
	color: #074887;
}

a:link {  
	text-decoration: none;
	font-weight: bold; 
	color: #074887;
	}
a:visited { 
	text-decoration: none; 
	font-weight: bold;
	color: #074887;
	}
a:hover, a:active { 
	text-decoration: underline;
	font-weight: bold; 
	color: #074887;
	}


/* divs */

#container{
	width: 98%;
	margin: 0px auto;
	padding: 0px;
	text-align: center;

}

#content {
	margin: 0px auto;
	padding: 0px;
	width: 802px;
	position: relative;
	text-align: left;
}

#top{
	margin: 0px;
	padding: 0px;
	border: 0px;
	clear: both;
	background-color: #FFFFFF;
}

#main_content{
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 798px;
	border-top: 0px;
	border-bottom: 0px;
	border-left: 2px solid #013567;
	border-right: 2px solid #013567;
	background-color: #FFF;
}

#footer{
	margin: 0px;
	padding: 0px;

}
div.sentMessage{
	width:700px;
	text-align:center;
	color:#FF0000;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:20px;
}

a.webhiliteLink:link	{ text-decoration:none;font-weight:normal;}
a.webhiliteLink:visited	{ text-decoration:none;font-weight:normal;}
a.webhiliteLink:hover	{ text-decoration:none;font-weight:normal;}
a.webhiliteLink:active	{ text-decoration:none;font-weight:normal;}

