/* #72A372 */
/* #598059 */
/* #CFE6CF */
/* #60BF60 */



/* Generic Selectors */ 
body { 
font-family: Georgia, "Times New Roman", Times, serif; 
font-size: 14px; 
color: #333333; 
background-color: #598059; 
text-align: center;
} 
p { 
width: 85%; 
} 
h1 { 
font-family: "Times New Roman", Times, serif; 
font-size: 22px; 
font-weight: bold; 
color: #60BF60; 
} 
h2 { 
font-family: "Times New Roman", Times, serif; 
font-size: 16px; 
font-weight: bold; 
color: #ffffff; 
border-bottom: 1px solid #ffffff; 
} 
h3 {  
font-size: 10px;
font-weight: normal;  
color: #000000; 
} 
li { 
list-style-type: none; 
line-height: 150%; 
list-style-image: url(images/flowerbullet.gif); 
} 
 
/**************** Pseudo classes ****************/ 
:link { 
color: #CFE6CF; 
padding-bottom: 5px; 
font-weight: bold; 
text-decoration: underline; 
background-color: #598059;
} 

li :link { 
color: #CFE6CF; 
padding-bottom: 5px; 
font-weight: bold; 
text-decoration: underline; 
background-color: #598059;
} 
:visited { 
color: #CFE6CF; 
padding-bottom: 5px; 
font-weight: bold; 
text-decoration: underline; 
background-color: #598059;
} 
li :visited { 
color: #CFE6CF; 
padding-bottom: 5px; 
font-weight: bold; 
text-decoration: underline; 
background-color: #598059;
} 
:hover { 
color: #598059; 
font-weight: bold; 
text-decoration: none; 
background-color: #CFE6CF;
} 
li :hover { 
color: #CFE6CF; 
font-weight: bold; 
background-color: #598059;
} 
:active { 
color: rgb(255, 0, 102); 
font-weight: bold; 
background-color: #598059;
} 
li :active {
color: #CFE6CF;
font-weight: bold;
background-color: #598059;
}

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

#container {
margin: 0 auto;   /* align for good browsers */
text-align: left; /* counter the body center */
width: 800px
}
	
#navigation { 
position: absolute; 
z-index: 5; 
width: 800px;  
height: 20px;
margin: 0;
margin-top: 140px; 
font-weight: normal; 
} 

#centerDoc { 
position: absolute; 
z-index: 15; 
width: 800px; 
padding: 10px 0 10px 10px; /*top right bottom left*/ 
margin-top: 160px; 
margin-left: 0px;
background-color: #CFE6CF;
}
#topDoc { 
position: absolute; 
z-index: 15; 
width: 800px; 
height: 140px; 
margin-top: 0px; 
}
#lowerleft {
float: right;
position: relative; 
z-index: 20; 
width: 200px;  
padding: 3px 3px 3px 3px;
font-weight: normal;
border-top: 1px solid #000000; 
border-bottom: 1px solid #000000;
border-right: 1px solid #000000; 
border-left: 1px solid #000000; 
background-color: #60BF60;
}
#prop {
z-index: 20;  
float: left;
position: relative; 
width: 175px;  
padding: 3px 3px 3px 3px;
font-weight: normal;
}
