/* PAGE REGIONS */

body {
	background-color: #ff1300;
	margin: 0;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000;
}

#main {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 0px;
	margin-top: 20px;
	margin-bottom: 0px;
	background-color: #fff;

	
	
}



#header { 
		width: 100%;		
		}

table {border-collapse: collapse; border: 0px; }


#content {
		padding: 20px;
	background-image: url(images/bkgd_logo.gif);
	background-repeat: no-repeat;
	background-position: center center;
		}



h2 {
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 15px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	padding-bottom: 12px;
	padding-top: 20px;
	border-top: 1px solid #333;
}

p { line-spacing: 14px; }

.sponsor { font-weight: bold; }

.menu { background-color: #ccc; text-align: center;  }

a.menulink:link 	{ font-weight: bold; display: block; padding: 2px;  font-size: 13px; 	color: #333; 	text-decoration: none; }
a.menulink:visited 	{ font-weight: bold; display: block; padding: 2px; font-size: 13px; 	color: #333;  	text-decoration: none; }
a.menulink:hover 	{ font-weight: bold; display: block; padding: 2px;  font-size: 13px; 	color: #ff1300; text-decoration: underline; }
a.menulink:active 	{ font-weight: bold; display: block; padding: 2px;  font-size: 13px; 	color:  #ff1300; text-decoration: underline; }



a:link 		{ font-weight: bold; color: #ff1300;  }
a:visited 	{ font-weight: bold; color: #ff1300;  }
a:hover 	{ font-weight: bold; color: #333; 	 }
a:active 	{  font-weight: bold; color: #333; 	 }









	