body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.paragraph {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
.heading1, h1{
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #CC0000;
}
.heading2, h2 {
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #000099;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000099;
	text-decoration: none;
}
a:hover {
	color: #FFCC00;
	background-color: #000099;
}
.heading3, h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
}
.rule {
	border: 6px ridge #3366FF;
}
.tutortxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
.whiteboldfont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
}

/* real xhtml menu */

#menu{
	width: 185px;
	height:auto;
	background-color:#99CCFF;
}
#menu ul{
  list-style:none;
  padding:0px;
  margin-left:12px;
  margin-right:12px;
  margin-top:0px;
  margin-bottom:0px;
  border:none;
  border-top: #FFFFFF 1px solid;
  width:159px;
  height:auto;
}

#menu li{
  border: #FFFFFF 1px solid;
  border-top:none;
  background-color:#3399FF; 
  min-height: 21px;
}

#menu li.spacer {
  background-color:#3366FF;
  height: 15px;
}

#menu a{
  display:block;
  position:relative;
  background-image:url(images/menu/menu_up.gif);
  background-position:top left;
  background-repeat:no-repeat;
  background-color:#3399FF;  
  color:#FFFFFF;
  width:134px;
  height:auto;
  font-family:"Trebuchet MS", Trebuchet, sans;
  font-size:11px;
  padding-left:23px;
  padding-top:2px;
  padding-bottom:3px;
  margin:0px;
}
#menu a:hover {
  background-image:url(images/menu/menu_over.gif);
  color:#FFCC33;
  	background-color:#000099;
}
#menu #menubottom{
	background-image:url(images/menu/menubottom.gif);
	background-repeat:no-repeat;
	background-position:top left;
	width:157px;
	height:129px;
	border:0px;
	paddin:0px;
	margin:0px;
}
#menu #menutop{
  background-color:#99CCFF;
  height: 9px;
}