/* Generic Selectors */

body {

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

font-size: 14px;

color: #333333;

background-color: #FFF8DC;

/*margin: 0 0 0 0; top right bottom left*/

}

p {

width: 80%;

}

li {

list-style-type: none;

line-height: 150%;

list-style-image: url(../images/arrowSmall.gif);

}

h1 {

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

font-size: 36px;

font-weight: bold;

color: #000000;

}

h2 {

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

font-size: 24px;

font-weight: bold;

color: #000000;



}

 h3 {

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

font-size: 24px;

font-weight: bold;

color: #000000;

}
 h4 {

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

font-size: 20px;

font-weight: bold;

color: #00CC00;

}
 h5 {

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

font-size: 16px;

font-weight: bold;

color: #000000;

}
 h6 {

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

font-size: 16px;

font-weight: bold;

color: #000000;

}

/**************** Classes *******************/



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

:link {

color: #00CC00;

text-decoration: underline;

font-weight: bold;

}

:link {

color: #00CC00;

text-decoration: none;

font-weight: bold;

}

:visited {

color: #00CC00;

text-decoration: underline;

font-weight: bold;

}

li :visited {

color: #00CC00;

text-decoration: none;

font-weight: bold;

}

:hover {

color: rgb(0, 96, 255);

padding-bottom: 5px;

font-weight: bold;

text-decoration: underline;

}

li :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: #00008B;

}

:active {

color: rgb(255, 0, 102);

font-weight: bold;

}

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

#navigation {

position: absolute;

z-index: 10;

width: 240px;

height: 800px;

margin: 0;

margin-top: 0px;

border-right: 2px solid 00008B;

font-weight: normal;

}

#centerDoc {

position: absolute;

z-index: 15;

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

margin-left: 265px;

margin-top: 15px;

}
#headinglogo {

position: absolute;

z-index: 15;

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

margin-left: 265px;

margin-top: 15px;

}
}
#headinglogo2 {

position: absolute;

z-index: 15;

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

margin-left: 330px;

margin-top: 15px;

}