#content {
	background:#ffffff;
}

#inav {  /* former navigation left of page, now just above the content */
	left: 0px; 
	* width: 978px;
	width: 970px;
	* height:170px;
	height:166px;
}

#formcontainer {
        width:500px;
        /*background: #d7e3bc;*/
        background: #d7e3bc;
        padding: 0px;
}
#formcontainer p {
        font-family: arial,tahoma,georgia;
        font-size:17pt;
        letter-spacing:-1px;
}
#formcontainer td {
        font-size:9pt;
}
#formcontainer a:link, #formcontainer a:visited {
        color: #12542f;
}
#formcontainer a:hover, #formcontainer a:active {
        color: #001000;
}

#selectcontainer {
        background: #eef2e4;
        margin:10px;
}


