body {

	background-color:#FFFFFF;

	padding:0;

	margin:0;

	}

	

#banner {

	width:750px;

	}	

	

#container {

	width:750px;

	margin:auto;

	}

	

#banner a{

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: bold;

	color: #000099;

	text-decoration: none;

	width:750px;

	}



#leftside {

	float:left;

	font-size:10px;

	font-family:Verdana, Arial, Helvetica, sans-serif;

	padding-top:15px;

	margin-right:5px;

	

	}



#leftside table{

	width:180px;

	}

#leftside th{text-align:left;}

#rightside th{text-align:left;}



.boxinterior {

	font-size:10px;

	background-color:#3399ff;

	border:1px solid #ff3366



	}

	

.boxinterior ul {

	margin-left:4ex;

	margin-top:3px;

	margin-bottom:3px;

	color:#fff;

	font-weight:bold;	

}

	

.boxinterior a{

	font-size:10px;

	color:#000;

	}



#rightside {

	float:right;

	font-size:10px;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	padding-top:15px;

	margin-left:5px;

	

	}



#rightside table{

	width:205px;

	}



#footer {

	height:15px;

	font-size:10px;

	clear:both;

	padding-top:5px;

	width:750px;

	}



#content {

	

	margin:auto 200px auto 190px;

	

	}

	

#content p{

	font-size:12px;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	}

	

.boxtitlebold {

	font-size:12px;

	font-weight:bold;

	padding-left:2px;

	background-color:#ff3366;

	border:1px solid #ff3366

	horizontal-align:left;

	}

	



.boxinterior a:hover{

	font-size:10px;

	color:#FFF;

	}

	

#content a {

	color:#000099;

	font-weight:bold;

	}



.linklist {

	line-height:3ex;

	}

	

#content a:hover {

	color:#000099;

	font-weight:bold;

	text-decoration:none;

	border:1px;

	border-style:dashed none;

	border-color:#FF3399;

	}

	

ul {list-style-type:disc;}
/* Calendar stuff */
.event_cls {
background-color: #04ADFF;
color:#FFFFFF; 
font-weight: bold; 
text-decoration: none; 
cursor: hand;
}
#dhtmltooltip{
position: absolute;
/*width: 150px;*/
border: 1px outset black;
padding: 2px;
background-color: #FFFFEE;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}