﻿body 
{ 
	margin-top:0px; 
	margin-left:0px; 
	margin-right:0px; 
	
	font-family: Verdana;
	color: Black;
	font-size: 12px;
}

a, a:link, a:visited
{
	font-family: Verdana;
	color: #0B3056;
	font-size: 12px;
	text-decoration: underline;
}

input 
{ 
	
}

select 
{ 
	
}

img 
{ 
	border-width: 0px; 
}

.top_image
{ 
	margin-left: 60px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.right_image
{ 
	margin-top: 20px;
}

.top_menu_container
{
	width: 100%; 
	height: 50px; 
	background-color: #0B3056;
}

.top_menu
{
	padding-top: 13px;
}

.top_menu a, .top_menu a:link, .top_menu a:visited
{
	font-size: 15px;
	color: White;
	height: 50px;
	border: solid 0px red;

	padding-left: 15px;
	font-weight: bold;
	text-decoration: none;
}

.bottom_menu_container
{
	width: 100%; 
	height: 30px; 
	background-color: #0B3056;
}

.bottom_menu
{
	font-size: 12px;
	color: White;

	border: solid 0px red;
	padding-top: 7px;
	padding-left: 15px;
}

.bg
{
	width: 1016px;
	background-image: url(../../Archive/Images/pagegradient.gif);
	background-repeat: repeat-y;
	background-position: right;
}

.main
{
	width: 1000px;
}

.content_outer 
{
	margin-top:20px; 
	margin-left:10px; 
}

.content
{ 
	padding-left: 20px;
	margin-top: 45px;
	width: 515px;
	float: left;
	min-height: 500px;
}

.content_right
{ 
	margin-left: 20px;
	padding-top: 10px;
	padding-left: 10px;
	width: 100%;
	float: right;
	background-image: url(../../Archive/Images/rightcol_background.jpg);
	background-repeat: repeat-x;
	border-left: solid 1px gray;
	min-height: 500px;
	height: 600px;
}

.content_right a, .content_right a:link, .content_right a:visited  
{ 
	color: #EA8736;
}

.desc
{
	width: 500px;
}
.content_menu 
{
	float:left; 
}

.leftmenu 
{
	width:240px; 
	margin-left:10px;
}

.leftmenu_head_text
{
	padding-left: 10px;
	margin-bottom: 5px;
	color: #808080;
}

.leftmenu_image
{
	border: none;
	margin-left: 20px;
	margin-top: 20px;
}

ul.leftmenu
{
	list-style:none;
	padding:0px;
	margin:0px;
}

.leftmenu_level1
{
	width:190px;		
}

.leftmenu_level1_item
{
	padding-top:4px;
	padding-bottom:4px;
	padding-left:14px;
	border: solid 1px white;
	border-bottom: none;
	background-color: #B4C9DE;
}

.leftmenu_level1_item_selected
{
	padding-top:4px;
	padding-bottom:4px;
	padding-left:14px;
	border: solid 1px white;
	border-bottom: none;
	background-color: #DAE4EE;
}

.leftmenu_level2
{
	width:240px;
}

.leftmenu_level3
{
	width:240px;
}

.leftmenu_level2_item
{
	padding-top:4px;
	padding-bottom:4px;
	padding-left:24px;
	border: solid 1px white;
	border-bottom: none;
	background-color: #009480;
}

.leftmenu_level3_item
{
	padding-top:4px;
	padding-bottom:4px;
	padding-left:34px;
	border: solid 1px white;
	border-bottom: none;
	background-color: #009090;
}

.leftmenu_level1_item a, .leftmenu_level1_item a:link, .leftmenu_level1_item a:visited
{
	font-size: 11px;
	text-decoration: none;
	color: Black;
}

.leftmenu_level2_item a, .leftmenu_level2_item a:link, .leftmenu_level2_item a:visited,
.leftmenu_level3_item a, .leftmenu_level3_item a:link, .leftmenu_level3_item a:visited
{
	font-size: 11px;
	text-decoration: none;
	color: Black;
}

.leftmenu_level1_item_selected a, .leftmenu_level1_item_selected a:link, .leftmenu_level1_item_selected a:visited
{
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: Black;
}

h1 
{
	font-size: 18px;
	color: #0B3056;
	margin-top: 0px;
	margin-bottom: 16px;
}

h2
{
	font-size: 14px;
	color: #0B3056;
	margin-top: 18px;
	margin-bottom: 4px;
}

h3
{
	font-size: 12px;
	color: #0B3056;
	margin-top: 14px;
	margin-bottom: 2px;
}

a.menu {
	font-size: 12px;
	color: #222222;
	text-decoration: none;
}

a.menu:hover 
{
	color: #DC0000;	
	text-decoration: underline;
}

a.menu:active {
	color: #DC0000;
}