Generic Selectors */

body {
font-family: 'Times New Roman', 'Bookman Old Style',Times,Georgia,'Hoefler Text',Serif;
font-size: 18px;
color: #4444cc;
background-color: #000000;
}

p {
color: #000000;
width: 80%;
}

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

dt {
list-style-type: disc;
line-height: 150%;
color: #ffffff;
}

dd {
list-style-type: disc;
line-height: 150%;
color: #ffffff;
}

h1 {
font-family: Georgia,'Bookman Old Style','Times New Roman',Times,'Hoefler Text',Serif;
font-size: 22px;
font-weight: bold;
color: #000099;
}

h2 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
float: left;
margin-top: 0;
font-weight: none;
color: #000000;
}

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

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

a:link {
color: #3333cc;
text-decoration: none;
font-weight: bold;
text-color: #ffffff;
}

li :link {
color: #000099;
text-decoration: none;
font-weight: bold;
}

a:visited {
color: #3333cc;
text-decoration: none;
font-weight: bold;
}

li a:visited {
color: #3333cc;
text-decoration: none;
font-weight: bold;
}

a:hover {
color: #6666ff;
padding-bottom: 5px;
font-weight: bold;

text-decoration: underline overline; color: #6666ff;
}

li a:hover {
display: block;
color: #000000;
padding-bottom: 5px;
font-weight: bold;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #ffffff;
}

a:active {
color: #000000;
font-weight: bold;
}

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

#header {
position: absolute;
width: 1024px;
height: 58px;
margin: 0;
margin-left: 0;
margin-top: 0px;
font-weight: normal;
float: left;
background-color: #ffffff;
}

#navigation {
position: absolute;
width: 160px;
height: auto;
margin: 0;
margin-top: 58px;
font-weight: normal;
float: left;
background-color: #ffffff;
}

#body {
position: absolute;
margin-top: 58px;
margin-left: 170px;
width: 765px;
height:auto;
overflow: visible
color: #ffffff;
background-color: #ffffff;
} 


#footer {
    bottom: 0;
position: absolute;
width: 1000px;
height: 5px;
margin-left: 0px;
background-color: #Ffcc33;
}

