@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #990000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #990000;
	height: 1200px;
}
.thrColFixHdr #container {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 2100px;
	background-color: #000000;
	position: relative;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.thrColFixHdr #header {
	padding: 0 50px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #000000;
	text-align: center;
	position: absolute;
} 
.thrColFixHdr #header h1 {
	margin: 0;
	background-position: center;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 45px;
	text-align: center;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 40px;
	font-weight: bold;
	color: #FF0000;
	text-transform: uppercase;
	font-style: italic;
	background-color: #000000;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #FF0000;
	font-weight: bold;
	font-variant: small-caps;
	font-style: italic;
	text-transform: uppercase;
}
tbody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 125px; /* padding keeps the content of the div away from the edges */
	border: 2px solid #000000;
	font-size: 14px;
	height: 1715px;
	background-color: #21201E;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	position: absolute;
	left: 5px;
	top: 310px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 115px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 1px; /* padding keeps the content of the div away from the edges */
	font-size: 16px;
	height: 1745px;
	background-repeat: repeat-y;
	background-color: #000000;
	border: 2px solid #000000;
	background-image: url(images/DarkGreyCropped.gif);
	margin-right: 0px;
	position: absolute;
	left: 775px;
	top: 310px;
}
.thrColFixHdr #mainContent {
	width: 550px;
	margin-top: 20px;
	margin-bottom: 1px;
	margin-left: 185px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
	background-color: #000000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-right: 185px;
	position: absolute;
	left: 12px;
	top: 292px;
} 
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}
menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-align: left;
}
s {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: left;
}
.thrColFixHdr #footer {
	background-color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	height: 38px;
	padding: 0px;
	background-position: center;
	position: absolute;
	top: 2069px;
	width: 905px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	left: auto;
	right: -2px;
	bottom: auto;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #000000;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.copyright {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	text-align: center;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FF0000;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
#mainContent .question {
	font-weight: bold;
	display: block;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #000000;
	text-align: left;
}

