body{
	background-color: #009900;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #E0E0E0;
	font-size: 75%;
}

#boardtop{
	background-image: url(images/hdr_main.jpg);
	background-repeat: no-repeat;
	width: 765px;
	height: 100px;
}

#boardmain{
	background-image: url(images/bg_blackboard.jpg);
	background-repeat: repeat-y;
}

#boardbottom{
	background-image: url(images/bg_blackboardbottom.jpg);
	background-repeat: no-repeat;
	width: 765px;
	height: 100px;
}

.header{
	margin-left: 70px;
}

.clearall {
	clear: both;
	font-size: 0px;
	height: 0;
	line-height: 0px;
	width: 0;
}

.invisible{
	display: none;
}

#menu{
	float: left;
	margin-left: 30px;
	display: block;
	margin-top: 20px;
}

#menu a{
	color: #ff9900;;
	font-weight: bold;
	text-decoration: none;
}

#credits{
	list-style-type: none;
}

#credits li{
	padding: 5px;
}


#menu a.menuitemselected{
	color: #999900;
}

#menu a:hover{
	color: #ffff00;
}

#content{
	float: left;
	width: 470px;
	margin-top: 20px;
	line-height: 133%;
	margin-left: 10px;
}

#content a{
	color: yellow;
	font-weight: bold;
	text-decoration: none;
}

#content a:hover{
	color: #ffcc00;
}

#linkslist li a{
	color: white;
	font-weight: normal;
	font-size: 95%;
}

#menulist{
	margin: 0;
	width: 150px;
}

#menulist li{
	padding: 3px;
}

#page{
	height: 100%;
	min-height: 100%;
	left: 0;
	text-align: center;
	top: 0;
	width: 100%;
}

#container{
	margin: 0 auto;
	position: relative;
	text-align: left;
	top: 0;
	left: 0;
	width: 765px;
}