html {
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(images/leftbkground.jpg);
	background-repeat:repeat-y;
	background-position: left top;
	height: 100%;
	min-width: 740px;
}
#page {
	margin: 0 0;
	min-height: 100%;
	background-image: url(images/rightbkground.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	width: auto;
	min-width: 740px;
}

* html #page {
	height: 100%;
}
#nonFooter{
		position: relative;
		min-height: 100%;
		width: auto;
		margin: 0 auto;
}
* html #nonFooter{
		height: 100%;
}

#header{
	position:relative;
	background-color:#6666CC;
	background-image: url(images/headerbkground.jpg);
	background-repeat:repeat-x;
	background-position: center top;
	height: 91px;
	clear:both;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif, "Trebuchet MS", Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #660000;
	text-align: center;
}

#leftcolumn {
	position: absolute;
	top: 69px;
	left: 0px;
	width: 200px;
	float: left;
}
#maincolumn {
	margin: 0 45px 0 200px;
	padding: 0 15px;
	font-size: 1em;
	width: auto;
}

#footer{
	position: relative;
	width: auto;
	background-color:#6666CC;
	background-image: url(images/footerbg.gif);
	background-repeat:repeat-x;
	background-position: left top;
	height: 18px;
	text-align: center;
	padding-top: 5px;
	clear:both;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif, "Trebuchet MS", Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #660000;
	margin: -18px auto 0 auto;
}
* html #footer{
		margin-top: -20px;
}

#subpageheader{
	position:relative;
	background-color:#6666CC;
	background-image: url(images/subpageheaderbg.jpg);
	background-repeat:repeat-x;
	background-position: left top;
	height: 69px;
	clear:both;
}

h1 {
	font-family:  "Myriad Pro", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	padding: 10px 0px 5px 5px;
	color:#CC0000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#cc0000;
}

h2 {
	font-family:  "Myriad Pro", Verdana, Arial, Helvetica, sans-serif;
	padding-left: 10px;
	margin-bottom: -12px;
	font-weight: bold;
	font-size: 1.1em;
	color:#cc0000;
}

p, li {
	padding-left: 10px;
	font-family:  "Times New Roman", Times, serif;
	color:#000000;
	font-size: 1em;
	line-height: 1.2em;
	text-align: justify;
}
.question {
	margin-bottom: -12px;
	color:#cc0000;
}
.answer {
	margin-left: 16px;
}
.blue {color:#000066}
.red {color:#CC0000}

.rules {
	margin: 6px 20px 6px 20px;
	padding: 6px 20px 6px 20px;
	border-bottom: 1px solid #000066;
	border-top: 1px solid #000066;
	color: #000066;
	}
	
.tablehead {
color:#CCCCCC;
font-size: 1em;
font-weight: bold;
padding: 4px 0px 4px 4px;
}
.cellsalt {
background-color:#BA925E;
}
.borderburg{border: 1px solid #BA925E}

a:link, a:visited {
    color: #CC0000;
}

a:hover {
	color:#000066;
}

#footer a:link {
	color: #ffffff;
	text-decoration: none;
}
#footer a:visited {
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover {
	color: #ffffff;
	text-decoration:underline;
}
.white {
	color:#FFFFFF;
}
#tagline {
	font-family: "Myriad Pro", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 5px;
}
.calloutbox {
	background-color: #003399;
	padding: 6px 2px;
}

td.calloutbox p, td.calloutbox li {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 1.2em;
	font-weight: normal;
	color: #FFFFFF;
}
