@charset "utf-8";
body  {
	background color: #0E2533;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-repeat: repeat-y;
	background-position: center;
	background-image: url(../Pictures/anotherbackgrounf.jpg);

}
.thrColFixHdr #container {
	width: 940px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding:0px;
	
} 

.thrColFixHdr #header {margin-top:-10px; font-family:Arial, Helvetica, sans-serif; font-size:12px;}

.thrColFixHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	margin-top:-25px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	float: none;
}

.thrColFixHdr #header .news-area {
	width:338px;
	height:232px;
	float:right;
	padding:0px;
	overflow:hidden; /*change to auto when you put text in there*/
	border:1px solid #FFF;
	color:#FFF;
	text-align:left;
}
.thrColFixHdr #header .news-area h1 {
	font-size:14px;
	border-bottom:1px solid #FFF;
	color:#BB6200; 
	padding:0px;
	margin:0px;
	line-height:normal;
}
.thrColFixHdr #header .news-area a img {border:none;}

.thrColFixHdr #container #header p {
	color: #0F2533;
	padding-right: 0px;
	padding-bottom: 0px;
	text-align: right;
}
.thrColFixHdr #container #header .news-area p {text-align:left; font-size:12px; color:#FFF; }

.thrColFixHdr #container #header #news p {text-align:left; font-size:12px; color:#FFF; }

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	color: #0E2553;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	font-weight: normal;
	text-align: left;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #FFF;
}
.thrColFixHdr #mainContent {
	margin-left: 210px;
	margin-right: 180px;
	color: #999967;
	background-repeat: repeat-y;
	background-position: center;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: left;
} 
.thrColFixHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align: left;
	background-image: url(../Pictures/footer.jpg);
	background-repeat: no-repeat;

} 
.thrColFixHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFF;
	text-align: left;
	background-repeat: no-repeat;
	height: 260px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.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;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.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;
}
.BodyText {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 13px;
}
.twoColFixLtHdr #container #mainContent .MainHeading {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #696;
}
.twoColFixLtHdr #container #sidebar1 #MenuBar1 li .MenuBarItemSubmenu {
	font-family: Verdana, Geneva, sans-serif;
	color: #0E2533;
	background-color: #0E2533;
	font-size: 13px;
}

.twoColFixLtHdr #container #mainContent h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #696;
}
.twoColFixLtHdr #container #mainContent p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #FFF;
}
ul, ol, dl {
	position: relative;
	text-align: left;
}
.thrColFixHdr #container #header .BodyText img {
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: none;
	border-top-color: #FFF;
	border-bottom-color: #CCC;
	font-family: "Times New Roman", Times, serif;
}

.sidebar_freestanding_text {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFFF80;
	font-size: 12px;
	font-weight: normal;
}
.thrColFixHdr #container #sidebar1 img {
	border: 1px solid #663;
}
.thrColFixHdr #container #mainContent p img {
	color: #FFF;
	border: 1px solid #663;
}
.thrColFixHdr #container #mainContent p img {
	float: right;
	margin-left: 10px;
}
.thrColFixHdr #container #sidebar2 p img {
	border-top-color: #663;
	border-right-color: #663;
	border-bottom-color: #663;
	border-left-color: #663;
}
.thrColFixHdr #container #footer p .style1 {
	color: #FC6;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
a:link {
	color: #FDFFCD;
}
a:hover {
	color: #C1D5D7;
}

a:visited {
	color: #C1D5D7;
	
.float-left (
float: left;
)

.float-right (
float: right;
)
