body {
	background: #fff;
	padding-top: 0px;
	text-align: center;
	font-size: 0.9em;
	color: #000;
	font-family: Arial, Helvetica, non-serif;
}
a {
	text-decoration: underline;
}

.cool  { display: none; }

a:visited {
	color: #00A;
}

a:hover {
	text-decoration: none;
}

a.currentmain {
	background: #eee;	
}

#container {
	width: 100%;
	min-height: 700px;
	text-align: left;
	margin: 0 auto;
}
#header {
	width: 100%;
}
#header h1 {
	float: left;
	text-indent: -90000px;
}
#header img {
	margin-bottom: 1px;
}

#leftnav {
	float: left;
	width: 160px;
}
#leftnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#leftnav ul li a {
	width: 170px;
	height: 23px;
	background: #000 url(images/menuback.gif) repeat-x;
	display: block;
	color: #7FA1CD;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	padding-top: 12px;
	margin-bottom: 1px;
}
#leftnav ul li a.current {
	background: #000;	
}
#leftnav ul li a:hover {
	background: #000;
	color: #fff;
}

#mainbody {
	float: right;
	left: 200px;
	width: 75%;
	min-height: 460px;
	padding-right: 20px;
	padding-bottom: 20px;
}
#mainbody h2 {
	margin-top: 20px;
	margin-bottom: 15px;
}
#abovemain {
	clear: both;
	width: 760px;
	height: 5px;	
}
#abovefooter {
	clear: both;
	width: 760px;
	height: 1px;
	margin-bottom: 0;
}
#bottomcorner {
	float: right;
	text-align: right;
}
#footer {
	width: 100%;
	height: 100px;
	margin-top: -5px;
	background: #365198 url(images/footerback.png) repeat-x;
}
#copyright {
	width: 100%;
	height: 15px;
	background: #365198;
	padding-bottom: 5px;
}
#copyrightleft {
	margin-left: 5px;
	margin-bottom: 5px;
	float: left;
	width: 200px;
}
#copyrightright {
	margin-right: 5px;
	margin-bottom: 5px;
	float: right;
	width: 400px;
	text-align: right;
}
div#nifty{ margin: 0 6px; background:#f7f7f7}
div#nifty p { padding-left: 6px; padding-right: 6px }


div#leftdiv{ margin: 0 6px; background:#f7f7f7; width: 45%; float: left}
div#leftdiv p { padding-left: 6px; padding-right: 6px }
div#announce{ margin: 0px 0px; background:#e7e7f7; width: 50%; float: right}
.indent { padding-top: 0px; padding-left: 6px; padding-right: 5px}




