body
{
	font-family: verdana, helvetica, sans-serif;
	margin: 0;
	background: url("images/sitebg.png") repeat-x;
	background-color: #deae33;
}


#top
{
	padding: 1em;
	padding-left: 52px;
	font-size: 0.7em;
	background-color: #FFFFFF
}

#top *
{
	margin-right: 1em;
}

#top input[type=submit]
{
	font-size: 1.1em;
	border: none;
	color: #CC9900;
	font-weight: bold;
	background-color: #FFFFFF;
}

#top input[type=text]
{
	border: 1px solid #777777;
}


#top a
{
	color: #CC9900;
	font-weight: bold;
	text-decoration: none;
}


#logo
{
	background-image: url("images/topbg.png");
	background-repeat: repeat-x;
	padding-left: 52px;
	height: 113px;
}


#content
{
	margin: 0 auto;
	width: 960px;
	overflow: hidden;
	background-color: #FFFFFF;
	padding-top: 3em;
	padding-bottom: 3em;
}

#body a
{
	color: #006600;
	font-weight: bold;
	text-decoration: none;
}

#menu ul, #menu li
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline;
}

#menu
{
	float: left;
	width: 200px;
	font-weight: bold;
}


a.menu_default
{
	display: block;
	color: #FFFFFF;
	background-image: url("images/menubg.png");
	background-color: #004400;
	font-size: 0.8em;
	padding-left: 1em;
	padding-top: 0.8em;
	height: 2em;
	text-decoration: none;
}

#menu ul ul li a
{
	display: block;
	color: #FFFFFF;
	background-color: #0b820b;
	font-size: 0.7em;
	padding-left: 2em;
	padding-top: 0.8em;
	height: 2em;
	text-decoration: none;
}

#menu ul ul ul li a
{
	padding-left: 3em;
}

a.menu_current
{
	display: block;
	color: #FFFFFF;
	font-size: 0.8em;
	padding-left: 1em;
	padding-top: 0.8em;
	height: 2em;
	text-decoration: none;
	background-color: #0b820b;
}


#body
{
	width: 650px;
	float: left;
	padding-left: 2em;
}


#randomimagecontainer
{
	width: 200px;
	float: right;
}


#randomimage
{
	position: absolute;
	top: 0;
	width: 200px;
	text-align: right;
}


h2
{
	font-size: 1.5em;
	color: #555555;
}


h4
{
	color: #008000;
}


p
{
	font-size: 0.8em;
}

table
{
	font-size: 0.8em;
}
