﻿HTML, BODY, FORM
{		
	font-family: 'Century Gothic', Arial, Sans-Serif;
	color: #202020;
	font-size: 14px;
	background-color: white;
	margin: 0px; 
	margin-top: 4px;
}

H2
{
	color: #68ab2b;
	font-size: 17px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
}

H1
{
	font-size: 20px;
	font-weight: normal;
	color: #e54e03;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

H3
{
	color: #00275d;
	font-size: 13px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

P
{
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 150%
}


/* Menu */
A
{
	color: #e54e03;
}

A:Hover
{
	color: #202020;
}

.MenuItem
{
	padding-left: 65px;
	padding-bottom: 10px;
	font-size: 23px;
}

A.Menu
{
	text-decoration: none;
	color: White;
	padding-left: 30px;
}

A:Hover.Menu
{
	text-decoration: none;
	color: #68ab2b;
	background-image: url(Images/leaf.gif);
	background-repeat: no-repeat;
	background-position: left center;
}


A.MenuSel
{
	text-decoration: none;
	color: #e54e03;
	padding-left: 30px;
	background-image: url(Images/leaf.gif);
	background-repeat: no-repeat;
	background-position: left center;
}


/* PlaceHolding Classes */
.Main
{
	margin: auto auto;
	width:800px;
}

.Body
{
	width: 780px;
}

.BodyHolder
{
	width: 780px;
}


.NoBorder
{
	border: none;
}

.MainSilver
{
	background-image: url(Images/s-bg.gif);
	background-repeat: repeat-y;
	width: 395px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 15px;
	padding-bottom: 5px;
}