html, body
{
	margin: 0;
	padding: 0;
	height: 100%;
}

body
{
	background-color: #083d65;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #313236;
}

a, a:link, a:visited, a:active
{
	color: #2e5370;
	text-decoration: underline;
}

.blue_text
{
	color: #2e5370;
}

.blue_text ul
{
	list-style-type: circle;
	padding: 0px;
	margin: 0px;
}

.blue_text li
{
	margin: -18px 0 18px -20px;
}

a:hover
{
	text-decoration: none;
	color: #d41c1c;
}

.gold_title
{
	color: #ad6c12;
	font-size: 16px;
	font-weight: bold;
}

.blue_title
{
	color: #0a3c5f;
	font-size: 14px;
	font-weight: bold;
	height: 20px;
	padding-top: 4px;
	padding-left: 10px;
	background-color: #c0cdde;
	text-decoration: none;
}

.blue_title a, .blue_title a:active, .blue_title a:hover, .blue_title a:visited
{
	color: #0a3c5f;
	text-decoration: none;
}

.blue_title2
{
	color: #0a3c5f;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 3px;
	padding-left: 10px;
	background-color: #FFFFFF;
	text-decoration: none;
}

.sm_column
{
	width: 216px;
	float: left;
	padding-right: 10px;
	padding-top: 10px;
}

input, select
{
	color: #2e2e2e;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#container
{
	height: 100%;
}

#shadow_left
{
	width: 26px;
	height: 100%;
	background-image: url(images/shadow_left_cont.jpg);
	background-repeat: repeat-y;
	float: left;
}

#shadow_left_inside
{
	width: 26px;
	height: 100%;
	background-image: url(images/shadow_left.jpg);
}

#shadow_right
{
	width: 26px;
	height: 100%;
	background-image: url(images/shadow_right_cont.jpg);
	float: left;
}

#shadow_right_inside
{
	width: 26px;
	height: 100%;
	background-image: url(images/shadow_right.jpg);
}

#main_div
{
	float: left;
	width: 756px;
	height: 100%;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	padding: 0 10px 0 10px;
}

#top_banner
{
	width: 756px;
	height: 99px;
	background-image: url(images/top_banner_holder.jpg);
	background-repeat: no-repeat;
}

#bottom_banner
{
	clear: both;
	width: 756px;
	height: 100px;
	padding-top: 9px;
	margin-bottom: 5px;
	background-image: url(images/bottom_banner_holder.jpg);
	background-repeat: no-repeat;
}

#top_menu, #search
{
	width: 756px;
}

#search
{
	background-image: url(images/search_bg2.jpg);
	background-repeat: repeat-x;
	height: 30px;
	text-align: left;
}

#mid_menu
{
	width: 756px;
	height: 41px;
	padding-top: 5px;
}

#content
{
	width: 758px;
	clear: both;
}

#left_column
{
	width: 456px;
	padding-bottom: 22px;
	float: left;
	text-align: left;
}

.c_text
{
	padding: 9px 10px 0 10px;
}

#right_column
{
	float: left;
	width: 286px;
	padding-left: 16px;
	padding-bottom: 18px;
	background-image: url(images/dot.jpg);
	background-repeat: repeat-y;
	text-align: left;
}

.bImage
{
	border: 1px solid #c9c9c7;
}

#bottom_menu, #bottom_menu a, #bottom_menu a:link, #bottom_menu a:visited, #bottom_menu a:active
{
	background-color: #dfdfdf;
	width: 756px;
	color: #446783;
}
