body {
	background-color: #EEE;
	margin: 10px;
	padding: 0px;
}
#containingTable {
	color: #333333;
	margin: 0px auto;
	width: 780px;
	font: 12px Verdana, Geneva, sans-serif;
	background-color: #EEEEEE;
	border-left: 1px dotted #999;
	border-right:1px dotted #999;
	padding: 10px;
}

h1 {
	font-size: 2em;
	font-weight: normal;
	letter-spacing: -1px;
}
h2 {
	font-size: 1.5em;
	font-weight: normal;
}

#content {
	padding: 0 50px 20px 20px;
}
#content h2 a {
	font-size: 0.7em;
}

#main_menu {
	text-align: center;
	width: 471px;
}

#main_menu a {
	text-transform: uppercase;
	color: #003366;
	padding-right: 8px;
	text-decoration: none;
	line-height: 20px;
	padding-left: 12px;
	font-size: 12px;
}
#main_menu a:hover
{
	background-image: url(images/main_hover_bg.gif);
	background-position:right center;
	background-repeat: no-repeat;
}
.current {
	background-image: url(images/blue_menu_bg.gif);
	background-position:left center;
	background-repeat: no-repeat;
}


.block {
	background-image: url(images/block_top.gif);
	background-repeat: no-repeat;
	background-color: #DDDDDD;
}
.block .bottom {
	background: #DDD url(images/block_bottom.gif) no-repeat bottom center;
	height:28px;
}
.block .links a {
	display: block;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 20px;
	color: #003366;
}
.block .links a:hover { background:url(images/link_news.gif) no-repeat center center}
.question {
	font-style: italic;
	font-weight: bold;
	color: #666666;
}
.indent {
	margin-left: 50px;
}
.emphasis {
	font-size: 1.2em;
	font-style: italic;
	color: #666666;
	font-weight: bold;
}
#footer {
	background: url(images/footer-bg.png) no-repeat;
	height: 60px;
	font-size: 10px;
	text-align: center;
}



#footer p {
	font-size: 0.8em;
	background-color: #DDDDDD;
	text-align: center;
	height: 60px;
}
#footer #footText {
	width: 300px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
}
#fairhousing {
	float: right;
	padding: 5px 50px 0px 0px;
	display: none;
}


.blue {
	color: #0000CC;
	border: dashed 1px #0000CC;
	background-color: #FFFF00;
}
#pic_table {
	font-size: small;
	text-align: center;
}
#run_btn a:link,#run_btn a:visited {
	background-image: url(images/btn_run.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin: 0 auto;
	display: block;
}
#run_btn a:hover,#run_btn a:active {
	background-image: url(images/btn_run.gif);
	background-repeat: no-repeat;
	background-position: 0px -40px;
	margin: 0 auto;
	display: block;
}#pause_btn a:link, #pause_btn a:visited {
	background-image: url(images/btn_pause.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0 auto;
	display: block;	
}
#pause_btn a:hover, #pause_btn a:active {
	background-image: url(images/btn_pause.gif);
	background-repeat: no-repeat;
	background-position: 0 -40px;
	margin: 0 auto;
	display: block;	
}
.photo-right {
	float: right;
	margin-left: 10px;
}
.photo-left {
	float: left;
	margin-right: 10px;
}
