@charset "utf-8";
body  {
	font: 110% Gill Sans MT, Arial, Verdana, Helvetica, sans-serif;
	background: #4c4c4c;
	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;
}

a:link, a:active, a:visited {
	text-decoration:none;
	font-weight:bold;
	color:#ff7900;
}
a:hover {
	text-decoration:underline;
}

#smalllink {
	font: 95% Gill Sans MT, Arial, Verdana, Helvetica, sans-serif;
}
#smalllink a:link, #smalllink a:active, #smalllink a:visited {
	text-decoration:none;
	font-weight:normal;
	color:#ff7900;
}
#smalllink a:hover {
	text-decoration:underline;
}

.twoColFixLtHdr #container { 
	background-image:url(../images/bg_sidebar.gif);
	background-position:top left;
	background-repeat:repeat-y;
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixLtHdr #header {
	clear:left;
	background-image:url(../images/bg_header.jpg);
	background-position:top right;
	background-repeat:repeat-y;
	height: 235px;
}
.twoColFixLtHdr #titlebar {
	clear:left;
	width: 900px;
	background:#ff7900;
	height: 34px;
}
.twoColFixLtHdr #logo {
	float:left;
	clear:right;
	position:absolute;  /* 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. */
}



.twoColFixLtHdr #navbar {
	float:right;
	clear:left;
	background:#ffffff;
	width: 390px;
	padding-top:11px;
}
.twoColFixLtHdr #navbar1  {
	width:127px;
	float:left;
	background-color:#FFFFFF;
	padding-left:14px;
}
.twoColFixLtHdr #navbar2  {
	width:127px;
	float:left;
	background-color:#FFFFFF;
	padding-left:11px;
}
.twoColFixLtHdr #navbar3  {
	width:85px;
	float:left;
	background-color:#FFFFFF;
	padding-left:11px;
}



.twoColFixLtHdr #sidebar1 {
	width:235px;
	float: left;
	margin:0;
	padding:0;
	font-size:70%;
}
.twoColFixLtHdr #sidebar1 p {
	margin:15px;
}
.twoColFixLtHdr #sidebar1 hr {
	margin:0 10px 0 10px;
	height:1px;
	color:#CCCCCC;
}


.twoColFixLtHdr #sidebar2 {
	width:205px;
	float: left;
	margin:0;
	padding:15px;
	font-size:85%;
}




.twoColFixLtHdr #mainContent { 
	font-size: 85%;
	margin: 0 0 0 235px;
	padding: 0 15px 0 15px;
}
.twoColFixLtHdr #mainContent h1 {
	font-size: 100%;
}
.twoColFixLtHdr #mainContent img {
	border:1px solid #909090;	
}


.twoColFixLtHdr #mainContent2 { 
	font-size: 85%;
	margin: 0 0 0 235px;
	padding: 0 15px 0 15px;
}
.twoColFixLtHdr #mainContent2 h1 {
	font-size: 100%;
}
.twoColFixLtHdr #mainContent2 img {
	border:0;	
}


.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#dfe0e1;
	font-size: 70%;
	color:#6f7070;
	text-align:center;
}
.twoColFixLtHdr #footer p {
	margin: 0;
	padding: 10px 0;
}
.twoColFixLtHdr #footer a:link, .twoColFixLtHdr #footer a:visited, .twoColFixLtHdr #footer a:active {
	color:#6f7070;
	text-decoration:none;
}
.twoColFixLtHdr #footer a:hover {
	text-decoration:underline;
}
.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;
}
.picrt {
	float: right;
	clear:left;
	margin:0 0 10px 10px;
}
.picnews {
	border:1px solid #909090;
	float: right;
	clear:left;
	margin:0 0 3px 3px;
}
.linenews {
	margin:0 15px 0 15px;
}
.searchbox {
	font-size: 85%;
	font-family: Gill Sans MT, Arial, Verdana, Helvetica, sans-serif;
	width:200px;
	margin:5px 0 5px 0;
}
.searchbut {
	font-size: 90%;
	font-family: Gill Sans MT, Arial, Verdana, Helvetica, sans-serif;
	width:205px;
	background-color:#ff7900;
	border:1px solid #ff7900;
	cursor:pointer;
	padding:2px;
	font-weight:bold;
}
.input {
	font-size: 85%;
	font-family: Gill Sans MT, Arial, Verdana, Helvetica, sans-serif;
}
.button {
	font-size: 90%;
	font-family: Gill Sans MT, Arial, Verdana, Helvetica, sans-serif;
	background-color:#ff7900;
	border:1px solid #ff7900;
	cursor:pointer;
	padding:2px;
	font-weight:bold;
}
.texterror {
	color:#FF3300;
}