/* page layout */

body {
	margin:0;
	background-color:#FFFFFF;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#pageContainer {
	text-align: left;
	background: transparent;
}
#menu {
	margin: 10px 10px 0px 50px;
	font-weight: normal;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-family: Arial;
	line-height: 120%;
}	
#content {
	padding: 15px 25px;
	width: auto;
}

/* text styles */

h1 {
	font-weight: bold;
   font-size: 26px;
   color: #52853f;
	letter-spacing:normal;
	font-family: Arial, Helvetica, sans-serif;   
}

h2 {
	font-weight: bold;
   font-size: 14px;
   color: #6d566f;
	margin-bottom: 5px;
	margin-top: 20px;
}

h3 {
	font-weight: bold;
   font-size: 14px;
   color: #68a128;
	font-family: Arial, Helvetica, sans-serif;
}

h4 {
	font-style: italic;
   font-size: 13px;
   color: #52853f;
}

p {
    font-size: 12px;
    color: #000000;
    line-height: 120%;
    margin-top: 5px;
}

tr, td {
	font-size: 12px;
}

.imagecaption {
	font-weight: normal;
   font-size: 10px;
   color: #666666; 
	margin-top: 3px;  
}

/* link styles */

a:link
{
   color: #52853f;
   text-decoration: none;
}
a:visited {
   color: #666666;
   text-decoration: none;
}

a:active {
   color: #6d566f;
   text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #6d566f;
}

a.menu:link {
	color: #ffffff;
	font-weight:normal;    
	text-decoration: none;	
}

a.menu:visited {
   color: #ffffff;
	font-weight:normal;  
   text-decoration: none
}

a.menu:active {
   color: #ffffff;
	font-weight:normal;  
   text-decoration: none;
}

a.menu:hover {
	text-decoration: none;
	font-weight: normal;  
	color: #68a128;
}
