html,body
{
	height:100%;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.1em;
	color:#362D0C;
	background-color:#EEEEEE;
	background-image:url("images/blue-pattern.gif");
	background-position:center;
	text-align:center;
}
h1 {font-size: 1.6em;}
h2 {font-size: 1.4em;}
h3 {font-size: 1.2em;}
h4 {font-size: 1.0em; margin: .5em 0;display:inline;}
img
{
	border:0;
}
a:link, a:visited
{
	color: #362D0C;
	text-decoration: underline;
}
a:hover
{
	color: #F3837D;
}

p
{
	margin:1em 0;
}

div
{
	margin:0;
	padding:0;
}

.small {font-size: .9em;}
.alert {color: #990000;}

.left
{
	float:left;
}
.right
{
	float:right;
}
.clear
{
	clear:both;
}
.clearleft
{
	float:left;
	clear:left;
}
.center
{
	text-align:center;
}
img.left, img.clearleft
{
	margin: 0 1em .5em 0;
}
img.right
{
	margin: 0 0 .5em 1em;
}

div#banner
{
	margin: 0;
	background-image: url("images/bannerbg.gif");
	background-position: 0 84px;
	background-repeat: repeat-x;
}

div#site
{
	margin: auto;
	background-color:#FFFFFF;
	background-image: url("images/ruleline.gif");
	background-position: top left;
	background-repeat: no-repeat;
	border: 1px solid #3B3212;
	width: 768px;
	height: 600px;
}

	div#top
	{
		background-image: url("images/swoosh.gif");
		background-position: bottom right;
		background-repeat: no-repeat;
		background-color: transparent;
		margin-top:5px;
		/*border-top:1px dashed #FF7575;*/
		width: 768px;
		height:76px;
	}
	
	div#navbar
	{
		white-space: nowrap;
	}
	
	div#logo
	{
		float:left;
		width: 247px;
		height: 82px;
	}
	
		#logo img
		{
			width: 247px;
			height: 82px;
		}
	
	div#menu
	{
		background-color:#F7F5DE;
		text-transform: uppercase;
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
		height:82px !important;
		height:auto;
		margin-right: 0 !important; /* IE doesn't obey !important so it gets the next value for its messed up box model */
		margin-right: -6px;
		background-image: url("images/ruleline-overmenu.gif");
		background-position: right !important;
		background-position: top 761px;
		background-repeat: no-repeat;
	}
		#ie6_heightfix
		{
			display:none !important; /* IE 6 doesn't obey !important so it gets the next value for its messed up box model */
			display:block;
			height:82px;
			margin:0;
		}
		#menu a:link, #menu a:visited
		{
			line-height: 22px;
			float: left;
			padding:52px 0 8px;
			color: #362D0C;
			text-decoration:none;
		}
		#menu a.flex, #menu a.currentflex
		{
			width: 106px !important; /* IE doesn't obey !important so it gets the next value for its messed up box model */
			width: 104px;
		}
		#menu a:hover
		{
			color: #362D0C;
			background-color: #EEEEEE;
			text-decoration:none;
		}
		#menu a:link.current, #menu a:visited.current, #menu a:link.currentflex, #menu a:visited.currentflex
		{
			color: #362D0C;
			background-color: #EEEEEE;
		}
		#menu a:link.currentflex, #menu a:visited.currentflex, #menu a:hover.flex, #menu a:hover.currentflex
		{
			background-image: url("images/contact-menu-over.gif");
			
		}


div#content
{
	margin: 10px 10px 0 0;
	text-align: left;
	height: 375px;
	font-size: .8em;
	line-height: 24px;
}

td
{
	vertical-align:top;
	line-height: 24px;
}

div.leftcontent
{
	float: left;
	width: 337px;
	text-align: center;
}

div.rightcontent
{
	margin-left: 237px;
	text-align: left;
}

div.centercontent
{
	float: left;
	text-align: left;
	width: 240px !important;
	width: 238px;
}

div.rightsidecontent
{
	float: right;
	margin-left: 5px;
	width: 174px;
}

.homepage
{
	text-align:center;
	margin-right:-10px;
	background-position:center;
	background-repeat:no-repeat;
	height:375px;
}

.title
{
	font-family:"Times New Roman", Times, serif;
	font-size: 1.4em;
}

ul
{
	margin-left: 10px;
	padding-left: 10px;
	list-style-image: url(images/icon.gif);
	list-style-position: outside;
	line-height: 24px;
}

ul.regular
{
	list-style-image:none;
	list-style-type:none;
}

div.spacer
{
	clear:both;
}

div#footer
{
	/* footer with bg graphics
	border-top: 7px solid #362D0C;
	padding-top: 2px;
	padding-bottom: 4px;
	margin-bottom: 6px;
	/*border-bottom: 1px dashed #FF7575;*/
	margin-top:10px;
	margin-bottom:16px;
	margin-right: 0 !important; /* IE doesn't obey !important so it gets the next value for its messed up box model */
	margin-right: -2px;
}
	div#copyright
	{
		padding-left: 20px;
		text-align: left;
		float: left;
		font-size: 11px;
	}
	div#bottomcontent
	{
		float:right;
		padding-right: 20px;
		font-size: 13px;
		text-align: right;
		font-family:"Times New Roman", Times, serif;
	}