/* Generic Selectors */ 

body { 

font-family: Georgia, "Times New Roman", Times, serif; 

font-size: 14px; 

color: #000000; 

background-color: #FFCC99; 

} 

strong {color: red}

hr {color:#CC0000}

p { 

width: 98%; 

} 

li { 

list-style-type: ; 

line-height: 150%; 

list-style-image: url(../images/arrowSmall.gif); 

} 

h1 { 

font-family: Georgia, "Times New Roman", Times, serif; 

font-size: 18px; 

font-weight: bold; 

color: #000000; 

} 

h2 { 

font-family: Georgia, "Times New Roman", Times, serif; 

font-size: 16px; 

font-weight: bold; 

color: #000000; 

border-bottom-width: 1px;  

border-bottom-style: solid;

border-bottom-color: #CC0000; 

} 

h3 { 

padding-left: 20px;

font-family: Georgia, "Times New Roman", Times, serif; 

font-size: 16px; 

font-style:italic;

font-weight: bolder; 

color: red; 

} 
 
h4 { 

font-family: Georgia, "Times New Roman", Times, serif; 

font-size: 16px; 

font-weight: bold; 

color: #000000; 

}

h5 { 

font-family: Georgia, "Times New Roman", Times, serif; 

font-size: 16px; 

font-weight: bold; 

color: red; 

}

h6 { 

font-family: Georgia, "Times New Roman", Times, serif; 

font-size: 16px; 

font-weight: bold; 

color: blue; 

}


/**************** Pseudo classes ****************/ 

a:link { 

color: #000000; 

text-decoration: underline; 

font-weight: bold; 

} 

li a:link { 

color: #000000; 

text-decoration: none; 

font-weight: bold; 

} 

a:visited { 

color: #000000; 

text-decoration: underline; 

font-weight: bold; 

} 

li a:visited { 

color: #000000; 

text-decoration: none; 

font-weight: bold; 

} 

a:hover { 

color: rgb(0, 96, 255); 

padding-bottom: 5px; 

font-weight: bold; 

text-decoration: underline; 

} 

li a:hover { 

display: block; 

color: rgb(0, 96, 255); 

padding-bottom: 5px; 

font-weight: bold; 

border-bottom-width: 1px; 

border-bottom-style: solid; 

border-bottom-color: #CC0000; 

} 

a:active { 

color: rgb(255, 0, 102); 

font-weight: bold; 

} 

/************************* ID's *************************/ 

#logo

{ 

position: absolute; 

z-index: 10; 

padding-top: 10px;

padding-bottom: 20px;

width: 180px; 

height: 250px; 

font-weight: normal; 

background-color: white; 

border-bottom: 5px solid #CC0000; 

border-top: 5px solid #CC0000;

border-left: 5px solid #CC0000;  


} 

#title

{ 

position: absolute; 

z-index: 10; 

width: 575px; 

height: 275px; 

border-top: 5px solid #CC0000;

border-bottom: 5px solid #CC0000;

border-right: 5px solid #CC0000;

border-left: 5px solid #CC0000;

padding-top: 20px;

margin-left: 180px; 

font-weight: normal;



} 

#navigation { 

position: absolute; 

z-index: 10;

padding-top: 70px; 

width: 180px; 

height: 900px; 

margin-top: 250px;

 

padding-bottom: 5px; 

font-weight: normal; 



} 

#centerDoc { 

position: absolute; 

z-index: 10; 

padding-left: 20px; 

padding-top: 20px;

width: 575px;

margin-top: 275px;

margin-left: 180px; 

border-left: 5px solid #CC0000;

} 

