/* Generic Selectors */ 
body { 
font-family: Arial, Georgia, "Times New Roman", Times, serif; 
font-size: 14px;
color: #000000; 
background-image: url(images/ltblu.jpg); 
background-repeat: repeat-x;
} 
p { 
width: 100%; 
} 
h1 { 
font-family: Georgia, "Times New Roman", Times, serif; 
font-size: 18px; 
font-weight: bold; 
color: #ff0000; 
} 
h2 { 
font-family: Georgia, "Times New Roman", Times, serif; 
font-size: 22px; 
font-weight: bold;
font-style: italic; 
color: #ffcc66; 
} 
h3 { 
font-family: Arial, Georgia, "Times New Roman", Times, serif; 
font-size: 10px; 
font-weight: bold; 
color: #ffffff;
} 

 
/**************** Pseudo classes ****************/ 
a:link { 
color: #ff6633; 
text-decoration: underline; 
font-weight: bold; 
} 
li a:link { 
color: #ff6633; 
text-decoration: underline; 
font-weight: bold; 
} 
a:visited { 
color: #ff6633; 
text-decoration: underline; 
font-weight: bold; 
} 
li a:visited { 
color: #ff6633; 
text-decoration: underline; 
font-weight: bold; 
} 
a:hover { 
color: #ff9933; 
padding-bottom: 5px; 
font-weight: bold; 
text-decoration: underline; 
} 
li a:hover { 
display: block; 
color: #ff9933; 
padding-bottom: 5px; 
font-weight: bold; 
text-decoration: underline; 
} 
a:active { 
color: #ff9900; 
font-weight: bold; 
} 
/************************* ID's *************************/ 
#centerDoc { 
border-left:10px groove orange; 
border-right:10px groove orange; 
border-top:10px groove orange; 
border-bottom:10px groove orange; 
position: absolute; 
z-index: 15; 
width: 80%; 
height: 800px;  
margin-top: 5px;
margin-left: 10%; 
background-color: #ffffcc; 
}
#footer2 { 
position: absolute; 
z-index: 30; 
width: 80%; 
height: 60px; 
margin-top: 800px;
margin-left: 10%; 
}