body
{
	font-family: Verdana, Arial, sans-serif;
	padding: 0px;
	margin: 0px;
	background-color: #3A4D42;
}


p, ol, li, ul
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #3A4D42;
	line-height: 20px;
}


h1
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 20px;
	color: #3A4D42;
}


h2
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}


h3
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #3A4D42;
	background-color: #EDE9CE;
	padding: 2px;
	border: 1px dashed #978D48;
}


a:link, a:visited
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #716651;
	text-decoration: underline;
}


a:hover, a:active
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #AE3D41;
	text-decoration: none;
}


hr
{color: #3A4D42;}


/* Custom Classes */

.Black
{background-color: #000000;}

.White
{background-color: #FFFFFF;}

.Green
{background-color: #3A4D42;}

.LiteGreen
{background-color: #B7C891;}

.Gold
{background-color: #978D48;}

.LiteGold
{background-color: #EDE9CE;}

.Yellow
{background-color: #FFCD11;}

.Fuscia
{background-color: #A80533;}


.SmallText
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #3A4D42;
	line-height: 12px;
}


.SmallText a:link, .SmallText a:visited
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #716651;
	text-decoration: underline;
	line-height: 12px;
}

.SmallText a:hover, .SmallText a:active
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #AE3D41;
	text-decoration: none;
	line-height: 12px;
}



.ImgBlock
{display: block;}


.ImgBorder
{
	border: 2px solid #3A4D42;
	margin: 5px;
}



.NavFiller
{
	background-color: #978D48;
	background-image: url(../images/navfiller.gif);
	background-repeat: repeat-x;
}


.SideBar {
	background-color: #EDE9CE;
	background-image: url(../images/sidefiller.gif);
	background-repeat: repeat-y;
}


.NewsFrame
{
	border: 1px solid #B7C891;
	background-color: #EDE9CE;
	background-image: url(../images/news-background.gif);
	background-repeat: no-repeat;
}


.NewsTextCell
{padding: 10px;}


.LrgHeader
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #EDE9CE;
	background-color: #3A4D42;
	margin: 5px;
}



.GreenBorder
{border: 1px solid #3A4D42;}


.FormThing
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #3A4D42;
	background-color: #EDE9CE;
}
