
body {
	background-color: #eeeeee;
	color:#444444;
	font-family:arial,helvetica,sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#print {
	display: block;
}

#container {
	background-color: white;
	text-align: left;
	width: 100%;
}
#leftnav {
	display: none;
}
#navigation {
	display: none;
}

#toplogo {
	display: none;
}
#maincontent {
	color:#444444;
	font-family:arial,helvetica,sans-serif;
	font-size:9pt;
	height: 100%;
	padding: 15px;
	vertical-align: top;
}

#footer {
	background-color: #eeeeee;
	font-size: 8.5pt;
	text-align: left;
	width: 820px;
}
#footer a {
	color:#666666;
}
#footer a:hover {
	text-decoration: none;
}

.eventcolor {
	color: #3333ff;
}
a.eventcolor {
	text-decoration: none;
}
a:hover.eventcolor {
	text-decoration: underline;
}
.navhead {
	color: #3333ff;
	text-decoration: none;
}
a.navlink, a.navlink2, a.navlink3 {text-decoration: none;}
div.navlink {
	color: #222222;
	cursor: pointer;
	padding: 2px;
}
div.navlink2 {
	background-color: #ccccff;
	color: #222222;
	cursor: pointer;
	margin-left: 5px;
	padding: 2px;
	padding-left: 5px;
}
div.navlink3 {
	background-color: #cccccc;
	color: #222222;
	cursor: pointer;
	margin-left: 15px;
	padding: 2px;
	padding-left: 5px;
}

.newsitem {
	width: 100%;
}
.newsimg {
	border: 1px solid black;
	float: left;
	margin: 0px 2px 0px 0px;
	padding: 0px;
}
.newshead {
	background-color: #3333ff;
	display: block;
	margin-bottom: -1em;
	padding: 1px 5px;
	width: 100%;
}
a.newshead {
	color: white;
	font-weight: bold;
	text-decoration: none;
}
a:hover.newshead {
	text-decoration: underline;
}
.newsdate {
	font-size: 8pt;
	font-style: italic;
}

.cathead {
	background-color: #dddddd;
	border: 1px solid #3333ff;
	color: #3333ff;
	display: block;
	font-weight: bold;
	padding-left: 3px;
	width: 85%;
}

.normal {
	color:#444444;
	font-family:arial,helvetica,sans-serif;
	font-size:9pt;
}

h1 {
	font-size: 12pt;
}

