/* 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: none;
font-size: 10px;
color: #333333;
line-height: 150%;
}
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; }
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%;
color: olive;
text-align: right;
border-bottom: 1px solid #039;
}
th {
font-size: 10px;
font-weight: bold;
color: #000000;
}
td {
font-size: 11px;
font-weight: normal
}
 
/**************** Pseudo classes ****************/

:link { 
color: #039; }

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 { color: rgb(0,96,255); }
:active {
color: #039;
}



/************************* ID's *************************/
#topDoc { position: absolute; z-index: 0; width: 800px; height: 90px; background-image: none; top: 0; left: 0; }

#navigation { position: absolute; z-index: 10; width: 200px; height: 800px; margin: 0; padding: 0 10px 0 0; font-weight: normal; top: 100px; left: 15px; }
#centerDoc { position: absolute; z-index: 15; padding: 0 0 20px 235px; /*top right bottom left*/
background-color: #ffffff
; }

#footer { position: absolute; text-align: center; font-family: Verdana, Arial, san-serif; font-size: 10px; color: #333333; font-weight: normal; background-color: #ffffff
; top: 600px; left: 200px; width: 760px; height: 25px; }

#layer1 { background-color: #ffffff
; top: 100px; left: 250px; width: 760px; height: auto; }

