/* CSS Document */

body {
	background-color:#B7CD2D;
	position: inherit;
	}
.main {
	width:990px;
	position:inherit;
	background-color:#FFFFFF
	}
.main_header {
	width: 100%;
	text-align:center;
	background-color:#434963;
	color: #B7CD2D;
	}
.main_menu {
	background-color:#B7CD2D;
	width: 990px;
	height: 40px;
	text-align:left;
	background-image: url(images/menu_bg.png);
	}
.main_menu_content{
	position:relative;
	height: 20px;
	width:604;
	margin-top: 2px;
	margin-left: 200px;
	}	
a.main_menu_link {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
	text-shadow:inherit;
	}
a.main_menu_link:hover{
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color:#005595;
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
	}
.main_content {
	width:915px;
	text-align:left;
	vertical-align:top;
	position: relative;
	background-color:#ffFFff;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 2px;
	padding-left: 2px;
	}
.main_side	{
	width:75px;
	vertical-align:top;
	background-color:#FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #B7CD2D;
	padding-left: 2px;
	}
.footer {
	width: 100%;
	border-top:solid 1px #B7CD2D;
	vertical-align: top;
	background-color: #FFFFFF;
	}
.footer_text{
	color:#055595;
	font-family:"Trebuchet MS";
	font-size:12px;
	}
a.footer_link{
	color:#055595;
	font-family:"Trebuchet MS";
	font-size:12px;
	text-decoration:none;
	}
a.footer_link:hover{
	color:#055595;
	font-family:"Trebuchet MS";
	font-size:12px;
	text-decoration:underline;
	}
h1	{
	font-size:125%;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000033;
	}
h2	{
	font-size:100%;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#005595;
	}
h3	{
	font-size:98%;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#005590;
	}
h4	{
	font-size:98%;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFC200;
	text-decoration: none;
	}
.text{
	font-size:90%;
	font-family: "Trebuchet MS";
	color:#000000;
	}
a.text_link	{
	font-size: 90%;
	font-family:"Trebuchet MS";
	color:#005595;
	text-decoration:underline;
	}
a.text_link:hover	{
	font-size: 90%;
	font-family:"Trebuchet MS";
	color:#005595;
	text-decoration:none;
	}
.text_highlighted	{
	font-size:90%;
	font-family:"Trebuchet MS";
	color:#005595;
	font-weight:bold;
	}

