﻿#container {
	width: 800px;
	margin: 0px auto 0px auto;
	padding: 0px;
	background-color: #FFFFFF;
}
#header {
	height: 105px;
	background-color: #415B99;
	background-image: url('Images/V3Header3.jpg');
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #415B99;
}
#top_nav {
	border-style: solid none solid none;
	border-color: #415B99;
	border-width: 2px;
	height: 25px;
	background-color: #415B99;
	width: 800px;
}
#left_col {
	border-color: #415B99;
	float: left;
	width: 180px;
	margin: 0px;
	padding: 10px;
	background-color: #FFFFFF;
	color: #415B99;
	border-bottom-style: solid;
	font-family: Arial, Helvetica, sans-serif;
}
#left_col2 {
	float: left;
	clear: both;
	width: 180px;
	padding: 10px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	height: 180px;
}
#left_col2 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #415B99;
	text-decoration: underline;
	text-align: center;
}
#left_col2 ul {
	line-height: 20px;
}
#left_col2 li {
	color: #000000;
	text-decoration: none;
	list-style-type: disc;
	list-style-position: inside;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#left_col2 a:link {
	color: #000000;
	text-decoration: none;
}
#left_col2 a {
	color: #000000;
	text-decoration: none;
}
#left_col2 a:visited {
	color: #000000;
	text-decoration: none;
}
#left_col2 a:hover {
	color: #C0C0C0;
	font-weight: bold;
}
#left_col3 {
	width: 200px;
	float: left;
	clear: both;
}
#right_col {
	margin: 0px 0px 0px 200px;
	background-color: #FFFFFF;
	padding: 25px;
}
#footer {
	height: 35px;
	background-color: #FFFFFF;
}
#bottom_nav {
	height: 20px;
	background-color: #FFFFFF;
	border-top-style: solid;
	border-bottom-style: solid;
	border-width: 4px;
	border-color: #415B99;
	clear: both;
}
#bottom_nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#bottom_nav li {
	float: left;
	width: 85px;
	text-align: center;
	background-color: #FFFFFF;
	border: 1px none #415B99;
	font-size: x-small;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#bottom_nav a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: underline;
	font-weight: bolder;
}
#bottom_nav a {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: underline;
	font-weight: bolder;
	font-size: 8px;
}
#bottom_nav a:visited {
	color: #415B99;
	font-weight: bolder;
}
#bottom_nav a:hover {
	color: #C0C0C0;
	font-weight: bold;
}
#right_col_body td ul {
	list-style-type: square;
}


