html, body{
	height:100%;
}

.backstyle {
}

.menustyle {
	font-family: "Arial";
	font-weight: 500;
	background-color: #ffffff;
	background-repeat: no-repeat;
	vertical-align: text-top;
	text-decoration:none;
	float:left;
	height:50%;
}

.menustyle ul{
	padding-left:5%;
}

.menustyle li{
	list-style:none;

}

.menustyle a{
	background-color:clear;
	text-decoration:none;
	color:#006600;
}

.menustyle a:visited {
	color:#006600;
}

.menustyle a:hover {
	color:#cccc00;
}


.defstyle {
	font-family: "Arial", serif;
}

.classtyle {
	width:50%;
	font-family: "Arial";
	font-weight: 500;
	background-repeat: no-repeat;
	vertical-align: text-top;
	float:left;
	padding-left:5%;
/*	position:relative;*/
}

.footer{
	font-family: verdana,Arial,Helvetica, sans-serif;
	font-size: 9pt;
}
.footer p {

}

.footer img {
	float:left;
	margin-left:2%;
	padding-right:2%;
}

a {color: #663366}
a:visited {color: #333366}
a:hover {color: #666699}


