
body {
	margin-top, margin-bottom:      0px;
    margin-left, margin-right:      0px;
	font-style: 					normal;
	font-family:					arial;
}

div.menu {
	float:					left;
	position:				fixed;
	left:					5px;
	top:                    185px;
	width:					142px;
	font-family:            arial;
	padding:                10px;
}
div.menu a {
	text-decoration:		none;
	color:					darkblue;
}
div.menu a:link {
	text-decoration:		none;
	color:					darkblue;
}
div.menu a:hover {
	color:					lightblue;
	text-decoration:		none;
}
div.menu h4 {
	margin-bottom:			5px;
}

span.menu_item {
	font-size:				10pt;
	xwidth:					142px;
	margin-left:			25px;
	margin-right:			25px;
}

div.content {
	margin-left:			180px;
	margin-right:			20px;
	margin-top:				20px;
	margin-bottom:			60px;
}
	
div.content a {
	text-decoration:		none;
	color:					darkblue;
}
div.content a:link {
	text-decoration:		none;
	color:					navyblue;
}
div.content a:hover {
	color:					darkblue;
	background:				lightblue;
	text-decoration:		none;
}
p.announce {
	font-size:				14pt;
	font-weight:			bold;
	margin-bottom:			10px;
}

div.footer {
	font-size:				9pt;
}

div.featured_project {
	margin-right:		auto;
	margin-left:		auto;
	margin-bottom:		10px;
	border:				solid navy;
	font-size:			10px;
	width:				150px;
	xheight:				190px;
	text-align:			center;
}
div.featured_project h3 {
	margin-top:			0px;
	font-size:			11px;
	text-align:			center;
	background:			lightsteelblue;
	border-bottom:		solid navy;

}
div.featured_project p {
	margin-top:			2px;
	padding:			5px;
}
div.featured_project img {
}

div.news {
	margin-top:			0px;
	margin-left:		10px;
	padding-bottom:		10px;
	background:			#f0f0f0;
	font-size:			11pt;
}
div.news h3 {
	text-align:			center;
	width:				100%;
	background:			lightsteelblue;
}
div.news p {
	margin:				10px;
}

.light {
	background-color:		#f0f0f0;
}
.dark {
	background-color:		lightsteelblue;
}

.dark a:visited, .dark a:link {
	background-color:		lightsteelblue;
	color:				blue;
}
.light a:visited, .light a:link {
	background-color:		#f0f0f0;
	color:				blue;
}
.dark a:hover, .light a:hover {
	background-color:		sepia;
	color:				maroon;
}

.required {
	color:				maroon;
	font-style:			italic;
}


h2 {
	padding:			10px;
	background:			lightsteelblue;
	color:				black;
}

