﻿
td
{
	font-family:  Arial, Verdana;
	font-size: 10pt;
	color: black;
}

.bodyText
{
	font-family:  Arial, Verdana;
	font-size: 10pt;
	color: black;
}
.body_admin
{
	margin: 0; 
	padding: 0; 

}
.body 
{
	margin: 0; 
	padding: 0; 
	background-image: url(../images/tile-back.gif);
	background-repeat: repeat-y;
	background-position: center;
}

.bodyText a
{
	font-family:  Arial, Verdana;
	font-size: 10pt;
	color: #195A20;
}
.smalltext
{
	font-family:  Arial, Verdana;
	font-size: 8pt;
	color: black;
}
.greenSteward a
{
	font-family: Arial, Verdana;
	font-size: 8pt;
	color: #195A20;
	font-weight:bold;
	padding-bottom:5pt;
}

.greenTitle a
{
	font-family: Arial, Verdana;
	font-size: 10pt;
	color: #195A20;
	font-weight:bold;
	padding-bottom:5pt;
}

.greenTitle 
{
	font-family: Arial, Verdana;
	font-size: 10pt;
	color: #195A20;
	font-weight:bold;
	padding-bottom:5pt;
}
.greenTitle2
{
	font-family: Arial, Verdana;
	font-size: 11pt;
	color: #195A20;
	font-weight:bold;
	padding-bottom:5pt;
}
.greenTitle3
{
	font-family: Arial, Verdana;
	font-size: 14pt;
	color: #195A20;
	font-weight:bold;
	padding-bottom:5pt;
}
.greenSubHeader 
{
	font-family: Arial, Verdana;
	font-size: 11pt;
	color: #195A20;
	font-weight:bold;
	padding-bottom:5pt;
}

.orangeQuoteLg 
{
	font-family: Arial, Verdana;
	font-size: 10pt;
	color: #AA7731;
	font-weight:bold;
}

.orangeQuoteSm
{
	font-family: Arial, Verdana;
	font-size: 8pt;
	color: #AA7731;
	font-weight:bold;
}

li
{
	padding-bottom:7pt;
}
.footer_admin
{
	font-family: Arial, Verdana;
	font-size: 8pt;
	text-decoration: none;
}
.footer
{
	font-family: Arial, Verdana;
	font-size: 8pt;
	color: white;
	text-decoration: none;
}

.footer a, hover
{
	font-family: Arial, Verdana;
	font-size: 8pt;
	color: white;
	text-decoration: none;
}
.inputbox
{
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 12;
	border: 1px solid #CCCCCC;
	width: 150px;
}
.redFont
{
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 12;
	color: Red;
}

.selectbox
{
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 12;
	border: 1px solid #CCCCCC;
	width: 80px;
}
.buttonfield
{
	width: 160px;
}
.lboxMultiple
{
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 12;
	border: 1px solid #CCCCCC;
	width: 300px;
	height: 300px;
}

	#main-nav
	{
		width: 183px;
		background-color: #fff;
		padding: 0 0 0 5px;
	}
	
	#main-nav ul, #main-nav ul li 
	{
		padding: 0;
		margin: 0;
		list-style:none;
		display: inline; /* fixes IE double margin bug */
	}

	#main-nav ul li a
	{
		display:block;
		background: #e8ebd9;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		text-decoration: none;
		color: #195a20;
		padding: 5px 3px 5px 6px;
		border-top: dotted 1px #ccc;
	}
	
	.sub-nav li a
	{
		color: #7a8159 !important;
		padding: 5px 3px 5px 12px !important;
		margin: 0;
	}
	
	#main-nav a:hover
	{
		background-color: #cdd2ad !important;
	}
	
	#selected a
	{
		background-color: #cdd2ad !important;
	}
	#notselected a
	{
		background-color: #e8ebd9 !important;
	}



