@charset "utf-8";
body  {
	font: normal 10px/normal Verdana, Arial, Helvetica, sans-serif;
	background: #d2aa40;
	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: #9A6E29;
	text-transform: none;
}
.thrColFixHdr #container {
	width: 955px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 15px auto 0; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #9A6E29;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font: normal 12px/20px Verdana, Geneva, sans-serif;
	text-transform: none;
	color: #938463;
} 
.thrColFixHdr #header {
	background: url(../console/header.gif) repeat-x left top;
	padding: 25px 0px 0px 35px;  /* 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. */
	margin: 0px;
} 
.thrColFixHdr #container #header a #Image1 {
	border-width: 0px;
	border-style: none;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 210px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 16px 35px 35px; /* padding keeps the content of the div away from the edges */
	text-align: justify;
	word-spacing: normal;
	font: lighter normal 12px/23px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-transform: none;
	color: #938463;
}

.thrColFixHdr #container #sidebar1 img  {
	padding: 0px 15px 15px;
	margin: 0px;
}
.thrColFixHdr #container #sidebar1 table tr td {
	color: #938463;
	font: lighter normal 12px/23px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-transform: none;
}
.thrColFixHdr #container #sidebar1 table tr td img {
	padding-top: 20px;
	padding-bottom: 15px;
}
.thrColFixHdr #container #sidebar1 table tr td p {
	text-align: justify;
	word-spacing: normal;
}
.thrColFixHdr #container #sidebar1 table tr td h2{
	font: bold normal 13px/normal "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #938463;
	text-align: center;
	letter-spacing: 5px;
	padding-top: 5px;
	padding-bottom: 0px;
}
.thrColFixHdr #container #sidebar1 table tr td h3 {
	font: bold normal 9px/normal "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-transform: none;
	color: #938463;
	letter-spacing: 1px;
}
.thrColFixHdr #container #sidebar1 table tr td h4 {
	font: bold normal 15px/normal "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-transform: none;
	color: #938463;
	letter-spacing: 4px;
	text-align: center;
}

.thrColFixHdr #container #sidebar1 table tr td a img {
	border-style: none;
}
.thrColFixHdr #container #sidebar1 table tr td a{
	font: lighter normal 9px/normal Verdana, Geneva, sans-serif;
	text-transform: none;
	color: #938463;
	letter-spacing: 1px;
	border-style: none;
}
.thrColFixHdr #container #sidebar1 table tr td a:hover{
	color: #E1D3B3;
	border-style: none;
}



.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 165px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 30px 0px 0px; /* padding keeps the content of the div away from the edges */
	margin: 0px;
	text-align: center;
	list-style: url(none) none;
}
.thrColFixHdr #container #sidebar2 table tr td a{
	font: normal 10px/28px Verdana, Geneva, sans-serif;
	text-transform: none;
	color: #938463;
	letter-spacing: 1px;
}
.thrColFixHdr #container #sidebar2 table tr td a:hover {
	color: #e1d3b3;
}
.thrColFixHdr #container #sidebar2 table tr td{
	font: italic normal 8px/20px Verdana, Geneva, sans-serif;
	text-transform: none;
	color: #938463;
	letter-spacing: 1px;
	margin: 0px;
	padding: 0px;
}


.thrColFixHdr #mainContent {
	margin: 0px 200px 0 275px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 25px 15px 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: center;
} 
.thrColFixHdr #container #mainContent table {
	text-align: center;
}

.thrColFixHdr #container #mainContent h2 {
	text-align: left;
	letter-spacing: 5px;
	color: #938463;
	font: bold normal 13px/normal "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-transform: none;
	padding-top: 25px;
	padding-left: 35px;
}
.thrColFixHdr #container #mainContent p {
	text-align: justify;
	padding-left: 35px;
	padding-right: 35px;
	font: normal 13px/30px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-transform: none;
	color: #938463;
}
.thrColFixHdr #container #mainContent p a {
	color: #938463;
	text-decoration: underline;
	font: 13px/30px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.thrColFixHdr #container #mainContent table tr td a img {
	border-style: none;
}
.thrColFixHdr #container #mainContent table tr td {
	font: lighter normal 10px/normal "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-transform: none;
	color: #938463;
}

.thrColFixHdr #container #mainContent table tr td h1 {
	font: bold normal 14px/normal "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #938463;
	letter-spacing: 2px;
}
.thrColFixHdr #container #mainContent table tr td h2 {
	font: bold normal 14px/normal "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #938463;
}

.thrColFixHdr #container #mainContent table tr td h3 {
	font: italic lighter normal 9px/normal "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-transform: none;
	color: #938463;
	letter-spacing: 1px;
}
.thrColFixHdr #container #mainContent table tr td h4 {
	font: bold normal 16px/normal Verdana, Geneva, sans-serif;
	text-transform: none;
	color: #9A6E29;
	letter-spacing: 3px;
}
.thrColFixHdr #container #mainContent table tr td h5 {
	font-size: 10px;
	color: #C00;
	font-style: italic;
	font-weight: lighter;
}

.thrColFixHdr #container #mainContent table tr td h6 {
	font: bold 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #9A6E29;
	text-align: center;
	word-spacing: normal;
}
.thrColFixHdr #container #mainContent table tr td ol li {
	font: lighter normal 13px/30px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-transform: none;
	color: #938463;
}
.thrColFixHdr #container #mainContent table tr td ul li {
	list-style: square;
	margin: 0px 0px 0px 5px;
	font: normal 13px/30px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-transform: none;
	color: #938463;
}

.thrColFixHdr #container #mainContent table tr td table tr td h5  {
	color: #E1D3B3;
	font: lighter normal 8px/normal "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-transform: none;
	letter-spacing: 3px;
}




.thrColFixHdr #container #mainContent table tr td a {
	font: bold normal 9px/normal Verdana, Geneva, sans-serif;
	text-transform: none;
	color: #938463;
	letter-spacing: 2px;
}
.thrColFixHdr #container #mainContent table tr td a:hover {
	color: #E1D3B3;
}





.thrColFixHdr #footer {
	padding: 0 0px 0 10px;
	font: lighter normal 8px/normal Verdana, Geneva, sans-serif;
	text-transform: none;
	color: #938463;
	height: 35px;
	background: url(../console/footer.jpg) repeat-x left bottom;
} 

.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: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.thrColFixHdr table tr td p {
	text-align: justify;
}

.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;
}
.header_float {
	position: relative;
	z-index: 1;
	visibility: visible;
	left: 595px;
}
.emphasis {
	font: lighter normal 12px/normal "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-transform: none;
	color: #938463;
}
