/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
	}
img, a img {
	border: none;
	margin: 0px;
	padding: 0px;
	}
body {
	color: #979797;
	background-color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	}
p {
	margin-bottom: 15px;
	}
h1 {
	color: #2A4A9D;
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	}
h2 {
	font-size: 14px; 
	color: #2a1a78; 
	font-weight: bold;
	margin-bottom: 5px;
	}
h2 ul{
list-style-type:disc;
list-style-position:inside;
}
h3 {
	font-size: 14px; 
	color: #2a1a78; 
	font-weight: normal;
	margin-bottom: 5px;
	}
h3 ul{
list-style-type:disc;
list-style-position:inside;
}
#container {
	width: 770px;
	clear: both;
	}
#header {
	height: 161px;
	width: 770px;
	clear: both;
	}
#nav {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background-image:url(images/nav.jpg);
	height: 71px;
	width: 770px;
	text-align: center;
	clear: both;
	}
#nav ul {
	background-image: url(images/topnav_bg.jpg);
	background-repeat: repeat-x;
	width: 770px;
	height: 30px;
	list-style-type: none;
	padding-top: 16px;
	}
#nav li {
	display: inline;
	color: #666666;
	}
#nav li a {
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding: 0px 30px;
	text-decoration: none;
	}
#nav li a:hover {
	color:#660000;
	}
#content {
	clear: both;
	width: 770px;
	height: auto;
	}
#subnav_side {
	
	background-image:url(images/nav_side.jpg);
	height:auto;
	width: 221px;
	float: left;
	clear: left;
	text-align: center;
	}
#subnav_side ul {
	list-style-type: none;
	}
#subnav_side li {
	width: 214px;
	border-bottom: 1px dotted #000;
	}
#subnav_side li a {
	padding: 8px 0px;
	display: block;
	color:#FFFFFF;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	}
#subnav_side li a:hover {
	color: #2A1B78;
	}
#main_content_side {
	width: auto;
	height: auto;
	float: right;
	clear: right;
	width: 548px;
	}
#title_bar {
	width: 533px;
	height: 35px;
	background-image:url(images/title_bar.jpg);
	background-repeat: no-repeat;
	padding: 7px 0px 0px 15px;
	}
#main_content {
	width: 518px;
	padding: 10px 15px;
	}
#main_content ul
{
  list-style-type:disc;
  padding-left:60px;
}
#main_content ol
{
  list-style-type:decimal;
  padding-left: 35px;
}
.callout_box {
	width: 220px;
	height: 146px;
	background-image:url(images/callout_bg.jpg);
	background-repeat: no-repeat;
	padding: 8px;
	}
#footer {
	background-image:url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 45px;
	width: 770px;
	text-align: center;
	border-top: 1px solid #fff;
	color: #2A1B78;
	clear: both;
	padding-top: 12px;
	}
#footer a:hover {
	color: #E8CF95;
	}