body
{
	font: 14px Trebuchet MS, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	color: #663300;
	background-color: #CCFF99;
	margin:0px;
	padding:0px;
}

img
{
	border:0;
}

.title
{
	font-family: Georgia, serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 2em;
	float:left;
}

#menuwrap
{
	background:white;
	height:20px;
}

#menu
{
	width:700px;
	margin-left:auto;
	margin-right:auto;
	padding-left:10px;
}

#menu ul 
{
	float:right;
    list-style:none;
    margin:0;
    padding:0;
}

#menu li 
{
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
}

#menu li a 
{
	float: left;
	display: block;
	font: bold 14px Trebuchet MS, Arial, Helvetica, sans-serif;
	color: white;
	text-decoration: none;
	margin: 0 1px 0 0;
	padding: 5px 14px 5px 14px;
	background:url(images/button-bg.jpg) top center repeat-x;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
}

#menu li a:hover 
{
	background:#6eb43f;
	color: #e3ffc9;
}

#menu li a.active 
{ /** currently selected menu item **/
	background:#CCFF99;
	color: #00573d;
}


#pagewrap
{
	clear:both;
	width:700px;
	margin-left:auto;
	margin-right:auto;
	padding-top:5px;
}

td, th
{
	vertical-align: top;
}

h1
{
	color: #663300;
	font-size: 14px;
	font-weight: bold;
}

h2
{
	color: #669933;
	font-size: 14px;
	font-weight: bold;
}

th
{
	text-align: left;
	font-weight: bold;
}

a
{
	color: #663300;
}

.small
{
	font-size: 10px;
}

.sidebar
{
	background-color: #99CC66;
	padding: 2px;
	border-width: 0px;
	vertical-align: top;
}

.indent
{
	text-indent: 20px;
}

