@charset "utf-8";
* {
margin:0;
padding:0;
}
html {overflow: scroll;}
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #003B7B;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	background-color: #FFFFFF;
}
#container {
	width: 1020px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/main.png);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}
#mainContent {
	padding-top: 0;
	padding-right: 100px;
	padding-bottom: 0;
	padding-left: 70px;
	margin: 0px;
}
.star {
	background-image: url(images/star.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	list-style-type: none;
	font-weight: bold;
}
#announcebox {
width: 375px;
height: 282px;
float:right;
padding-left:50px;
}
