body
{
	color: black;
	font-family: arial, verdana, helvetica, tahoma, sans-serif;
	font-size: 80%;	
	background-color:#333300;
	background-image:url("../../images/background.jpg");
	background-position: 50% 0%;
	color:#ffffff;
	text-align:left;
	padding: 0px;
	margin:0px;	
}

a
{
	color:white;
	text-decoration: none;
	font-weight:bold;
	
}

a:hover
{
	color:red;
	
}

img
{
	border: 0;
}

h1
{
	padding:0px 10px 0px 0px;
	margin: 0px;
	font-weight:normal;
	font-size: 230%;
	font-family:"Century Gothic", "Trebuchet MS", Arial, sans-serif;
	letter-spacing: -0.05em;
	text-align:right;
	text-transform:uppercase;
}

h2
{
	padding: 0px;
	margin: -5px 0px 0px 0px;
	font-weight:normal;
	font-size: 120%;
	font-family:"Century Gothic", "Trebuchet MS", Arial, sans-serif;
	letter-spacing: -0.05em;
	text-align:left;
	text-transform:uppercase;
	color:white;	
}


#container
{
	width:928px;
	background-image:url("../../images/greenbg.jpg");
	margin-top:-15px;
	text-align:center;
	border-right: 1px solid black;
	border-left: 1px solid black;
	margin:0px auto 0px auto;	
}

#banner{
	 background-image:url("../../images/banner.jpg");
	 height:317px;
}

#main
{
 	width: 570px;
	border-right: 1px solid white;
	float:left;
	margin-top:25px;
	padding:0px 25px 25px 25px;
	text-align:left;
}

#footer
{
	width:100%;
	background-image:url("../../images/footer-top.jpg");
	background-position:top;
	background-repeat:no-repeat;
	background-color:#333300;
}

#footer-text
{
	text-align:left;
	color: #D3D3D3;
	padding: 20px 0px 0px 25px;
}

#footer-credit
{
	padding-right:25px;
	float:right;
	text-align:right;
}

#largeTextArea{
	width:570px;
	overflow:visible;
	text-align:left;
	color: #D3D3D3;
	background-color:#333300;
	background-image:url("../../images/textbg.jpg");
	background-position:bottom;
	background-repeat:no-repeat;
	border-top: 1px solid white;
	padding:7px 0px 20px 0px;
	
}

#largeDocArea{
	width:550px;
	text-align:center;
	background-color:#333300;
	border: 1px solid white;
	padding:10px;
}

#largeTextInner{
	width:554px;
	padding:7px;
	line-height:18px;
}

#smallTextArea{
	float:left;
	margin-top:10px;
	border: 1px solid white;
}

#rightSidebar {
	float:right;
	width:285px;
	margin-top:25px;
	text-align: center;
}

#rightLocation
{
	float:none;
	width:234px;
	background-color:#333300;
	border: 1px solid white;
	padding:10px;
	color: #D3D3D3;
	position: relative;
	left: 4px
}

#rightLocationMap
{
	float:right;
}

#wt
{
color:white;
}
#dateBannerBox{
	width:216px;
	padding:10px;
	margin:20px 30px 0px 0px;
	float:right;
	border:1px #fff solid;
	font-size:26px;
	font-weight:bold;
	background-color:#293718;
	opacity:0.9;
}


#activityBtn a{
    text-indent: -999em;
    width:236px;
    height:69px;
    display:block;
	float:right;
    background-image: url("../../images/activitiesBtn.png");
	margin:20px 30px 0px 0px;
	border:1px #fff solid;
}

#activityBtn a:hover {
       background-position: 0px -69px;
} 

#menuTop{
	background-color:#33320b;
	padding:2px 0px 2px 0px;
	text-align:center;
}


#menuTop li{
display: inline;
list-style-type: none;
}

#adminEdit{
color:black;
}

#adminEdit h1{
color:white;
text-align:left;
}

