body, td {
	margin: 0px;
	color: black;
	font-family: Arial;
	font-size: small;
}
body {
	background: #F3F3F9;
}
td {
}
a {
	color: #000099;
}
input, textarea {
	border: 1px #000099 solid;
}
#centercontent {
	background: url("bg.gif") 50% 0% repeat-y;
	background-position:expression((((document.body.clientWidth - 1010) / 2) - 7) + "px");
}
#header {
	background: url("headerbg.gif") top left repeat-x; width: 100%;
	height: 83px;
}
#headerbottom {
	width: 100%; 
	height: 13px; 
	background: url("headerbottombg.gif");
}
#maincontent {
	 padding: 20px; 
	 background: url("men-bg.gif") 95% 25% no-repeat
}
#gradebg {
	text-align: left; 
	width: 1010px;
}
#footerbg {
	background: url("footerbg.jpg") bottom left repeat-x;
	padding-top: 20px;
}
#newsbox {
	float: right; 
	padding: 4px; 
	margin: 0px 0px 20px 20px; 
	border: #ffd202 5px solid;
	text-align: center;
}

.box {
	padding: 4px; 
	margin: 10px;
	margin-bottom: 15px;
	border: #ffd202 5px solid;
}

#basewords { width:1010px; margin:0 auto; text-align:center; padding:0}
#basewords li { list-style:none; display:inline; margin:0 4px; font-size:10px}
#basewords strong { font-weight:normal }