@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: #666666;
	background-image: url(../images/background.gif);
}
.twoColFixLtHdr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../images/midboddy.gif);
	background-repeat: repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
} 
.twoColFixLtHdr #header {
	background-color: #DDDDDD;
	background-image: url(../images/bannerbackground.gif);
	background-repeat: repeat;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 12px;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px;
	color: #FFF;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 28px;
	text-align: center;
}
.smallemail {
	font-size: 9px;
	color: #FFF;
	text-decoration: underline;
}
.twoColFixLtHdr #container #sidebar1 .smallemail a {
	color: #FFF;
}

.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 210px;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 20px;
	color: #131659;
} 
.twoColFixLtHdr #container #bottombody {
	background-image: url(../images/bottomboddy.gif);
	background-repeat: no-repeat;
	height: 25px;
}
.twoColFixLtHdr #container #topfooter {
	background-image: url(../images/topaddy.gif);
	background-repeat: no-repeat;
	height: 25px;
}

.twoColFixLtHdr #footer {
	background-image: url(../images/midaddy.gif);
	background-repeat: repeat;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
	font-weight: bold;
	color: #131659;
} 
.twoColFixLtHdr #container #bottomfooter {
	background-image: url(../images/bottomaddy.gif);
	background-repeat: no-repeat;
	height: 26px;
}

.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;
}.twoColFixLtHdr #container #topbody {
	background-image: url(../images/topboddy.gif);
	background-repeat: no-repeat;
	height: 28px;
}
.twoColFixLtHdr #container #top {
	background-image: url(../images/topsite.gif);
	background-repeat: no-repeat;
	height: 30px;
}
.twoColFixLtHdr #container #embed_objects {
	color: #131659;
	padding-left: 230px;
	padding-right: 25px;
	text-align: center;
}
