/* Generic Selectors */

body {

font-family: Georgia, "Times New Roman", Times, serif;

font-size: 14px;

color: #333300;

background-color: #669966;

}

p {

width: 80%;

}

li {

list-style-type: none;

line-height: 150%;

list-style-image: none;

}

h1 {

font-family: Georgia, "Times New Roman", Times, serif;

font-size: 18px;

font-weight: bold;

color: #333300;

}

h2 {

font-family: Georgia, "Times New Roman", Times, serif;

font-size: 16px;

font-weight: bold;

color: #333300;

border-bottom: 2px solid #CCFFCC;

}

 

/**************** Pseudo classes ****************/

a:link {

color: #333300;

text-decoration: none;

font-weight: bold;

}

li a:link {

color: #333300;

text-decoration: none;

font-weight: bold;

}

a:visited {

color: #333300;

text-decoration: none;

font-weight: bold;

}

li a:visited {

color: #333300;

text-decoration: none;

font-weight: bold;


}

a:active {

color: rgb(255, 0, 102);

font-weight: bold;

}

/************************* ID's *************************/

#navigation {

position: absolute;

z-index: 10;

width: 210px;

height: 800px;

margin: 0;

border-right: 0px solid #CCFFCC;

font-weight: normal;

}

#centerDoc {

position: absolute;

z-index: 15;

width: 600px;

height: 1200px;

padding: 0 0 20px 20px; /*top right bottom left*/

margin-top: 50px;

margin-left: 235px;

}