body
{
	background-image: url(../images/bg_gradient.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-align: center;
}

a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
}

img
{
	border: 0;
}

.ContentPane
{
	position: relative;
	margin: auto;
	width: 669px;
	background-image: url(../images/template_content_bg.gif);
	background-repeat: repeat-y;
	text-align: center;
}

.Content
{
	position: relative;
	margin: 0 auto 0 auto;
	width: 600px;
	text-align: left;
	padding: 0;
	border: 1px solid #FFFFFF;
}

.RulesContent
{
	position: relative;
	margin: 0 auto 0 auto;
	height: 250px;
	width: 600px;
	overflow: auto;
	text-align: left;
	padding: 10px;
	border: 1px solid #999999;
}

.NationalRulesContent
{
	position: relative;
	margin: 0 auto 0 auto;
	height: 356px;
	width: 600px;
	overflow: auto;
	text-align: left;
	padding: 10px;
	border: 1px solid #999999;
}

.FaqsContent
{
	position: relative;
	margin: 0 auto 0 auto;
	height: 337px;
	width: 600px;
	overflow: auto;
	text-align: left;
	padding: 10px;
	border: 1px solid #999999;
}

.headerblue
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	color: #333333;
	font-weight: bold;
}

.headerblueALLCAPS
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	text-transform: uppercase;
}

select.RulesSelect
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	font-weight: bold;
}

.MapPrimary
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}

.MapSecondary
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;
	font-weight: bold;
}

.MapSecondaryDesc
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.MapTertiary
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #999999;
	font-weight: bold;
}

.MapTertiaryDesc
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}

a.MapSecondaryDesc, a.MapTertiaryDesc
{
	text-decoration: none;
}