/* Generic Selectors */ 

body { 

font-family: arial, helvetica, verdana, sans-serif; 

font-size: 14px; 

color: #333333; 

background-color: #FEBFFEC; 

} 

p { 

width: 80%; 

} 

li { 

list-style-type: none; 

line-height: 150%; 

list-style-image: url(../images/arrowSmall.gif); 

} 

h1 { 

font-family: arial, helvetica, verdana, sans-serif; 

font-size: 18px; 

font-weight: bold; 

color: #000000; 

} 

h2 { 

font-family: arial, helvetica, verdana, sans-serif;

font-size: 16px; 

font-weight: bold; 

color: #000000; 

border-bottom: 1px solid #C6EC8C; 

} 


h3 { 

font-family: arial, helvetica, verdana, sans-serif;

font-size: 14px; 

font-weight: bold; 

color: #000000; 

} 


h3 { 

font-family: arial, helvetica, verdana, sans-serif;

font-size: 11px; 

font-weight: italic; 

color: #000000; 

} 


 

/**************** Pseudo classes ****************/ 

a:link { 

color: #1B3B1C; 

text-decoration: underline; 

font-weight: bold; 

} 

li :link { 

color: #00CC00; 

text-decoration: none; 

font-weight: bold; 

} 

a:visited { 

color: #78E078; 

text-decoration: underline; 

font-weight: bold; 

} 

li a:visited { 

color: #78E078; 

text-decoration: none; 

font-weight: bold; 

} 

a:hover { 

color: #317433; 

padding-bottom: 5px; 

font-weight: bold; 

text-decoration: underline; 

} 

li a:hover { 

display: block; 

color: #317433; 

padding-bottom: 5px; 

font-weight: bold; 

border-bottom-width: 1px; 

border-bottom-style: solid; 

border-bottom-color: #C6EC8C; 

} 

a:active { 

color: rgb(255, 0, 102); 

font-weight: bold; 

} 

/************************* ID's *************************/ 
#title { 

position: absolute; 

width: 822px; 

height: 110px; 

font-weight: normal; 

} 

#navigation { 

position: absolute; 

width: 150px; 

height: 750px; 

margin-top: 110px;
margin-bottom:100px; 

border-right: 1px solid #1B3B1C; 

font-weight: normal; 

text-align:right;
} 

#centerDoc { 

position: absolute; 

width: 672px;

height: 800px; 

padding: 0 0 20px 0; /*top right bottom left*/ 

margin-top: 110px; 

margin-left: 180px; 

} 
#footer { 

position:absolute; 

margin-top: 800px;
width: 817px; 

height: 110px; 

margin-bottom: 0px; 

font-weight: normal; 


} 
