﻿body {
	background-color:rgb(50,50,50);
	font-family:Verdana, sans-serif;
	margin:0;
	padding:0;
}

a, a:visited {
	color:rgb(88,118,147);
	text-decoration:none;
	font-size:0.9em;
	font-weight:bold;
}

a:hover, a:active, a:focus {
	color:rgb(255,153,0);
}

#divTop {
	background-color:rgb(110,147,184);
	border-bottom: 2px solid rgb(50,50,50);
}

#divTop input {
	width:25%;
}

#divLeft {
	float:left;
	width:25%;
	background-color:rgb(255,255,255);
}

#divMid {
	float:left;
	width:45%;
	background-color:rgb(255,255,255);
}

#divRight {
	float:right;
	width:29.95%;
	background-color:rgb(255,255,255);
}

#divBottom {
	clear:both;
	text-align:center;
	color:rgb(255,255,255);
	padding:10px;
}

#ad img {
	width:100%;
	display:block;
}

#ad {
	border: 2px solid rgb(50,50,50);
}	

.module {
	border: 2px solid rgb(50,50,50);
	padding:20px;
	font-size:1.1em;
}

.sectionTitle {
	font-size: 2em;
	font-weight:bold;
	font-family:arial black, arial, helvetica, sans-serif;
	background-color:rgb(153,204,255);
	color:rgb(50,50,50);
	padding:10px 10px 10px 20px;
}

.hideSection {
	display:none;
}

#docsheader2, #docs2, 
#calendarheader2, #calendar2,
#sitesheader2, #sites2,
#who1, #about1, #content1,
#sitesheader1, #sites1,
#ctl00_calendarheader2, #ctl00_calendar2
 {
	display:none;
}

ul 
{
	margin:0;
	padding:0 0 0 15px;
}
