.hide {
	position: absolute;
	left: -9999px;
	background: inherit;
}
.maintitle {
	color: #003366;
	font-size: 2.3em;
	font-style: normal;
}
.t1 {
	color: #FFFF99;
	font-weight: bold;
}
body {
	background-color: #CC6600;
	background: url(../images/instruction1.jpg) top center no-repeat;  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFF99;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#container {
	position: relative;
	margin: 165px auto;	
}
#menu {
	width: 800px; /*727px;*/
	height: 35px;
	/*margin: 0 auto;  */
	margin: 0 auto;
}
#menu ul {
	list-style: none;
}
#menu li {
	display: inline; 
	margin: 0;
	padding: 0;	
}
#menu a {
	display: block;
	float: left; 
	width: 119px; 
	padding: 6px 0 4px 0;
	text-decoration: none;
	text-align: center;
	font-size: 90%;
	/*font-weight: bold;*/
	color: #333333;
}
#menu a:hover, #menu .active a {
	color: #FFFFCC;
  /*  text-decoration: underline; 	*/
}
#content {
	width: 650px;
	margin: 0 auto;
	padding-top: 110px;
}
#content p {
}
#content a {
	color: #FFFF99;
	font-weight: bold;
	text-decoration: underline;	
}
#content a:hover {
	color: #FFFFFF;	
    text-decoration: underline; 
}
#content ul {
	line-height: 160%
}
#content ul li {
	font-size: 1.2em;
}
#footer {
	width: 800px; 
	margin: 20px auto;
}
#footer p {
	text-transform: lowercase;
	text-align: center;
	font-size: .85em;
	color: #CC6633;
}
#footer a {
	color: #CC6633;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFCC;
    text-decoration: underline; 
}
