body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(images/background.gif);
	background-repeat:no-repeat;
	
}

a {
	
	font-weight: normal;
	color: #003300;
	
}
a:link {
	color: #006600;
	text-decoration: none;
}
a:visited {
	color: #006600;
	text-decoration: none;
}
a:hover {
	color: #66CC33;
	text-decoration:underline;
}
a:active {
	color: #003300;
	text-decoration: none;
}

h1 {
color: #663300;
	font-weight: bolder;
	font-size:small;
}

h3 {
font-size:12px;
font-weight: bolder;
}


.logoBox {
position:absolute; 
width:200px; 
height:252px; 
z-index:4; 
left: 27px; 
top: 132px;
font-size:10px;
}

.header {
font-size:11px;
position:absolute;
 width:752px; 
 height:17px; 
 z-index:4; 
 left: 17px; 
 top: 11px; 
}

.mainText {
text-align:justify;
	position:absolute;
	width:424px;
	height:215px;
	z-index:2;
	left: 296px;
	top: 150px;

}

.menuLayer {
position:absolute; 
width:675px; 
height:82px; 
z-index:1; 
left: 47px; 
top: 53px;
}

.bottomText {
color: #663300;
	text-align:justify;
	font-size:11px;
	position:absolute;
	width:429px;
	z-index:1;
	left: 286px;
	top: 419px;
	border-width:2px;
	border-color: #E7D6A1;
	border-style: solid;
	background-color: #F2F1D6;
	padding: 4px;
}
.footer {
align:center;
font-size:11px;
position:absolute; 
width:598px; 
height:18px; 
z-index:1; 
left: 105px; 
top: 617px;
}

.textOnly {
font-size:12px;
align:left;
}

