body { 	
color: black;	
font-family: Verdana; 	
font-size: 14px;
font-weight: bold;
background-color: #ffcc99;	
}

p { 	
font-size: 10px; 	
font-family: Verdana;	
}

h3 {	
color: #fff;	
background-color: #ff6600;	
padding: 8px;	
text-align: center; 
margin-top: 0px;	
font-family: Verdana;	
font-size: 11px;	
}

li{	
list-style: none;	
text-decoration: none;	
}	

li:hover {	
list-style: none;	
text-decoration: none;	
}		

a:link { 	
color: #ff6600;	
font-family: Verdana;	
font-size: 10px;	
background-color: transparent;	
text-decoration: none; 	
}
a:visited { 	
color: #aaa;	
font-family: Verdana;	
font-size: 10px; 	
background-color: transparent;	
text-decoration: none;	
}
a:hover { 	
color: #000080;	
font-family: Verdana;	
font-size: 10px;	
background-color: transparent;	
text-decoration: none;	
}
a:active { 	
color: #000;	
font-family: Verdana;	
font-size: 10px;	
background-color: transparent;	
text-decoration: none;	
}

#container {	
position: absolute;	
left: 40%;	
top: 20px;	
width: 700px;	
margin-left: -300px;	
border: 3px solid #000080;	
margin-bottom: 3px;	
background: #fff;	
}

#intro {	
height: 200px;	
}	

#pageHeader {	
width: 700px;	
height: 200px;	
float: center;		
text-align: right;	
background: #fff;	
}		

#text {	
margin-bottom: 0px; 
margin-left: 0px;	
padding-left: 5px;	
padding-right: 5px;	
width: 500px; 
background: #fff;	
float: right;	
text-align: justify;	
border-left: 1px solid #ff6600;	
}	

#linkList { 	
position: relative;	
width: 189px;	
float: left;	
padding-left: 0px;	
font-size: 10px;	
text-decoration: none;	
}	

#linkList h3 {	
color: #fff;	
background-color: #ff6600; 
margin-top: 0px;	
text-align: center;	
font-family: Verdana;	
font-size: 11px;		
}

#footer {	
border-top: 1px solid #ff9900;	
text-align: right;	
text-decoration: none;	
}