/* Generic Selectors */

body {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
color: #000000;
background-color: #FF3333;
}

p {
width: auto;
}

li {
list-style-type: disc;
line-height: 150%;
}

h1 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 22px;
font-weight: bold;
color: #000000;
}

h2 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 16px;
font-weight: bold;
color: #000000;
padding-bottom: 3px;
border-bottom: 1px solid #000000;
}

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

a:link {
color: #000000;
text-decoration: underline;
font-weight: bold;
}

li :link {
color: #000000;
font-weight: bold;
text-decoration: underline;
}

a:visited {
color: #000000;
text-decoration: underline;
}

li a:visited {
color: #000000;
font-weight: bold;
text-decoration: underline;
}

a:hover {
color: #3333FF;
padding-bottom: 5px;
text-decoration: underline;
}

li a:hover {
color: #3333FF;
padding-bottom: 5px;
font-weight: bold;
}

a:active {
color: #3333FF;
}

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

#navigation {
position: absolute;
width: 225px;
height: 575px;
margin: 0;
margin-top: 0 px;
border-right: 1px solid #000000;
font-weight: normal;
}

#centerDoc {
position: absolute;
padding: 0 10% 20px 0; /*top right bottom left*/
margin-top: 50px;
margin-left: 240px;
}
