@charset "utf-8";
body  {
	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: #000000;
	border: 2px solid #EFEFEF;
	background-color: #666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-repeat: no-repeat;
}
a {
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	text-decoration:underline;
	font-weight:bold
}
	
h2 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 0.85em;
	font-weight: bold;
	color: #990000;
	text-align: center;
	padding-top: 1em;
	padding-right: 0px;
	padding-bottom: 1em;
	padding-left: 0px;
	border: 0px none #999;
	position: static;
}

.thrColFixHdr #container #sidebar1 h2 {
	text-align: center;
}


.thrColFixHdr #container {
	width: 970px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #F0F0F0;
	border: thin solid #666;
} 
#spacer {
	background-color: #737367;
	margin: 0px;
	padding-top: .1em;
	padding-bottom: .1em;
}

.thrColFixHdr #header {
	padding: 0;  /* 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: #FFF;
	margin: 0px;
} 
#bg_red {
	background-color: #B30000;
}
.thrColFixHdr #header h1 {
	width: 830px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 15px;
	font-family: "Comic Sans MS", cursive;
	font-size: 1em;
	font-weight: bold;
	color: #999;
	text-align: justify;
	word-spacing: normal;
	letter-spacing: 0.1em;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 300px; /* padding keeps the content of the div away from the edges */
	font-size: 0.9em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EBEBEB;
	background-color: #FCFCFC;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 0em;
	padding-left: 1em;
}
.thrColFixHdr #container #sidebar1 h6 {
	color: #666;
	font-size: 0.75em;
	font-weight: bolder;
}

.thrColFixHdr #container #sidebar1 h2 a {
	font-size: .9em;
}


table {
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

th {
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:0.8em;
	letter-spacing: .2em;
}

td {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:0.75em;
}

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 244px; /* padding keeps the content of the div away from the edges */
	border-left-width: 0.5px;
	border-left-style: solid;
	border-left-color: #CCC;
	background-color: #FCFCFC;
	margin: 0em;
	padding: 1em;
}
.thrColFixHdr #container #sidebar2 table tr th {
	font-family: "Arial Black", Gadget, sans-serif;
	color: #FFF;
	background-color: #990000;
	letter-spacing: 0.2em;
	font-weight: bold;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top-width: medium;
	border-right-width: medium;
	border-left-width: medium;
	border-top-style: double;
	border-right-style: double;
	border-left-style: double;
	border-top-color: #999;
	border-right-color: #999;
	border-left-color: #999;
}

.thrColFixHdr #container #sidebar2 h2 center a {
	font-size: 0.8em;
	vertical-align: text-top;
}

.thrColFixHdr #mainContent {
	background-color: #F0F0EE;
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 

.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #737367;
} 
.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 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.6em;
	color: #CCC;
}
.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;
}
.thrColFixHdr #container #sidebar1 h3 {
	text-align: center;
}
#searchbox {
	float: right;
	background-color: #FFF;
}
#scarlett {
	background-color: #B30000;
}
