﻿html
{
    height:100%;
    z-index:0;
}

body 
{
    margin:0px 0px 0px 30px;
    font-family:sans-Serif;
    font-size:small;
    z-index:0;
    background:white;
    width:750px;
  	color:black;
}

p
{
    padding:0;
    margin:0 0 10px 0px;
}

h2
{
	font-size:14px;
	font-weight:bold;
	margin:0;
	padding:0;

	padding-bottom:5px;
}

div#header
{
	background:white url(/images/header_back1.jpg) no-repeat scroll left top;
	height:176px;
}

div#logo
{
	position:absolute;
	left:18px;
	top:5px;
}

div#topnav
{
	float:right;
	margin:28px 10px 0px 0px;
	font-size:12px;
}

div#topnav a
{
	color:#009145;
	text-decoration:none;
}

div#topnav a:hover
{
	color:gray;
	text-decoration:none;
}


div#mainnav
{
	margin-top:-10px;
	text-transform:uppercase;
}
/*MAIN MENU*/

.glossymenu{
	position: relative;
	padding: 0 0 0 14px;
	margin: 0 auto 0 auto;
	background: url(/images/menu_bg.gif) repeat-x;
	height: 46px;
	list-style: none;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: serif;
	font-size: .8em;
	font-weight: bold;
	padding:0 0 0 16px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 10px 0 8px; /*Padding of menu items*/
}

.glossymenu li a:hover{
	color: #4ca328;
	background: url(/images/menu_hover_left.gif) no-repeat;
	background-position: left;
}

.glossymenu li.current a{
	color: #4ca328;
	background: url(/images/menu_hover_left.gif) no-repeat;
	background-position: left;
}

.glossymenu li a:hover b{
	color: #4ca328;
	background: url(/images/menu_hover_right.gif) no-repeat right top;
}


.glossymenu li.current a b{
	color: #4ca328;
	background: url(/images/menu_hover_right.gif) no-repeat right top;
}


div#maincontent
{
	margin-top:10px;
}

div#leftcontent
{
	position:relative;
	float:left;
	border: 1px gray solid;
	width:515px;
	min-height:500px;
	margin-right:15px;
}

div#maintitle
{
	padding:10px 0px 0px 10px;
	background:transparent url('/images/subnavback.png') no-repeat left bottom;
	margin-left:-8px;
	min-height:25px;
	padding-left:18px;
	margin-top:3px;
	
}

div#subnav
{
	font-size:11px;
	padding-bottom:10px;
}

div#mainbody
{
	padding:10px;
}

div#rightcontent
{
	float:left;
	width:215px;
	min-height:500px;
}

div#infobox
{
	border: 1px gray solid;
	width:215px;
	min-height:50px;
	margin-bottom:20px;
}

div#maintitle
{
	
}

div#infotitle
{
	background:transparent url('/images/infotitleback.png') no-repeat;
	height:25px;
	padding:5px 0px 5px 15px;
	color:white;
	font-weight:bold;
	margin-left:-9px;
	margin-top:5px;
	text-transform:lowercase;
}

div#infocontent
{
	padding:5px 10px 10px 10px;
	font-size:12px;
}


div#footer
{
	clear:both;
	font-size:x-small;
	margin-top:20px;
	min-height:50px;
}

a
{
	color:gray;
}

#directory table
{
	width:500px;
}

#directory a
{
	color:black;
}

#directory a:hover
{
	color:gray;
}

#directory th
{
	text-align:left;
	background:black;
	color:white;
}

#directory td
{
	padding:5px;
}

.regrow
{
	background-color:#C0C0C0;	
}

.altrow
{
	background-color:white;
}