@charset "utf-8";
body  {
	margin: 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: #ffffff;
	background-image: url(/images/common/metal.jpg);
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14pt;
}
.twoColFixLtHdr #language {
	float: right;
	margin: 10px 25px 0 0;
}
.twoColFixLtHdr #advertisement_horizontal {
	margin: 15px 0 15px 0;
}
.twoColFixLtHdr #advertisement_vertical {
	position: absolute;
	left: 960px;
	top: 25px;
}
.twoColFixLtHdr #advertisement_vertical_affiliates {
	display: inline;
	margin: 0 10px;
}
.twoColFixLtHdr #container {
	width: 920px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 10px solid #f7e941;
	text-align: left;
	position: relative;
} 
.twoColFixLtHdr #header {
	background-color: #00548C;
	height: 214px;
	color: ffffff;
	position: relative;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px;
	margin: 10px;
}
.twoColFixLtHdr #container #sidebar1 img {
	padding-top: 5px;
}
.twoColFixLtHdr #container #sidebar1 a {
	font-weight: bolder;
}
.twoColFixLtHdr #container #sidebar1 #nest {
	border: 2px solid #F9D43F;
	background-image: url(/images/common/nest_bgd.png);
	background-repeat: repeat;
	margin-top: 5px;
}
.twoColFixLtHdr #admin {
	position: absolute;
	margin: 120px 0 0 880px;
	padding: 10px;
	background-color: #000000;
	border: 3px solid #f7e941;
	width: 250px;
}
.twoColFixLtHdr #cc img {
	padding-right: 3px;
}
.twoColFixLtHdr #notice_home {
	position: absolute;
	margin: 50px 0 0 250px;
	color: #CC0000;
	background-color: #FFFFFF;
	width: auto;
}
.twoColFixLtHdr #notice {
	color: #00CC33;
}
.twoColFixLtHdr #mainContent {
	margin: 0 10px 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px;
	background: #000000;
}
.twoColFixLtHdr #container #mainContent #errorExplanation h2 {
    color:#CC0000;
}
.twoColFixLtHdr #container #mainContent h1 {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #00548C;
	color: #f7e941;
}
.twoColFixLtHdr #container #mainContent h2 {
	color: #00548C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #container #mainContent a {
	color: #00548C;
}
.twoColFixLtHdr #container a:visited {
	color: #00548C;
}
.twoColFixLtHdr #container #logos img {
	padding: 15px;
}
.twoColFixLtHdr #articles h1 {
	color: #F7E941;
	font-size: 100%;
}
.twoColFixLtHdr #testimonials h2 {
	color: #00548C;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	color: #000000;
} 
.twoColFixLtHdr #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 */
}
a      {
	color: #00548C;
}
a:visited      {
	color: #00548C;
}
.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;
}
.floatR {
	float: right;
	padding-left: 10px;
}
.floatL {
	float: left;
	padding-right: 10px;
}

.yellow {
	color: #F7e941;
}
.Color00548C {
	color: #00548C;
}
.ColorF9D43F {
    color: #F9D43F;
}
