body {
	font: 12px Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	background-color: #003300;
	color: #000;
}


#wrapper {
width: 750px;
text-align: center;
margin: 0px auto 0px auto;
}

.brown_bar {
width: 750px;
height: 15px;
background: url(/images/BG_bar.jpg) repeat #9C7627;
margin-top: 2px;
margin-bottom: 2px;
}

.brown_bar2 {
width: 750px;
height: 5px;
background: url(/images/BG_bar.jpg) repeat #9C7627;
margin-top: 2px;
margin-bottom: 2px;
}

#header {
margin-bottom: 2px;
}
#main {
background: #F0E2C6;
}

#maincopy {
padding: 8px;
}

#navbar {
padding: 0px 5px 0px 5px;
border-right: 1px solid #000000;
text-align: right;
background: #E9D5A9;
}

#navbar ul {

list-style: none;
}

#navbar ul li {
padding: 5px;
}


#footer {
width: 744px;
background: url(/images/BG_bar.jpg) repeat #9C7627;
margin-top: 2px;
margin-bottom: 2px;
padding: 3px;
font-size: 10px;

}

.maincopy {
	font: 12px Arial, Helvetica, sans-serif;
}

a:link {
color: #003300;
text-decoration:underline;
}

a:visited {
color: #996600;
text-decoration:underline;
}

a:hover {
color: #000;
text-decoration:none;
}

a:active {
color: #000;
text-decoration:none;
}

.redText {color:#990000;}

