html, body {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	background-color: #ffffff;
}


#mainContainer
{
	margin: 0 auto;
	width: 780px;
	background-color: #ffffff;
	border: 2px solid black;
	font-family: Segoe UI, Arial;
	
}

#mainContent 
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #000000;	
}


#announcementContainer {
background-image: url('images/menu_bottom.jpg'); background-repeat: no-repeat; width: 167px; height: 222px;
}

#announcementText {
position: relative; left: 15px; top: 92px; color: #9d286f; font-weight: bold; font-size: 16px; font-family: Segoe UI, Arial; width: 150px;
}

#middleContainer {
background-image: url('images/main.jpg'); background-repeat: no-repeat; width: 613px; height: 535px;
}

#middleText {
position: relative; left: 200px; top: 200px; color: #9d286f; font-weight: 500; font-size: 17px; font-family: Segoe UI, Arial; width: 215px;
}

.activeLink {
font-weight: bold; text-decoration: underline; color: #3f5c70;
}



a:link      { color: #d0960b;; text-decoration: underline; font-size: 13px; font-weight: bold;}
a:hover     { color: #d9bb73;; text-decoration: underline;  }
a:active    { color: #d0960b; text-decoration: underline; font-weight: bold;  }
a:visited   { color: #d0960b; text-decoration: underline; font-weight: bold; font-size: 13px; }

