﻿body {
}

#main
{
	margin: 0px;
	padding: 0px;
	width: 100%;
	empty-cells: show;
	text-align: center;
	table-layout: fixed;
	border-spacing: -1px;
	border-collapse: separate;
}

#main .header
{
	width: 804px;
	background-position: center;
	height: 180px;
	background-image: url('images/main_logo_green.jpg' );
	background-repeat: no-repeat;
}

#info
{
	font-weight: bold;
	border-right-style: solid; 
	border-left-style: solid; 
	border-right-width: 1px; 
	border-left-width: 1px; 
	border-right-color: #216b21; 
	border-left-color: #216b21;
		
}

#info a
{
	color: #036800;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

#main .bottomleft
{
	background-image: url( 'images/bcornerleft.gif' );
	background-repeat: no-repeat;
	background-position: left bottom;
}

#main .bottommiddle
{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #216b21;
}

#main .bottomright
{
	background-image: url( 'images/bcornerright.gif' );
	background-repeat: no-repeat;
	background-position: right bottom;
}

#main .footer
{
	text-align: center;
	color: #036800;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

#main .footer a
{
	color: #036800;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

#main .footer a:hover
{
	text-align: center;
}

#main .nav
{
	vertical-align: middle;
	text-align: center;
	height: 30px;
}

#main .nav .nsel
{
	background-position: right bottom;
	background-image: url(  'images/btn.gif' );
	background-repeat: no-repeat;
	border-bottom-style: solid; 
	border-bottom-width: 1px; 
	border-bottom-color: #216b21; 
}

#main .nav .nselleft
{
	background-position: left bottom;
	background-image: url(  'images/btn.gif' );
	background-repeat: no-repeat;
	border-bottom-style: solid; 
	border-bottom-width: 1px; 
	border-bottom-color: #216b21; 
}

#main .nav .nsel:hover
{
	background-position: right bottom;
	background-image: url(  'images/btnsel.gif' );
	background-repeat: no-repeat;
}

#main .nav .nselleft:hover
{
	background-position: left bottom;
	background-image: url(  'images/btnsel.gif' );
	background-repeat: no-repeat;
}

#main .nav .selected
{
	background-position: left bottom;
	background-image: url( 'images/btnsel1.gif' );
	background-repeat: no-repeat;
}

#main .nav .selected a
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#main .nav .selected a:hover
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#main .nav .selectedright
{
	background-position: right bottom;
	background-image: url( 'images/btnsel1.gif' );
	background-repeat: no-repeat;
}

#main .nav .selectedright a
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#main .nav .selectedright a:hover
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#main .nav a
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#main .nav a:hover
{
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
