/* CSS Document */
body {
	background-color:#666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#000000;
}
#main {
	width:785px; 
	margin:auto;
}
#header {
	z-index:10;
	float:left;  
	width:785px;
}
#contentbg {
	z-index:1;
	float:left; 
	width:785px; 
	background-image:url("images/bg-body.jpg"); 
	background-repeat:repeat-y;
}
#content { 
	float:left;
	width:785px; 
	padding:5px;
	margin-left:5px;
}
#left {
	float:left; 
	width:220px; 
	margin-left:3px;
	margin-bottom:5px;
	margin-top:2px; 
	border:solid 2px #dc6700; 
	text-align:center;
}
#links {
	float:left; 
	width:220px;
	text-align:center;
}
#calendar{
	float:left; 
	width:220px;
	margin-bottom:2px;
}
#textsmall {
	background-image:url("images/background.jpg"); 
	background-repeat:no-repeat;
	float:left; 
	width:522px; 
	margin-left:10px;
	padding-top:5px;
	min-height:200px;
}
#textwide{
	z-index:9;
	float:left; 
	width:771px; 
	min-height: 500px;
	margin:5px;
}
#announcement {
	z-index:9;
	float:left; 
	width:528px; 
	border:solid 2px #dc6700;
	text-align:center; 
}
#bottom {
	z-index:5;
	float:left; 
	height:50px; 
	width:785px; 
	color:#ffffff; 
	background-image:url("images/bg-footer.jpg"); 
	background-repeat:no-repeat;
	text-align:center;
}

span.sideheader{
	text-decoration:underline;
	font-weight:bold;
	font-family: Times, Serif; 
	font-size:12pt;
}
span.pageheader{
	font-weight:bold;
	text-decoration:underline;
	color:#454792;
	font-family: Times, Serif; 
	font-size:15pt;
}
span.announcement{
	font-weight:bold;
	font-family: Times, Serif; 
	font-size:14pt;
	color:#FF0000;
}
span.link{
	color:#FFFFFF;
}
span.small{
	font-size:8pt;
	}
span.table{
	font-size:10pt;
	}
a:link{
	color:#333333;
}
a:hover{
	font-style:italic;
	color:#CC0000;
}
a:visited{
	color:#333333;
}
p{
	line-height: 175%; 
	}
img{
	display:block;
}

#page-name {
text-align:center;
font-weight:bold;
font: 1.5em "Trebuchet MS", verdana, arial, sans-serif;
color:#454792;
padding:2px 0 1px 1px;
margin-bottom:3px;
border-bottom:2px #454792 solid}