body {
	margin: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: black;
	font-size: small;
	text-align: left;
}

h1 {
	color: #8B0030;
	font-size: larger;
	text-align: left;
	padding: 0px;
	margin-left: 10px;
}

h2 {
	color: #1F3A77;
	font-size: larger;
	text-align: left;
	margin-left: 10px;
}

h3 {
	color: #1F3A77;
	font-size: smaller;
	text-align: left;
	margin-left: 10px;
}

ol {
	color: #504F51;
}

p {
	color: #504F51;
	text-align: left;
	margin-left: 10px;
}

p a {
 text-decoration: none;
 color: #504F51;
 }
 
p a:hover {
	text-decoration: underline;
	color: #504F51;
 }
 
 hr {
	color: #7B001F;
}

#top {
 background-image: url(images/top.gif);
 background-repeat: repeat-x;
 width: 795px;
 height: 121px;
 
}

#leftnav {
	width: 180px;
	height: 303px;
	background-color: #1F3A77;
	float: left;
	text-align: right;
}

#leftnav a {
	color: #A2B1B6;
	display: block;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: bold;
	height: 23px;
	padding-top: 6px;
	width:175px;
	padding-right: 5px;

}
#leftnav a:hover {
	color: #1F3A77;	
	display: block;
	background-color: #A2B1B6;
	text-decoration: none;
}

#topimage {
	float: right;
	margin: 0px;
	padding: 0px;
}

#content {
	clear: both;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	color: #B4C5CE;
	background-color: #BECDD4;
	margin: 0px;
	padding: 0px;	
	}

.services {
	border-left: solid white 2px;
	text-align: left;
	}
	
.services li, .services ul {
	color: #7B001F;
	font-weight: bold;	
}
.services p {
	color: #7B001F;
	
}

#bottom {
	background-image: url(images/bottom.gif);
	background-repeat: repeat-x;
	width: 795px;
	height: 17px;
 
}

.bottomnav{
	background-color: #BECDD4;
	width: 790px;
	padding-left: 5px;
 
}

.bottomnav a, .bottomnav p {
	font-size: x-small ! important;
	color: #7B001F !important;
	text-align: left!important;
	text-decoration: none !important;
	padding: 0px;
	margin: 0px;
}

.bottomnav a:hover {
	text-decoration: none!important;
	color: #1F3A77 !important;
	padding: 0px;
	margin: 0px;
}
