body
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 18px;
  color: #4d4133;
  background-image:url(../images/bg.jpg);
}

.maindiv
{
  margin:auto;
  width: 795px;
  overflow:hidden;
}

.coloredbg
{
  background-color: #adbe78;
  text-align: center;
  font-weight: bold;
}

div.colored_line
{
	background-color: #adbe78;
	height: 2px;
	margin-top: 4px;
	margin-bottom: 4px;
	overflow:hidden;
}

div.menu
{
  width:175px;
  float:left;
}

div.content
{
  margin-left:185px; /* width of menu + 10px */
  position:relative;
  background-position: top;
  background-color: #d8d8d8;
  background-image:  url("/images/contentbg.jpg");
  background-repeat: repeat-x;
  padding-left:5px;
  padding-right:5px;
}

.subject_header {
	font-size: 16px;
	font-variant: small-caps;
	line-height: 22px;
	font-weight: bold;
	background-color: #adbe78;
	padding-left: 25px;
	background-image: url(../images/blocks.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.subject_subheader {
	font-size: 12px;
	line-height: 16px;
	background-color: #cdde98;
	padding: 5px;
}
a:link, a:visited, a:hover {
	text-decoration: none;
	font-weight: bold;
	color:#7d7163;
}
a.menu
{
  display:block;
}

.leftonly
{
  float:left;
  position:relative;
}

.center
{
  text-align:center;
}

.rightonly
{
  float:right;
  position:relative;
}

.fullwidth
{
  clear:both;
}

.bottomborder
{
  border-bottom-width:1px;
  border-bottom-style:solid;
  border-color:#4d4133;
}
div.menuitem
{
  margin: 2px;
  height: 20px;
  font-weight: bolder;
  padding-left: 10px;
  display:block;
  cursor:pointer;
  background-color: #adbe78;
}

div.menuitem:hover
{
  background-color: #cdde98;
}

div.menuitem:active
{
  background-color: #cdde98;
}

