﻿html, body, form
{
	margin: 0 auto;
	text-align: center;
	background-image: url(../images/SiteBG.jpg);
	background-repeat:repeat-x;
	font-family: Georgia, Serif;
	background-color: #7aaa76;
}

img
{
	border: none;
}

#Container
{
	width: 793px;
	
}

#Top
{
	background-image: url(../images/TopBG.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 228px;
	color: #ffffff;
}

#Menu
{
	height: 37px;
	width: 100%;
	background-repeat: no-repeat;
	background-color: White;
}

#mainNav
{
	background-image: url(../images/MenuBG.jpg);
	background-repeat: no-repeat;
	background-color: White;
	padding-right: 0px;
	padding-left: 10px;
	padding-bottom: 0px;
	margin: 0px;
	color: #000000;
	padding-top: 0px;
	list-style-type: none;
	height: 27px;
}
#mainNav LI
{
	float: left;
	overflow: hidden;
	margin-right: 1px;
	text-align: center;
	padding-right: 14px;
}
#mainNav LI A
{
	display: block;
	padding-top: 4px;
	text-decoration: none;
	color: Black;
	font-weight: bold;
	font-size: 12px;
}

#Content
{
	min-height: 500px;
	background-color: White;
	width: 100%;
}

#ContentCurve
{
	background-image: url(../images/ContentBottomCurve.jpg);
	background-repeat: no-repeat;
	height: 11px;
}

.SmallLink
{
	font-size:10px;
}

.ThreeColumns
{
	float: left;
	width: 264px;
}

.TitleAndList, .TitleAndList2
{
	text-align:left;
}

.TitleAndList span
{
	font-size: 20px;
	font-weight: bold;
}

.TitleAndList2 span
{
	font-size: 16px;
	font-weight: bold;
	color:#004315
}

.TitleAndList UL
{
	padding-right: 0px;
	padding-left: 30px;
	padding-bottom: 0px;
	margin: 0px;
	color: #000000;
	padding-top: 0px;
	list-style-type: disc;
	font-size: 15px;
	line-height: 16px;
}

.TitleAndList2 UL
{
	padding-right: 0px;
	padding-left: 30px;
	padding-bottom: 0px;
	margin: 0px;
	color: #000000;
	padding-top: 0px;
	list-style-type: disc;
	font-size: 15px;
	line-height: 16px;
}

.TitleAndList LI, .TitleAndList2 LI
{
	padding-bottom: 8px;
	text-decoration:none;
}

.TitleAndList a, .TitleAndList a:visited, .TitleAndList2 a, .TitleAndList2 a:visited
{
	color: Blue;
	text-decoration: none;
}

.TitleAndList a:hover, .TitleAndList2 a:hover
{
	color: #585958;
	font-size: 17px;
}

.TableList
{
	text-align:left;
	margin-top:25px;
}

.TableList table td:first-child
{
	padding-right:0px;
}

.TableList table td
{
	vertical-align:top;
}

.RadMenu_Telerik .rmRootGroup
		{ border:none!important;background:none!important;}
		
.Header
{
	font-size:20px;
	color: #7aaa76;	
}