body {
	margin: 0px;
 background: #D8D4D5;
}
tr, p, div {
  font-family      : Trebuchet MS;
  font-size        : 12px;
  color            : #fff;
}

a:link, a:visited {
color:#000000;
text-decoration: none;
}

a:hover {
color: #f4d509;
text-decoration: none;
}




/* --Default Class Settings-- */

.mainlevel{

}
a.mainlevel:link, a.mainlevel:visited {
display: block;
color: #ccc;
width: 100%;
text-indent: 15px;
text-decoration: none;
background: #b20719;
background-repeat:no-repeat;
background-position:center;
font-family:  Verdana, Arial, Helvetica, sans-serif;
line-height: 25px;
margin-bottom: 1px;
padding:0px 1px 3px 6px;
}
a.mainlevel:hover {
background: #fffe03;
color: #000000;
font-weight:bold;
padding-left:3px;
}

a.mainmenu:link, a.mainmenu:visited {
color: #ffffff; 
font-family: Verdana, Helvetica, Arial, sans-serif;
font-weight: bold;
font-size: 10px;
padding:0px 1px 3px 6px;

}
a.mainmenu:hover {
color: #333333; 
}


.contentheading, .componentheading {
  font-family      :  Verdana, Arial, Helvetica, sans-serif;
  background-image : url(../images/contentheading_b.gif);
  background-repeat: repeat;
  padding-left     :4px;
  font-size        : 12px;
  font-weight      : bold;
  line-height      : 24px;
  text-align       : left;
  color            : #f3d509;
  width            : 100%;
}



form {
/* removes space below form elements */
	margin: 0;
 	padding: 0;
}