body {
	margin-left: 10%;
	background-color: #F0F0F0;
	font-size: 18px;
	
}

img {
	border-width: 0px
}



div {
	font-family: arial, sans-serif;
	
}


h1

{
	font-family: arial, sans-serif; 
	text-align: center; 
	color: #993300; font-weight: 900;

}

h2
{
	font-family: arial, sans-serif; 
	text-align: center; 
	color: #993300; font-weight: 900;

}




h3

{
	font-family: arial, sans-serif; 
	text-align: left; 
	color: #336600; font-weight: 900;
}




.bold {
	font-weight: 900;
	color: #336600;
}


#container {
	width:80%;
	padding: 0px;
	clear: both;
}


#topbit, #bottombit 
	{
	width: 100%;
	border-top: 2px solid;
	border-bottom: 2px solid;
	border-color: #993300;
	clear: both;
	text-align: center; 
	padding-top: 10px;
	padding-bottom: 10px;
}


#bottombitempty {

width: 100%;
	border-top: 2px solid;
	border-color: #993300;
	clear: both;
	text-align: center; 
	padding-top: 10px;
	padding-bottom: 10px;
}





#leftbit {
	width: 25%;
	float: left;
	padding-right: 5%;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
											
}

a:link 	
	{color: #993300; text-decoration: none; 
	font-weight: 900
}
a:visited 
	{color: #993300; text-decoration: none;
	font-weight: 900;
}
a:hover 
	{color: #0000e0; text-decoration: none; 
	font-weight:900;

}


#middlebit {
	width: 70%;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
}




/*  #rightbit {
	width:30%;
	background-color: green;
	float: right
	
}
*/



