body { 
		text-align:center;
		font-family:georgia, verdana, helvetica, sans-serif;
		margin:10px 10px 10px 10px;
		padding:0px;
		border:0px solid #000; 
		background:#cccc99; /* Brown */
		}

		
	
	
.SubmitButton{
height:15px;
padding:4px;
font-size:12px;
border:1px solid #7E5925;
background-color: #65D6FF;
text-decoration:none;
margin-left:400px;
}		
		
#topmenu{
width:652px;
margin:auto;
margin-top:0px;
font-size:11px;
}
#topmenu a{
text-decoration:none;
float:right;
margin-right:10px;
}

#frame {
		padding-bottom:10px;
		width:652px;
		margin-right:auto;
		margin-left:auto;
		margin-top:0px;
		margin-bottom:10px;
		text-align:left;
		border:0px solid #000; 
		background:#ffffcc; /* Cream */
		}

#logo {
		text-align:center;
		width:652px;
		height:234px;
		border:0px solid #000;
		background:#ffffff;
	}		

#topcontent {
		font-family: georgia, verdana, helvetica, sans-serif;
		margin-right:auto;
		margin-left:auto;
		margin-top:-10px;
		background:#cccc99; /* Soft Green */
		width:652px;
		text-align:left;
		border:0px solid #000;	
		border-top: 0px solid #000;
		border-bottom: 0px solid #000;	
		}
			

h1		{
		font-size:18px;
		font-weight:bold;
		padding-top:10px;
		color:#669933;
		text-align:center;
		} 

		/*Large Headings*/

		

h2,.BodyContentHolder	{
		font-size:14px;
		font-weight:normal;
		color:#7e5726;
		margin-left:40px;
		margin-right:40px;
		line-height:16pt;
		} 

		/*Regular Text*/

h3 		{
		font-size:12px;
		font-weight:normal;
		text-align:center;
		line-height:18pt;
		margin:0px 0px 0px 0px;
		} 

		/*Links*/

		

h4 		{
		font-size:10px;
		font-weight:bold;
		color:#7e5726;
		line-height:10pt;
		margin-left:40px;
		} 

		/*Small Text*/

		

h5 		{
		font-size:12px;
		font-weight:normal;
		text-align:center;
		line-height:18pt;
		margin:0px 0px 0px 0px;
		} 

		/*Top Navigation*/

		

dt	{
		font-size:14px;
		font-weight:bold;
		color:#7e5726;
		margin-left:-20px;
		margin-bottom:10px;
		} 

		/*Dictionary Term*/

		

li	{
		font-size:12px;
		font-weight:normal;
		color:#7e5726;
		margin-left:20px;
		margin-right:20px;
		margin-bottom:5px;
		line-height:13pt;
		} 

		/*List Item*/



A:link { color:#7e5726; font-weight:bold; }
A:visited { color:#7e5726; font-weight:bold; }
A:hover { color: #0099cc; font-weight:bold; }





/*Drop Down Menu*/



#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font-family: georgia, verdana, helvetica, sans-serif;
font-size:11px;
line-height:18px;
z-index:100;

}



#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}



#dropmenudiv a:hover{ /*hover background color*/
background-color: #cccc99; /* Soft Green*/
}