/* Generic Selectors */ 

body { 

font-family: Verdana, "Times New Roman", Times, serif; 

font-size: 10px; 

color: #F9F9F9; 

background-color: #003366; 

} 

p { 

width: 80%;

word-wrap: sWrap; 

} 

li { 

list-style-type: disc; 

line-height: 150%; 

} 

h1 { 

font-family: Verdana, "Times New Roman", Times, serif; 

font-size: 18px; 

font-weight: bold; 

color: #F9F9F9; 

} 

h2 { 

font-family: Verdana, "Times New Roman", Times, serif; 

font-size: 12px; 

font-weight: bold; 

color: #F9F9F9; 

border-bottom: 2px solid #660033;
 

} 

h3 {

font-family: Verdana, "Times New Roman", Times, serif;

font-size: 13px;

font-weight: bold;

color: #f9f9f9;

}

h4 {

font-family: Verdana, "Times New Roman", Times, serif;

font-size: 15px;

font-weight: bold;

color: #f9f9f9;

}




/**************** Pseudo classes ****************/ 

a:link { 

color: #99CCCC; 

text-decoration: underline; 

font-weight: bold; 

} 

li a:link { 

color: #99CCCC;

text-decoration: none; 

font-weight: bold; 

} 

a:visited { 

color: #CCCCCC; 

text-decoration: underline; 

font-weight: bold; 

} 

li a:visited { 

color: #CCCCCC;

text-decoration: none; 

font-weight: bold; 

} 

a:hover { 

color: #990033; 

padding-bottom: 5px; 

font-weight: bold; 

text-decoration: underline; 

} 

li a:hover { 

display: block; 

color: #990033; 

padding-bottom: 1px; 

font-weight: bold; 
 

} 

a:active { 

color: rgb(255, 0, 102); 

font-weight: bold; 

} 

/************************* ID's *************************/ 

#navigation { 

position: absolute;

text-align: left; 

z-index: 10; 

width: 200px; 

height: 675px; 

margin: 0; 

border-right: 2px solid #660033;
 

font-weight: normal; 

} 

#centerDoc { 

position: absolute; 

z-index: 15; 

padding: 0 0 20px 20px; /*top right bottom left*/ 

margin-top: 50px;

margin-left: 265px;

border-right: 1px solid #660033

} 

