/* COMMON STYLES TO ALL PAGES */
/*colors used:
light green in text area:#F0FFDE
medium green banner top and menu: #CDFF9B
dark green for headlines and lines: #659931
font color for body: dark gray: #6B726A
very light green trial:#E2FFC4
*/







/** Body class **/

.bodystyle{
	text-align: center; /*for the benefit of IE */
	background-color: white;
	
			}
			
			
div#topspace{
width: 900px;
height: 0px;

}
/**************************************************
 * Root/Bottom level division: major box/container 
 *
 *************************************************/

div#rootdiv{
	width: 900px;
	height: 780px;
	border: solid black 0px;
	margin-top: 1em;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}


/*remove space around images*/
td img {
display: block;
}
.link {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color:#659931;
	font-size: 9px;
	background-color: #CDFF9B;
	
}
