body {
	background:#736357;
	font-family:Tahoma, sans-serif;
	line-height:18px;
}

.TableTitle {
	font-size:20px;
	font-weight:normal;
	color:#736357;
}
h1{
	font-size:26px;
	line-height:30px;
	color:#736357;
	margin-bottom:12px;
	margin-top:10px;	
}
h2{
	font-size:24px;
	color:#736357;
	margin-bottom:12px;
	margin-top:10px;	
}
h3{
	font-size:22px;
	line-height:24px;
	color:#736357;
	margin-bottom:10px;
	margin-top:6px;	
}

h4{
	font-size:18px;
	font-weight:normal;
	color:#736357;
	margin-top:10px;
}	

h5{
	color:#736357;
	font-size:18px;
	font-weight:bold;
}	

.NewsDate{
	font-size:12px;
	color:#333;
}

.LayoutTable td{

	vertical-align:top;
	padding-left:8px;
	padding-bottom:12px;
}

.LayoutTable{
	margin-top:10px;
}

li{
	margin-left:28px;
}

#homeContainer {
	background:#d5e17e url(../images/home_bg.jpg) top center no-repeat;
	height:744px;
	width:1024px;
	margin:0 auto;
	padding-top:1px;
}

#container {
	width:1024px;
	margin:0 auto;
	background:#D6E27E url(../images/main_bg.jpg) bottom center no-repeat;
	padding-bottom:1px;
}

#top {
	background:#f4f7c7;
	width:1024px;
	height:129px;
}

#nav {
	list-style:none;
}

#homeContainer #nav {
	margin:-1px 0 0 375px;
}

#nav li {
	float:left;
	display:block;
	height:129px;
}

#nav li a {
	display:block;
	float:left;
	width:100px;
	height:129px;
	text-indent:-9999px;
	margin:0;
	background-position:top left;
	background-repeat:no-repeat;
}

.home a {background-image:url(../images/nav_r1_c1.jpg);}
.about a {background-image:url(../images/nav_r1_c2.jpg);}
.whats_up a {background-image:url(../images/nav_r1_c3.jpg);}
.issues a {background-image:url(../images/nav_r1_c4.jpg);}
.resources a {background-image:url(../images/nav_r1_c5.jpg);}
.contacts a {background-image:url(../images/nav_r1_c6.jpg);}

#about #nav li.about a {background-image:url(../images/nav_about.jpg);margin-left:20px;}
#whats_up #nav li.whats_up a {background-image:url(../images/nav_whats_up.jpg);margin-left:20px;}
#issues #nav li.issues a {background-image:url(../images/nav_issues.jpg);margin-left:20px;}
#resources #nav li.resources a {background-image:url(../images/nav_resources.jpg);margin-left:20px;}
#contacts #nav li.contacts a {background-image:url(../images/nav_contacts.jpg);margin-left:20px;}



#nav li ul {
	float:left;
	width:200px;
	margin:13px 0 0 10px;
}

#nav li ul li {
	display:block;
	float:none;
	height:20px;
}

#about #nav li.about ul li a, #whats_up #nav li.whats_up ul li a, #issues #nav li.issues ul li a, #resources #nav li.resources ul li a, #contacts #nav li.contacts ul li a {
	background:none;
	float:none;
	width:auto;
	height:20px;
	text-indent:0;
	color:#fdad1f;
	font-weight:bold;
	text-decoration:none;
	margin-left:0;
}

#about #nav li.about ul li a:hover, #whats_up #nav li.whats_up ul li a:hover, #issues #nav li.issues ul li a:hover, #resources #nav li.resources ul li a:hover, #contacts #nav li.contacts ul li a:hover {color:#A7611A}

/*  HOME PAGE */

#content {
	clear:both;
	margin-top:260px;
}

#content p {
	font-size:1.2em;
	padding:0 40px;
	color:#5b524c;
	line-height:1.5em;
}

#content .possibletext {
	clear:both;
	color:#b8bf55;
	width:385px;
	padding:40px 0 0 0;
	margin:0 0 0 100px;
	background:url(../images/welcomehome.gif) top left no-repeat;
	line-height:18px;
}

.QuoteAuthor{
	width:385px;
	color:#b8bf55;
	text-align:right;
	font-size:24px;
	margin-top:6px;
}

#imageRotator {
	width:385px;
	height:289px;
	background-image:url(../images/hands.jpg);
	float:left;
	margin:0 40px 20px 100px;
}


/* END HOME */

#textbox {
	background:transparent url(../images/textbox_bot.gif) no-repeat bottom center;
	width:784px;
	margin:10px auto 30px;
}

#textbox_mid {
	background:transparent url(../images/textbox_top.jpg) top center no-repeat;
}

#textbox_inner
{
	padding:50px;
	min-height:500px;
	height:auto !important;
	height:500px;	
}

#about #textbox_inner {background:url(../images/about_bg.jpg) 35px 35px no-repeat;}
#whats_up #textbox_inner {background:url(../images/whats_up_bg.jpg) 35px 35px no-repeat;}
#issues #textbox_inner {background:url(../images/issues_bg.jpg) 500px 35px no-repeat;}
#resources #textbox_inner {background:url(../images/resources_bg.jpg) 50% 50% no-repeat;}
#contacts #textbox_inner {background:url(../images/contacts_bg.jpg) 35px 35px no-repeat;}


/*
#footer {
#60534D	background:url(../images/footer.jpg) no-repeat;
	width:1024px;
	height:22px;
	margin:0 auto;
}
*/

#footer {
	background:#60534D;
	width:1024px;
	height:22px;
	margin:0 auto;
	font-size:0.8em;
	font-weight:bold;
	color:#fdad1f;
}

#footer a {
	color:inherit;
}

#footer span {
	padding-top:4px;
	display:block;
	float:left;
}

#footer .copy {
	margin:0 40px 0 10px;
}

#footer .support {
}

#footer .design {
	float:right;
	margin:0 10px 0 0;
}



#ProjectDiv {
	clear:both;
}
.ProjectDiv p{
	line-height:20px;
}
.PJImage{
	margin-left:10px;
}

a:link, a:visited{
	color: #534FC8;
	text-decoration:none;
	
}
a:hover, a:active{
	text-decoration:underline;
}

div.Headingh2{
	text-align:right;
}

ul{
	margin-top:10px;
	margin-bottom:10px;
}
div .CouncilorLinks{
	display:block;
	margin-top:3px;
	margin-top:8px;
	
	font-weight:bold;
	font-size:12px;
	
}
td.TableRow{
	vertical-align:top;
	padding-bottom:20px;
}