/* Generic Selectors */ 
body { 
font-family: Arial, Georgia, "Times New Roman", Times, serif; 
font-size: 16px;
color: #ffffff; 
background-color: #000000; 
} 
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: 24px; 
font-weight: bold; 
color: #ffffff;
background-color: #990000; 
} 
h4 { 
font-family: Georgia, "Times New Roman", Times, serif; 
font-size: 22px; 
font-weight: bold;
font-style: italic; 
color: #000000; 
} 
h5 { 
font-family: Georgia, "Times New Roman", Times, serif; 
font-size: 18px; 
font-weight: bold;
font-style: italic; 
color: #ffcc66; 
} 

 
/**************** Pseudo classes ****************/ 
a:link { 
color: #ffcc66; 
text-decoration: underline; 
font-weight: bold; 
} 
li a:link { 
color: #ffcc66; 
text-decoration: none; 
font-weight: bold; 
} 
a:visited { 
color: #ffcc33; 
text-decoration: underline; 
font-weight: bold; 
} 
li a:visited { 
color: #0066cc; 
text-decoration: none; 
font-weight: bold; 
} 
a:hover { 
color: #cc0099; 
padding-bottom: 5px; 
font-weight: bold; 
text-decoration: underline; 
} 
li a:hover { 
display: block; 
color: #cc0099; 
padding-bottom: 5px; 
font-weight: bold; 
border-bottom-width: 1px; 
border-bottom-style: solid; 
border-bottom-color: #C6EC8C; 
} 
a:active { 
color: #33FF66; 
font-weight: bold; 
} 
/************************* ID's *************************/ 
#header1 { 
position: absolute; 
z-index: 1; 
width: 550px; 
height: 145px; 
margin-top: 10px; 
} 
#pagetitle { 
position: absolute; 
z-index: 3; 
width: 250px; 
height: 105px; 
margin-top: 35px;
margin-left: 560px; 
background-color: #FFCC66; 
} 

#header2 { 
position: absolute; 
z-index: 5; 
width: 810px; 
height: 50px; 
margin-top: 185px; 
} 

#navigation { 
position: absolute; 
z-index: 10; 
width: 180px; 
height: 600px; 
margin-top: 265px; 
border-right: 0px solid #ffcc66; 
font-weight: bold; 
} 
#navigation2 { 
position: absolute; 
z-index: 10; 
width: 180px; 
height: 60px; 
margin-top: 1090px; 
border-right: 0px solid #ffcc66; 
font-weight: bold; 
} 
#centerDoc { 
position: absolute; 
z-index: 15; 
width: 470px; 
height: 900px;  
margin-top: 265px;
margin-left: 220px;
font-weight: bold;  
}
#rightDoc { 
position: absolute; 
z-index: 20; 
width: 140px; 
height: 900px; 
margin-top: 265px;
margin-left: 710px;
}
#footer { 
position: absolute; 
z-index: 25; 
width: 810px; 
height: 60px; 
margin-top: 1190px;
}
#footer2 { 
position: absolute; 
z-index: 30; 
width: 470px; 
height: 60px; 
margin-top: 1365px;
margin-left: 220px;
}
