﻿/* mac hide\*/
html, body {height:100%}
/* end hide */
body {
	padding:0;
	margin:0;
	text-align:center;
	min-width:760px;/* for mozilla*/
	background-color: #737379;
	color: #000000;
	font-family: Verdana;
	font-size: .7em;
}
#outer{
	height:100%;
	min-height:100%;
	width:940px;
	color: #000000;
	text-align:left;
	margin:auto;
	position:relative;
	background:  url(background.png) repeat-y center center;
	position:relative;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#innerwrap {/* enables content first */
	float:left;
	width:720px;
}
#header{
	position:absolute;
	top:0;
	left:20px;
	width:900px;
	height:100px;
	background:#737379;
	overflow:hidden;
	color: #000000;
	z-index:100;
	background-image: url("newheader.jpg");
}
#left {
	position:relative;/*ie needs this to show float */
	width:200px;
	float:left;
	padding-top:100px;/*needed to make room for header*/
	padding-bottom:12px;/* needed to make room for footer */
	padding-left: 20px;
}
#left p {padding-left:3px;padding-right:2px}
#right p {padding-left:4px;padding-right:20px}

#right {
	position:relative;/*ie needs this to show float */
	width:200px;
	float:right;
	padding-top:210px;/*needed to make room for header*/
	padding-bottom:12px;/* needed to make room for footer */
	padding-right: 20px;
}

#footer {
	width:930px;
	clear:both;
	height:30px;
	background-color: black;
	color: white;
	text-align:right;
	left:20;
	bottom:0;
	position: absolute;
	padding: 5px;
}
#header2{
	position:relative;
	height: 100px;
	clear: right;
}
* html #footer {/*only ie gets this style*/
	\height:32px;/* for ie5 */
	he\ight:30px;/* for ie6 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent {
	width:480px;
	float:right;
	padding-top:110px;
	padding-bottom:12px;/* needed to make room for footer */
	margin-right: 10px;
}
#centrecontent p {padding-left:3px}

#clearfooter {width:100%;height:52px;clear:both} /* to clear footer */

.menuhead_l {
        position: relative;
        margin-top: 10px;
        padding: 3px;
        width: 197px;
        background-color: #64656A;
        color: White;
        font-weight: bold;
        text-align: right;
}
.menuhead_r {
        position: relative;
        margin-top: 10px;
        padding: 3px;
        width: 197px;
        right: 3px;
        background-color: #64656A;
        color: White;
        font-weight: bold;
        text-align: right;
}
.menuhead_m {
        position: relative;
        margin-top: 10px;
        padding: 3px;
        width: 474px;
        background-color: #64656A;
        color: White;
        font-weight: bold;
        text-align: right;
}
.twocolhead {
        position: relative;
        margin-bottom: 10px;
        padding: 3px;
        width: 679px;
        right: 0px;
        background-color: #64656A;
        color: White;
        font-weight: bold;
        text-align: right;
}
.menuitem {
        padding: 3px 0px 3px 5px;
}
.menuitem_i {
        padding: 3px 0px 3px 20px;
}
a {
        color: #333C6A;
        text-decoration: none;
}
a:hover {
        color: #9bbdd8;
        text-decoration: underline;
}
#search {
        position: absolute;
        left: 50%;
        top: 60px;
        width: 400px;
        margin-left: -200px;
        color: White;
        font-size: .8em;
}
.box {
	border: solid 1px black;
	max-height: 200px;
	overflow-y: auto;
}
