/* Authored by Joseph De Araujo September 2005 edited by Elizabeth Szczesniak-Johnson */

body{
margin:0px;
background-color: #CC99CC;
font-family: tahoma;
}

h1 {
    font-size: 16px;
    text-align: center;
}

h2 {
    font-size: 14px;
}

a {
    color: #21005A;
    text-decoration: underline;
}

.maintable {
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	background-color:#FFFFFF;
}

.topbg {
	background-image: url('images/topbg.gif');
}

.topnav {
	font-size: 11px;
	color: #330033;
	font-weight: bold;
}

a.topnav {
	text-decoration: underline;
}


td.footer {
	background-color: #ffccff;
}

a.footer,
.footer {
	color: #330033;
	font-size: 11px;
}



/* Latest News styles */
.latestnews {
margin: 10px;
}

.latestnewsheader {
	color: #330033;
	font-size: 12px;
	font-weight: bold;
	font-family: tahoma;
}

.latestnewsdate {
	color: #663366;
	font-size: 10px;
	font-family: tahoma;
}

.latestnewscontent {
	color: #996699;
	font-size: 11px;
	font-family: tahoma;


}

.maincontent {
	font-size: 12px;
	color: #333333;
	margin: 10px 20px 0px 20px;
}

.slideshowcontent {
	font-size: 12px;
	color: #330033;
	margin: 10px 20px 0px 20px;
	align: center;

}