body, html, input, select, textarea
	{	margin: 0;
		color:#333333;
		text-align: center;
		font-family:verdana; 
		font-size: 13px;
	}
h1  {	color:#335533; 
		font-family:verdana; 
		font-size: 18px;
		/*display: inline;*/
	}
h2  {	color:#335533; 
		font-family:verdana; 
		font-size: 16px;
	}
h3  {	color:#335533; 
		font-family:verdana; 
		font-size: 15px;
	}
h4  {	color:#335533; 
		font-family:verdana; 
		font-size: 14px;
	}
p,td{	color:#333333;
		font-family:verdana; 
		font-size: 13px;
	}
a	{	color:#335533; 
		font-family:verdana; 
		text-decoration: underline;
		font-size: 13px;
	}
p1	{	color:#333333; 
		font-family:verdana; 
		font-style: italic;
		/*text-decoration: underline; */
		font-size: 13px;
	}	
thick	{	color:#333333; 
		font-family:verdana; 
		/* font-style: italic; */
		font-weight: bold;
		/*text-decoration: underline; */
		font-size: 13px;
	}	
@media screen and (max-device-width : 1000px)
{
body, html, input, select, textarea
	{
	font-size:20px;
	}
h1  {	
		font-size: 28px;
	}
h2  {	
		font-size: 26px;
	}
h3  {	
		font-size: 24px;
	}
h4  {	
		font-size: 22px;
	}
p,td{	
		font-size: 20px;
	}
a	{	
		font-size: 20px;
	}
p1	{	
		font-size: 20px;
	}

} /* end of the style definitions for small screen sizes */

#footer a:link { color: #ffffff; }
#footer a:visited { color: #ffffff; }
#footer a:hover { color: #ffffff; }
#footer a:active { color: #ffffff; }


div#main_container
	{	margin: 0 auto 0 auto;
		width: 800px;
		text-align: left;
	}
div#headleft
	{	float: left;
		width: 10%;
		height: 100px;
	}
div#header
	{	float: left;
		width: 80%;
		height: 100px;
	}
div#headright
	{	float: left;
		width: 10%;
	height: 100px;
	}
div#main
	{	border-radius: 10px;
		background-color: white;
		float: left;
		width: 100%;
	}
div#mainleft
	{	border-radius: 10px;
		background-color: white;
		float: left;
		width: 4%;
	}
div#maintext
	{	background-color: white;
		float: left;
		width: 92%;
	}
div#mainright
	{	background-color: white;
		float: left;
		width: 4%;
	}
div#footer
	{	border-radius: 10px;
		background-color: black;
		color: white;
		float: left;
		width: 100%;
		height: 20px;
		text-align: center;
		vertical-align: middle;
		margin-top: 5px;
		margin-bottom: 5px;
		margin-left: 0px;
	}
