body {
	font-family: Georgia, "Times New Roman", Times, serif;
}
p {
	font-size: 12px;
	line-height: 16pt;
	font-family: Georgia, "Times New Roman", Times, serif;	
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	text-transform: uppercase;
	color: #4C5C6B;
	font-weight: bold;
}
h2 {  font-size: 18px; font-weight: bold}
h3 {  font-size: 14px; font-weight: bold}
h4 {  font-size: 12px; font-weight: bold}
a {  font-weight: bold; text-decoration: none; color: #0f3a5d}
a:hover {  text-decoration: underline}
li {  font-size: 12px; line-height: 14px; padding-bottom:5px;}
.imgborder { BORDER: #0F3A5D 1px solid;}
.toplinebg {
	background-image: url(assets/images/top_lines2.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.leftedgebg {
	background-image: url(assets/images/left_edge_bg.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.titlebg {
	background-image: url(assets/images/title_blue_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.rightedge {
	background-image: url(assets/images/rightlinebg2.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.vertlinestretch {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0F3A5D;
}
.addresslinebg {
	background-image: url(assets/images/address_lines.gif);
	background-repeat: repeat-x;
}
.addresstext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-variant: small-caps;
	color: #4C5C6B;
}
.smalltext {
	font-size: 10px;
	line-height: 14px;
}
.imgborder2 {
	border-top: 2px solid #0B3B62;
	border-left: 2px solid #0B3B62;
	border-right: 2px solid #D0D8E3;
	border-bottom: 2px solid #D0D8E3;
}

#leftnav {
		margin-left: -40px;
}
#leftnav ul {
	list-style-type: none;	
}
#leftnav ul li {
	background-image: url('assets/nav_bg.gif');
	background-repeat: no-repeat;
	width: 160px;
	height: 31px;
	padding: 0px;
	margin: 0px;
	margin-bottom: -2px;
}
#leftnav ul li:hover {
	background-image: url('assets/nav_bg-hover.gif');
	width: 160px;
	height: 31px;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
		margin-bottom: -2px;
}
#leftnav ul li a {
	display: block;
	margin: 0px;
	padding: 0px;
	padding-bottom: 15px;
	text-decoration: none;
	margin-left: 5px;
	vertical-align: center;
}