@charset "utf-8";

body {
	background: #FFF;
	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 */
	background-color: #000;
	font-family: "Tempus Sans ITC", Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
}
.thrColFixHdr #container {
	width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	background-color: #000;
	background-image: none;
}
.thrColFixHdr #header {
	/*width:780px;*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-color: #999;
	padding: 50px 10px 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-image: url(Images/titleText.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	border-width: 7px; 
	border-style: outset;
	border-color: rgb( 100, 100, 100)
}
.thrColFixHdr #header table {
	text-align: center;
}
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0;
	font-family:chiller, Tempus Sans ITC;
	font-size: 70px;
	color: #F00;
}
.thrColFixHdr #header h2 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0;
	font-family: "Tempus Sans ITC", Verdana, Arial, Helvetica, sans-serif;
	font-size: 40px;
	color: #FFF;
}
.thrColFixHdr #header h3 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0;
	font-family: chiller;
	font-size: 20px;
	color: #F00;
}
.thrColFixHdr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px;
	background-color: #FFFFFF;
	text-align:center;
	height:600;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given asd */
	/*position: fixed;
	left: 0%;*/
	/*height:800px;*/
	width: 120px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-color: #000 ; /* the background color will be displayed for the length of the content in the column, but no further */
	/*padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	text-align:center;
/*	overflow: hidden;*/
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	/*position: fixed;
	right: 0%;*/
/*	height:800px;*/
	width: 120px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-color: #000; /* the background color will be displayed for the length of the content in the column, but no further */
/*	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	text-align:center;
}
.thrColFixHdr #footer #table {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color: #FFF;
	text-align: center;
}
.thrColFixHdr #footer {
	margin: 0 auto; /* 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 */
	background-color: #FFFFFF;
	text-align: center;
	width:600px;
	}
.thrColFixHdr #BottomBanner {
	margin: 0 auto; /* 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 */
	background-color:#FFF;
	text-align: center;
	width:600px;
	}
.thrColFixHdr #mainContent table {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
