body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	background: #C9C39B;
	text-align: center;
	margin-top: 5px;
}

#container {
background: #fff;
width: 760px;
margin: 0px auto;
padding: 0px;
border:1px solid #423731;
}


#header {
background-image: url(images/header.jpg);
background-position: right;
background-repeat: no-repeat;
border-top: 1px solid #574E32;
border-bottom: 1px solid #574E32;
height: 120px;
}


#main {
background: #fff;
border-bottom: 1px solid #423731;
}



#midcontent {
padding: 15px 10px;
}


#side {
width: 150px;
background: #fff;
border-right: 1px solid #ccc;
}


.box1 {
	padding: 5px;
	color: #000000;
	
}


.box2 {
	padding: 8px;
	
	
}
.box3 {
	padding: 0 10px;
	margin: 20px;
	border-left:1px solid #423731;	
}



/*Text Stuff*/

td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 18px;
	padding: 0;
	text-align: left;
}


p{
padding: 3px 0;
margin: 3px 0;
}

.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}


h1, h2, h3, h4, h5 {
font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
font-size: 1.7em;
font-weight: normal;
border-bottom: 1px solid #C9C39B;
color: #000000;
padding: 3px 0;
margin: 3px 0;
}

h2 {
font-size: 1.5em;
font-weight: normal;
border-bottom: 1px solid #C9C39B;
color: #000000;
padding: 3px 0;
margin: 3px 0;
}

h3 {
font-size: 1.2em;
font-weight: normal;
color: #000000;
border-bottom: 1px solid #C9C39B;
padding: 3px 0;
margin: 3px 0;
}
ul {
font-size: 1.2em;
font-weight: normal;
}

ul a:link {
{
color: #000080;
text-decoration: underline;
}

ul a:hover {
{
color: #000000;
text-decoration: none;
}

ul a:visited {
{
color: #7D745B;
text-decoration: none;
}


#navcontainer {background: #fff; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding: 3px 0 3px 20px;
width: 132px;
background-image: url(images/link.gif);
background-repeat: no-repeat;
line-height: 17px;
}

#navcontainer a:link
{
color: #000000;
text-decoration: none;
}

#navcontainer a:hover
{
background-image: url(images/hover.gif);
background-repeat: no-repeat;
text-decoration: underline;
color: #7D745B;
}


a:link {
	color: #423731;

}

a:visited {
  color: #666;
}

a:hover {
	text-decoration: none;
}

.inline {
display:inline;
float: right;
padding: 0px 5px 0px 0px;
}