@charset "utf-8";
body  {
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	background: #0066FF;
	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;
}
.thrColFixHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* 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. */
} 
.thrColFixHdr #header { 
	background: #0066FF; 
	
} 
.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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #headpic {
	text-align: center;
	vertical-align: top;
	overflow: visible;
	position: relative;
	visibility: inherit;
	padding-left: 10px;
	background-color:#FFFFFF;
}
.thrColFixHdr #headright {
	float:right;
	position:relative;
	text-align:center;
	padding:5px;
	z-index:3;
	vertical-align: top;
	visibility: visible;
	clear:none;
	top:1px;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 18px 5px 1px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar1sub {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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: #EBEBEB; /* padding keeps the content of the div away from the edges */
	padding: 5px 5px 1px 20px;
	
}
.thrColFixHdr #sidebar1btm {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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: #EBEBEB; /* padding keeps the content of the div away from the edges */
	padding: 5px 5px 15px 20px;
	
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* 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: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 18px 10px 1px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar2sub {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* 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: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 10px 1px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar2btm {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* 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: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 10px 15px 20px; /* padding keeps the content of the div away from the edges 15at bottom */
}
.thrColFixHdr #mainContent {
	margin: 0 200px 0 230px;
	padding: 0 10px 7px 10px;
}

.names {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	font-weight: bold;
	font-variant: normal;
	color: #666666;
	vertical-align: middle;
	text-transform: uppercase;
}

.slogan {
	font-family: "Comic Sans MS", Garamond, "Gill Sans MT Condensed", "Monotype Corsiva";
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-transform: lowercase;
	color: #00CC33;
	text-align: center;
}

.thrColFixHdr #middetail {
	height: 140px;
	border-top-width: 2px;
	border-top-style: groove;
	border-top-color: #330000;
	border-right-color: #330000;
	border-bottom-color: #330000;
	border-left-color: #330000;
	overflow: hidden;
	margin-top: 5px;
	padding:4px 4px 4px 4px;
}
.thrColFixHdr #mallpics {
	padding: 1px;
	height: 150px;
	width: 190px;
	margin-top: 10px;
	margin-bottom: 1px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: groove;
	border-right-style: none;
	border-bottom-style: groove;
	border-left-style: none;
	border-top-color: #003300;
	border-right-color: #003300;
	border-bottom-color: #003300;
	border-left-color: #003300;

}
.thrColFixHdr #footer {
	background:#DDDDDD;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
} 
.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 */
}
.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 #tablestyl tr {
	table-layout:;
	border-top-color: #003300;
	border-right-color: #003300;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
