/* Generic Selectors */
body {
font-family: Verdana, Arial, Arial, san-serif;
font-size: 10px;
color: #333333;
}
p {
width: 80%;
font-size: 10px
}

li {
list-style-type: disc;
font-size: 10px;
color: #333333;
line-height: 200%;
}
h1 {
font-family: Verdana, Arial, Arial, san-serif;
font-size: 16px;
font-weight: bold;
color: #003399;
border-bottom: 1px solid #c6ec8c;

}
h2 {
font-family: Verdana, "Arial", Arial, san-serif;
font-size: 16px;
font-weight: bold;
color: #333333;
border-bottom: 1px solid #C6EC8C;
}
h3 { font-family: Verdana, Arial, Arial, san-serif; font-size: 14px; font-weight: bold; color: #003399; line-height: 14px; text-align: left; text-indent: 0; }
h4 { font-family: Verdana, Arial, Arial, san-serif; font-size: 10px; font-weight: bold; line-height: 10px; color: #003399; text-align: left; text-indent: 12px; border-bottom: 1px solid #039; border-right-width: 0; }
h5 { font-family: Verdana, Arial, Arial, san-serif; font-size: 10px; font-weight: bold; line-height: 100%; text-align: right; border-bottom: 1px solid #039; border-right-width: 0; }
th {
font-size: 14px;
font-weight: bold;
color: #000000;
}
td {
font-size: 11px;
font-weight: normal
}
 
/**************** Pseudo classes ****************/
:link { 
color: #039; 
text-decoration: none; }

li :link {
color: #039;
text-decoration: none;
}

:visited { 
color: #039; 
text-decoration: none; }

li :visited {
color: #039;
text-decoration: none;
}

:hover {
text-decoration: none;
}

li :hover {
display: block;
color: rgb(0,96,255);
f

}
:active {
color: #039;
font-weight: bold;
}


/************************* ID's *************************/
#topDoc { position: absolute; z-index: 0; width: 800px; height: 90px; background-color: #ffffff; background-image: none; top: 0; left: 0; }

#centerDoc {
position: absolute;
z-index: 15;
padding: 0 0 20px 235px; /*top right bottom left*/
margin-top: 150px;
background-color: #FFFFFF
}

#footer { height: 25px; text-align: center; font-family: Verdana, Arial, san-serif; font-size: 10px; color: #333333; font-weight: normal; background-color: #ffffff; position: absolute; top: 600px; left: 200px; width: 760px; visibility: visible; }
#layer1 { background-color: #ffffff
; top: 100px; left: 250px; width: 760px; height: auto; }
#navigation { position: absolute; z-index: 10; width: 200px; height: 800px; padding: 0 10px 0 0; font-weight: normal; top: 100px; left: 15px; }
