body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
	/* for centering mainDiv */
	text-align:center; /* IE */
	min-width: 753px; /* Mozilla ( IE doens't see)*/
}

a:link, a:active, a:visited{
color:#300;
text-decoration:underline;
}

a:hover{
text-decoration:underline;
}


#mainDiv {
	padding: 0px;
	margin: 0px;
	width: 750px;
	background-color: #fff;
	/* background-color: #9F9B74; */
	border: 0px solid #ccc;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;	
	text-align: left;
}
/* IE Win 3 pixel bug */
html>body #mainDiv {
    width:753px;
}


.borderBottom {
	border-bottom: 1px solid #600;
}

td.topnav {
	background-color: #600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: normal;
	color: #fff;
	padding: 0 0px;
	font-size: 11px;
	text-align: center;
	height: 20px;	
	width: 15%;
	border-right: 1px solid #ccc;
}

.topnav a, .topnav a:visited {
	display: block;
	width: 100%;
	color: #fff;
	text-decoration: none;
	line-height: 20px;
}

.topnav a:hover {
  	background-color: #cccccc;
  	text-decoration: none;
  	color: #000;
}

#contentDiv {
	width: 750px;

	border-bottom: 1px solid #ccc;
}


.footer {
	font-size: x-small;
}

#announcement {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	background-color: #ccc;
	
}

.announcementText {
	font-family: "Times New Roman", Times, serif;
	font-variant: normal;
	color: #600;
	font-size: medium;
	text-align:center;
}