﻿body
{
    font-family: Helvetica, Trebuchet MS,Tahoma, Calibri, Courier, Arial, Times New Roman;
	/* font-family: Arial, Helvetica, sans-serif; */
	font-size: 14px;
	background-repeat: repeat-x;
	background-image: url(../images/main_bg.gif);
	background-position: top;
}

html b
{
	font-weight:bold;
}

img
{ 
    border:none;
}

.main
{
	width: 984px;
	margin: auto;
}

.main_content_div
{
	background-repeat: no-repeat;
	background-position: top center;
	min-height: 295px;
}

.main_content_div a
{
	font-weight: bold;
	color: #004626;
	/*text-decoration: none;*/
}

.main_content_div a:hover
{
	color: #009966;
}

.title_div
{
    padding-top: 22px;
	height: 62px;
	vertical-align: middle;
	width: 600px;
	border-bottom: groove 1px #004626;
}

.content_div
{
    width:900px; 
    margin:auto;
	padding:3px; 
	border: solid 2px #e2e8ed;
	background:url('../images/top_fade.png') repeat-x top #fff;
	/*font-size:smaller;*/ 
	/*font-weight:lighter;*/
	padding-left:8px;
	padding-right:8px;
}

.menu_div
{
    width:962px;
    z-index:999;
	padding:3px;
	padding-right:15px;
	border: solid 2px #e2e8ed;
	background:url('../images/bot_fade.png') repeat-x bottom #fff;
	color: #004626;
	font: normal 13px/22px Trebuchet MS, Helvetica, Book Antiqua, Georgia, Arial, Times New Roman;
	/*font-weight:lighter;*/
	text-decoration: none;
	white-space:nowrap;
	float:left;
	position:relative;
}

.menu_shadow
{
    box-shadow: 5px 5px #818181;
    -webkit-box-shadow: 5px 5px #818181;
    -moz-box-shadow: 5px 5px #818181;
    -ms-filter: "progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=5, offY=5, positive=true)";
    filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=5, offY=5, positive=true);
}

.menu_div ul
{
    color: #004626;
    /*padding: 1px 0;*/
	border: 0;
	margin:0;
	padding:0;
	position:relative;
	left:0;
	float: left;
	display: inline-block;
	/*display:block;*/
}

.menu_div li
{
    display:inline-block;
	clear:none;
	float:left;
	position:relative;
	list-style-image: none;
	list-style-position:outside;
	list-style:none;
}

.menu_div span
{
    padding-right: 0;
    display:block;
}

.menu_div a
{
    display:block;
    width:auto;
    padding: 1px 12px;
    color: #004626;
    font: normal 13px/22px Trebuchet MS, Helvetica, Book Antiqua, Georgia, Arial, Times New Roman;
	text-decoration: none;
	cursor:default;
}

.menu_div a:hover
{
    border: solid 1px #A8A8A8;
	padding: 0 11px;
	background: #E3E3E3 url(../images/whitefade.png) repeat-x top left;
    color: #009966;
}


  