/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #DFDBB5;
	margin: 0px;
}
a {
	color:  #001856;
	text-decoration: underline;
}
a:hover {
	color:  #001856;
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin-left: 30px;
	margin-right: 45px;
	font-weight: normal;
	color:  #001856;
}
#wrap {
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px auto;
	padding: 0px;
	width: 785px;
}
#container {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	margin: 0px auto;
	padding: 0px;
	clear: both;
	width: 755px;
}
#header {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	width: 755px;
}
#nav-bar {
	background-color: #001856;
	width: 755px;
	color: #BFB86B;
	padding-top: .5em;
	padding-bottom: .5em;
	font-size: .8em;
}
#nav-bar a{
	font-weight: bold;
	color: #BFB86B;
	margin-right: 1em;
	margin-left: 1em;
	text-decoration: none;
}
#nav-bar a:hover{
	text-decoration: none;
	color: #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BFB86B;
}
#mainContent {
	width: 755px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
#mainContent p, #mainContent li {
	font-size: .9em;
	margin-left: 30px;
	margin-right: 45px;
}
#mainContent img, #right img {
	margin-left: 4px;
	margin-right: 7px;
	margin-top: 4px;
}
#left {
	text-align: right;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 24%;
}
#right {
	width: 75%;
	margin: 0px;
	padding: 0px;
	float: right;
}
#right p {
	font-size: .9em;
	margin-left: 10px;
	margin-right: 45px;
}
.col-3{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-left: 5px;
	width: 30%;
	float: left;
}
.inset {
	float: left;
	margin: 5px 8px 8px;
	padding: 0px;
}
.inset-first {
	float: left;
	margin: 5px 0px 8px 35px;
	padding: 0px;
}
.align-right {
	float: right;
}
.break {
	clear: both;
	height: 1px;
}
.head {
	font-size: 1.2em;
	font-weight: bold;
}
.subhead {
	font-size: 1em;
	font-weight: bold;
}
.caption {
	font-size: .7em;
}
#footer {
	width: 680px;
	padding: 0px;
	margin-left: 30px;
	margin-right: 45px;
	vertical-align: middle;
}
#footer-nav-bar {
	font-weight: bold;
	color: #001856;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	font-size: .7em;
	margin: 0px;
	text-align: left;
	padding-right: 0px;
	padding-left: 0px;
}
#footer-nav-bar a {
	font-weight: bold;
	color: #001856;
	margin-right: .5em;
	margin-left: .5em;
	text-decoration: none;
}
#footer-nav-bar a:hover {
	text-decoration: none;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BFB86B;
}
#footer hr {
	background-color: #001856;
	height: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#bottom {
	width: 785px;
	background-image: url(images/bg-bottom.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 20px;
}
.graphics-border {
	border: 1px solid #C8C8C8;
}
.bold {
	font-weight: bold;
	color: #001856;
}