@charset "utf-8";
/* LAYOUT */
#wrap {
	width: 1000px;
	margin: 20px auto;
	}
#print{
	margin-left:20px;
	display:inline;
	text-align:left;
	width:100px;
	font-size:9px;
	}
#footer {
	margin:0px auto;
	clear: both;
	}
/* FORMATTING */
body {
	font-family:"Times New Roman",Times,serif;
	font-size:0.9em;
	background-color: #FFFFFF;
	}
body td{
	padding: 5pt;
	}
/*  old body font: font-family:"Lucida Grande",Tahoma,"Bitstream Vera Sans",Arial,Verdana,sans-serif; */
h1{font-family:"Times New Roman",Times,serif;font-size:1.6em;}
h2{font-family:"Times New Roman",Times,serif;font-size:1.3em;}
h3{font-family:"Times New Roman",Times,serif;font-size:1.0em;}

#wrap{
	background: #FFFBF0;
	}
#header{
	font-weight: bold;
	background-color: #0000FF;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-align: center;
	font-size: 1.6em;
	}
#main{
	background: #fff;
	}
/*#main li a{
	color:#0000CC;
	font-weight:normal;
	text-decoration:none;
	padding:0px;
	}
#main li a:hover{
	background:#fff;
	text-decoration:underline;
	} */
#footer{
	width: 800px;
	font-size:0.9em;
	text-align: center;
	padding: 0.4em 0;
	margin-top:10px;
	background:#FF9933;
	background-color: #FF9900;
	}
#footer a{
	color:#000;
	text-decoration:none;
	}
#footer a:hover{
	text-decoration:underline
	}
.sub {
	font-family:"Times New Roman",Times,serif;
	font-size: 0.6em;
	vertical-align: -0.3em;
	}
.super {
	font-family:"Times New Roman",Times,serif;
	font-size: 0.6em;
	vertical-align: super;
	}	
.print {
	display:none;
	}
.noprint {
	font-family:"Times New Roman",Times,serif;font-size:1.0em;
	}
#menuwrapper {
	width:100%; 
	background-color: #FF9900;
}
/*Clears the floated menu items.
Assigned to a BR tag placed just before
menuwrapper's closing DIV tag*/
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
