@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	}
body, td {
	font-family:arial,verdana,helvetica,sans-serif;
	font-size:.95em;
	}
h1 {
	font-family:arial,verdana,helvetica,sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#2271a0;
	margin-top:0px;
	margin-bottom:5px;
	}
h2 {
	font-family:arial,verdana,helvetica,sans-serif;
	font-size:13px;
	margin-top:0px;
	margin-bottom:25px;
	}
h3 {
	font-size:13px;
	margin-bottom:10px;
	}
h4 {
	font-size:13px;
	font-style:italic;
	margin:0px;
	}
	
a:link, a:visited, a:active, a:hover {
	color:#2271a0;
	text-decoration:none;
	}
a:hover {
	color:#4489b1;
	text-decoration:underline;
	}
	
#sideNav {
	vertical-align:top;
	padding:12px 15px;
	font-size:12px;
	color:#2271a0;
	}
#sideNav a:link, #sideNav a:visited, #sideNav a:active, #sideNav a:hover {
	font-size:12px;
	font-weight:bold;
	color:#2271a0;
	text-decoration:none;
	padding-left:10px;
	}
#sideNav a:hover {
	background:url(../../images/navarrow.gif);
	background-repeat:no-repeat;
	}
#sideNav a.active:link, #sideNav a.active:visited, #sideNav a.active:active, #sideNav a.active:hover {
	font-size:12px;
	font-weight:bold;
	color:black;
	text-decoration:none;
	padding-left:10px;
	}
#sideNav a.active:hover {
	background:url(../../images/navarrow.gif);
	background-repeat:no-repeat;
	}
	
.contactUs {
	border:1px solid #CCCCCC;
	border-collapse:collapse;
	}
.contactUs td {
	font-size:.88em;
	padding:10px;
	}
.contactUs td div.title {
	font-weight:bold;
	color:#4F81BD;
	}
	
.topNav {
	margin-bottom:10px;
	height:31px;
	}
	
.topNav td {
	padding:0px 10px;
	border-right:1px solid #106ea4;
	}
	
.topNav td a:link, .topNav td a:visited, .topNav td a:active, .topNav td a:hover {
	font-family:arial,verdana,helvetica,sans-serif;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	color:white;
	}