/* 	---------------------------------
	Default HTML Tags
	---------------------------------*/
body {
	background:#E0E0E0;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-align:center;
}

a 		{ color:#AF8F00; }
a:hover { color:#695600; }

form {
	padding:0px;
	margin:0px;
}

h1 {
	font-size:17px;
	font-weight:bold;
	padding:0px 0px 10px 0px;
	margin:0px;
	color:#AF8F00;
}

/* 	---------------------------------
	Layout Styles
	---------------------------------*/

.siteContainer {
	width:740px;
	margin:0px auto;
	text-align:left;
	background:#FFFFFF;
	color:#000000;
	display:block;
}

.relatedSites {
	background:#000000;
	color:#FFFFFF;
	text-transform:uppercase;
	text-align:center;
	padding:3px;
}

.relatedSites a 		{ color:#FFFFFF; text-decoration:none; padding:0px 10px; }
.relatedSites a:hover	{ color:#999999; text-decoration:none; }

.menuGeneric {
	text-align:right;
	color:#999999;
	font-size:10px;
	padding:3px 20px;
}

.menuGeneric a			{ color:#999999; text-decoration:none; padding:0px 7px; }
.menuGeneric a:hover	{ color:#333333; text-decoration:underline; }

.heading {
	width:700px;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	height:60px;
}

.heading .left {
	width:50%;
	float:left;
	height:60px;
}

.heading .right {
	width:50%;
	float:left;
	text-align:right;
	margin-top:40px;
}
.menuMain_Green {
	border-top:3px #B6B9BA solid;
	background:#324F21 url(menu_bg_Green.jpg) no-repeat bottom;
	height:40px;
	width:100%;
}
.menuMain_Green2 {
	border-top:3px #B6B9BA solid;
	background:#324F21 no-repeat bottom;
	height:100px;
	width:100%;
}
.homePanel {
	background:#326C1E url(home_BG_MainPanel.gif) no-repeat bottom;
	color:#FFFFFF;
	font-size:10px;
	height:260px;
	padding-top:15px;
}

.homePanel .left {
	float:left;
	width:170px;
	margin:0px 10px 0px 25px;
}
.rgang {
	float:left;
	width:110px;
	margin:0px 10px;
	text-align:center;
}

.HomeContentDiv {
	background:url(dotsV.gif) repeat-y right;
}

.news {
	margin-bottom:10px;
}
.content {
	margin:20px 15px 20px 25px;
}

.homeCouncils {
	margin:15px 25px;
}

.divLine {
	width:100%;
	height:1px;
	background:url(dotsH.gif) repeat-x;
}

.footer {
	text-align:right;
	padding:3px 20px;
}

.MenuSubCell {
	background:#E8E9EA;
	color:#4C4C4C;
}

.MenuSubCell a { color:#4C4C4C; text-decoration:none; }

#menuSub { width: 150px; }

#menuSub ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

#menuSub a
{
	display: block;
	padding: 3px 10px 3px 10px ;
	width: 130px;
	border-bottom: 1px solid #BFC1C4;
}

#menuSub a:link, #menuSub a:visited
{
	color: #4C4C4C;
	text-decoration: none;
}

#menuSub a:hover
{
	background-color: #CFD0D1;
	color: #333333;
}

#menuSubChild a
{
	display: block;
	padding: 3px 10px 3px 25px ;
	width: 115px;
	border-bottom: 1px solid #BFC1C4;
}


/* 	---------------------------------
	Content Styles
	---------------------------------*/

.altText { color: #AF8F00; }