@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #0E2127;
}
.thrColFixHdr #container {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	clip: rect(auto,auto,auto,auto);
	background-color: #0E2127;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 
.thrColFixHdr #header {
	padding: 0;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: left;
	width: 900px;
	height: 100px;
} 

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 125px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	color: #F4E96B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 450px;
	background-color: #001020;
}
.thrColFixHdr #container #sidebar1Text {
	margin: 0px;
	width: 110px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 350px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	margin: 0px;
}
.thrColFixHdr #mainContent {
	padding: 0;
	margin-right: 360px;
	margin-left: 135px;
	background-color: #0E2127;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #F5E55C;
	text-align: left;
} 
.thrColFixHdr #mainOrderContent {
	width: 743px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 125px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
}
.thrColFixHdr #container #mainOrderContentRightText {
	float: right;
	width: 75px;
	height: 60px;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}


#mainContentText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: lighter;
	color: #F1E958;
	padding: 10px;
	margin: 0px;
}
.greytext {
	color: #CCC;
}

.ltgreytext {
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.yellowtxt {
	color: #F5E55C;
}
.h1small {
	font-size: 12px;
	color: #CCC;
}
.text10px {
	font-size: 10px;
}



.thrColFixHdr #footer {
	padding: 0;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 50px;
	width: 900px;
} 
.thrColFixHdr #container #footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	color: #F3EE4A;
	text-align: center;
}

.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;
}
a:link {
	color: #F9F35F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F9F35F;
}
a:hover {
	text-decoration: underline;
	color: #F9F35F;
}
a:active {
	text-decoration: none;
	color: #F9F35F;
}
.redtext {
	color: #7F1422;
}
h1 {
	font-size: 14px;
	color: #CCC;
}
h4 {
	font-size: 14px;
}

h2 {
	font-size: 14px;
}
h3 {
	font-size: 14px;
}
