@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
	scrollbar-base-color: #0A0100;
	scrollbar-arrow-color: #EAEAEA;
	scrollbar-3dlight-color: #0A0A0A;
	scrollbar-darkshadow-color: #0C0C0C;
	scrollbar-face-color: #050405;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #CCCCCC;
	scrollbar-track-color: #e6e6e6;	
}
.thrColFixHdr #container {
	width: 1000px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	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;
	background-color: #FFFFFF;
} 
.thrColFixHdr #header {
	padding: 0 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. */
	top: 0px;
	background-color: #111112;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
	background-image: url(graphics/left-menu-grad-bg.jpg);
	height: 416px;
}

.thrColFixHdr #sidebar2 {
	width: 250px; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
	height: auto;
	float: right;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 15;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	height: 425px;
	overflow: auto;
	overflow-x : hidden;
	background-color: #FFFFFF;
} 
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #F57D2F;
	font-weight: 100;
	margin-top: 20px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F57D2F;
	width: auto;
	font-weight: 400;
	line-height: 18px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.thrColFixHdr #footer {
	background-color: #666666;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #F75B22;
	padding-top: 20;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 15px;
} 
.thrColFixHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-color: #101010;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #EE5A22;
}
.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 #menleft {
	padding: 0;
	width: 800px;
	left: 10px;
	margin-left: 130px;
	background-color: #111112;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.thrColFixHdr #menmiddle {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	width: 200px;
	margin-left: 220px;
}
.thrColFixHdr #menright {
	background:#DDDDDD;
	width: 200px;
	margin-left: 440px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 17px;
}
.thrColFixHdr #sidebar1blank {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
}
.thrColFixHdr #mainContentwide {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	height: 425px;
	overflow: scroll;
	overflow-x : hidden;
	background-color: #FFFFFF;
}

.leftimage {
	left: auto;
	float: left;
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding: 0px;
	margin-top: 5px;
	margin-right: 8px;
	margin-bottom: 2px;
	margin-left: 2px;
}

.rightimage {
	left: auto;
	width: auto;
	float: right;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #FFFFFF;
	padding: 2px;
	margin: 1px;
}

.thrColFixHdr #mainContentOT {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	height: 425px;
	overflow: auto;
	overflow-x : hidden;
	background-repeat: no-repeat;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #F57D2F;
	font-weight: 100;
	line-height: 19px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 0;
}

po {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #F57D2F;
	line-height: normal;
	font-weight: 100;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #F35A21;
	border-bottom-width: 1px;
	border-bottom-color: #F57D2F;
	width: auto;
	font-weight: 500;
	line-height: 18px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 0px;
}
pright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 17px;
	text-align: right;
}
