/* CSS Document */

/*--------------------------[ Universal Elements ]-------------------------*/
body {
	background-color: #058;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	text-align:center;
	}
h2 {
	font-size: 13px;
	line-height: 14px;
	color: #266983;
	background-color: inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 0 3px 0;
	padding: 0;
	}
h3 {
	font-size: 11px;
	line-height: 12px;
	color: #266983;
	background-color: inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 0 3px 0;
	padding: 0;
	}

	
ul {
	margin: 3px 0 0 0;
	padding: 0;
	}
li {
	margin-left: 20px;
	list-style-image: url(images/bullet_black.gif);
	}
a {
	color: #266983;
	background-color: inherit;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
img, img a {
	margin: 0;
	padding: 0;
	border: none;
	}
.special {
	color: #093;
	background-color: inherit;
	font-weight: bold;
	font-style: italic;
	}
.green {
	color: #093;
	background-color: inherit;
	}
	
/*--------------------------[ Universal Body Elements ]-------------------------*/
#container {
	width: 710px;
	height: auto;
	margin: 15px auto;
	padding: 0 10px;
	background-color: #fff;
	color: inherit;
	border: 1px solid #000000;
	text-align: left;
	}
#header {
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	width: 710px;
	height: 97px;
	}

/*--------------------------[ Navigation ]-------------------------*/
#nav_bar {
	width: 710px;
	height: 24px;
	padding-top: 64px;
	}
#nav {
	padding-top: 4px;
	}
#nav ul {
	margin: 0;
	list-style: none;
	}
#nav li {
	display: inline;
	margin: 0;
	padding: 0;
	}
#nav a {
	float: left;
	display: block;
	text-align: center;
	background-color: inherit;
	padding-top: 4px;
	margin-left: 7px;
	color: #fff;
	font-weight: bold;
	width: 106px;
	height: 16px;
	text-decoration: none;
	}
#nav a:hover {
	background-color: #093;
	color: inherit;
	}

/*--------------------------[ Homepage Body Elements ]-------------------------*/
#left_side {
	width: 450px;
	height: auto;
	float: left;
	clear: left;
	
		}
#left_side_text {
	width: 440px;
	height: auto;
	padding: 0 5px 5px 5px;
	clear: both;
	}
#left_side ul {
	margin: 3px 0 0 10px;
	padding: 0;
	}
#left_side li {
	margin-left: 20px;
	list-style-image: url(images/bullet_blue.gif);
	}
#bottom_left {
	width: auto;
	height: 150px;
	float: left;
	color: #266983;
	background-color: inherit;
	font-size: 10px;
	line-height: 12px;
	margin-top: 6px;
	margin-left: 2px;
	padding: 5px;
	border: 1px solid #000000;

	}
#bottom_right {
	width: auto;
	height: 150px;
	float: left;
	color: #266983;
	background-color: inherit;
	font-size: 10px;
	line-height: 12px;
	margin-top: 6px;
	margin-right: 2px;
	padding: 5px;
	border: 1px solid #000000;
	}
#right_side {
	width: auto;
	height: 600px;
	float: right;
	clear: right;
	padding: 10px;
	border: 1px solid #8D8D8D;
	}
	
/*--------------------------[ Homepage Bottom Bar ]-------------------------*/
#bottom_bar {
	width: 710px;
	height: 15px;
	clear: both;
	background-image: url(images/bottom_bar.gif);
	background-repeat: no-repeat;
	}
	
/*--------------------------[ Interior Body Elements ]-------------------------*/
#interior_left {
	float: left;
	width: 160px;
	height: 431px;
	padding: 10px 0;
	clear: both;
	}
#interior_left a {
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
		}
.int_left {
	margin-left: 10px;
	}
#interior_left 	h2 {
	font-size: 13px;
	line-height: 14px;
	color: #009933;
	background-color: inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 0 3px 0;
	padding: 0;
	}	
#interior_right {
	float: right;
	width: 355px;
	height: 100%;
	margin-top: 10px;
	border-left: 1px solid #8d8d8d;
	clear: right;
	}
.indent {
	padding-left: 10px;
	font-weight: bold;
	color: #266983;
	background-color: inherit;
	}
#interior_right1 {
	float: left;
	width: 348px;
	height: auto;
	padding: 10px;
	
	}
#interior_right2 {
	float: right;
	width: 160px;
	height: 431px;
	padding: 10px 0 10px 10px;
	}

/*--------------------------[ Interior Bottom Navigation ]-------------------------*/
#bottom_nav_bar {
	width: 690px;
	height: 16px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #069;
	border-bottom-color: #069;
	padding: 4px 0 0 20px;
	clear: both;
	}
#bottom_nav_bar a {
	color: #093;
	background-color: inherit;
	font-weight: bold;
	}
#bottom_nav_bar a:hover {
	text-decoration: none;
	}
	
/*--------------------------[ Footer ]-------------------------*/
#footer {
	display: block;
	text-align: center;
	width: 710px;
	font-size: 10px;
	padding-top: 8px;
	}