<!-- 
body {
	background: #FFFFFF;
	font-family: "arial";
}
A{
	color: #000000;
}
A:visited{
	color: #000000;
}
h2{
	margin-top: 20px;
}
h3{
	font-size: 12pt;
	padding: 7px;
}
#header{
}
#header_title{
}
#header_title H1 {

}
#header_subtitle{
	/*color: #f4659b;*/
	color: #000000;
}
#header_subtitle H2 {
	margin-top: 20px;
	font-weight: normal;
	margin: 0px;
}
#constant_contact{
	text-transform: uppercase;
}
#constant_contact h2{
	margin: 4px;
	padding: 4px;
	font-size: 13pt;
}
#header_links{
	background-color: #59A8C4;
	color: #FFFFFF;
	font-size: 12pt;
}
#header_links A, #header_links A:visited{
	color: #FFFFFF;
	text-decoration: none;
}
#header_links A:hover{
	color: #59A8C4;
	background-color: #FFFFFF;
}	
#links{
	font-size: 12pt;
}
#links A, #links A:visited  {
	background-color: #59A8C4;
	color: #FFFFFF;
	text-decoration: none;
}
#links A:hover {
	color: #59A8C4;
	background: #FFFFFF;
}
#topleftbox{
}
#sidebar {
	padding: 5px;
}
#sidebar li{
	padding: 3px;
}
#sidebar ul{
	padding-left: 19px;
}
#constant_contact_sidebar{
	text-transform: uppercase;
}
#contentlinks{
		border-right-style: solid;
	border-right-color: #00005D;
	border-right-width: 5px;
		border-left-style: solid;
	border-left-color: #00005D;
	border-left-width: 5px;
		border-bottom-style: solid;
	border-bottom-color: #00005D;
	border-bottom-width: 5px;
	
	padding-top: 3px;
	padding-bottom: 10px;
	text-align: center;
}
#contentlinks {
	padding: 6px;
}
.contentlinkitem{
	padding: 2px;
}
#content{
	padding: 5px;
}
#content H1{
	color: #CD4A00;
	font-size: 24px;
}
#footer hr{
	border-color: #00005D;
}

-->