body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #E3E0CC;
	font-size: 10px;
	overflow:auto;
	}

a {
	font-size: 10px;
	font-weight: bold;
	color:#663300;
}
a:hover {color : #999933;}

.content_menu {
	position: absolute;
	width: 100px;
	margin: 0 10px;
	left:0px;
	top: 200px;
	z-index:5;
}

.content_holder {
	position: absolute;
	top: 200px;
	padding:10px;
	width:100%;
	text-align: center;
	z-index:1;
}
	
.content {
	border: 3px double #999966;
	padding:15px;
	margin: 0 235px 0 110px;
	}

.content h1{text-align: center;}

#top /* top white-space */
{
	position: absolute;
	height: 46px;
	top:0px;
	z-index: 10;
	margin-top:80px;
	left:15px;
	background-image: url(../images/logo_2.gif);
	z-index: 10;
	width: 184px;
	
}

#middle /* ruler layer */
{
	position: absolute;
	width: 90%;
	height: 40px;
	background-color: #CCCC99;
	top: 120px;
	border: none;
	right: 120px;
	z-index:1;
	background-image: url(../images/ruler2.gif);
	border-bottom-color: #333300;
	border-bottom-style: double;
	border-bottom-width: 3px;
}

#navig_back /* navigation  backround layer */
{
	position: absolute;
	top: 12px;
	width:185px;
	right: 80px;
	line-height: 20px;
	z-index:5;
margin-bottom: 30px;
}

#navig /* navigation */
{
	display: block;
	width: 95px;
	line-height: 20px;
	text-align:left;
	margin-left:50px;
	border-right-width: 4px;
	border-right-style: double;
	border-right-color: #000000;
}

#navig a
{
	text-align: left;
	text-decoration: none;
	display: block;
	padding-left:10px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #000000;
}

#contact, #help 
{
	border: none;
	width: 65px;
	margin-left:120px;
	background-repeat: no-repeat;
}

#contact a, #help a
{
 width: 65px;  
 height: 66px;  
 background-image: url(../images/contact.gif);  
 background-repeat: no-repeat;  
 font-size: 10px;
 	font-weight: bold;
 	color:#663300;
 	text-align: left;
 	text-decoration: none;
 	display: block;
 }

#help a{
 background-image: url(../images/help.gif);  
 }

#contact a:hover
{  
background-image: url(../images/cont_anim.gif);  
}

#help a:hover 
{  
background-image: url(../images/help_anim.gif);  
}

button, button.mousOn, button.mousOff{
	font-size: 10px; 
	background: #ffffcc;
	width: 100px; 
	text-align: center;
	margin: 9px; 
	}

button.mousOff {
 color:#330066;
}

button.mousOn, button.hover {
color: #cc0000;
}

.FOCrequired, .FOCnotreq{ /*used for js on button*/
background-color: #FFFFCC;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}

.buffer{
	position: absolute;
	height: 10px;
	width: 10px;
	top:-50px;
	visibility:hidden;
	overflow: hidden;
	left: -10px;
}

.buffer_show{
	position: absolute;
	height: 150px;
	top: 5px;
	left:5%;
	z-index: 50;
	width: 90%;
	color:black;
	background-color: white;
	font-size: 12px;
	display:block;
}

label{margin-left:10px;}
td {
	border: 2px;
}

#copyrite{
	margin-left: 30px;
	margin-top: 50px;
	border: thin solid #CC9933;
	height: auto;
	width:400px;
	font-size: 10px;
	color: #999966;
	margin-bottom: 20px;
	padding: 10px;
	}