@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: 15;
	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: #FFFFFF;
	background-position: center center;
	height: 250px;
}
.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;
}
.Footer {
	font-family: "Futura Lt BT";
	background-color: #FFFFFF;
	font-size: 12px;
}
.style2 {font-family: "Futura Lt BT", "Futura Md BT"}

.links {
	font-family: "Futura Lt BT";
	font-size: 12px;
	color: #666666;
	font-style: normal;
	text-decoration: none;
} 
.links:hover {
	font-family: "Futura Lt BT";
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-style: normal;
}

.links1 {
	font-family: "Futura Lt BT", Arial, "Times New Roman";
	font-size: 12px;
	color: #666666;
	font-style: normal;
	text-decoration: none;
} 
.links1:hover {
	font-family: "Futura Lt BT", Arial, "Times New Roman";
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-style: normal;
}

.links2 {
	font-family: "Futura Lt BT";
	font-size: 16px;
	color: #666666;
	font-style: normal;
	text-decoration: none;
} 
.links2:hover {
	font-family: "Futura Lt BT";
	font-size: 16px;
	color: #000000;
	text-decoration: none;
	font-style: normal;
}

.style3 {
	font-family: "Futura Lt BT", Arial, "Times New Roman";
	font-size: 12px;
	color: #666666;
}
.style6 {
	font-family: "Futura Lt BT";
	font-size: 13px;
	color: #666666;
	font-style: normal;
	text-decoration: none;
	text-indent: 0px;
}
.twoColFixLtHdr #container #mainContent #remoteBox div {
}

.twoColFixLtHdr #container #sidebar1 div {
	color: #666666;
	background-color: #F2F2F2;
	border: 1px solid #CCCCCC;
	font-family: "Futura Md BT", Arial, "Times New Roman";
	text-decoration: none;
	font-size: 13px;
	height: 20px;
	width: 210px;
	text-indent: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
	vertical-align: middle;
	padding-top: 4px;
}
.twoColFixLtHdr #container #sidebar1 .style1 {
	font-family: "Futura Md BT", Arial, "Times New Roman";
	font-size: 15px;
	color: #666666;
}
.twoColFixLtHdr #container #mainContent #remoteBox #headerContainer {
	height: 33px;
	padding-top: 8px;
}

.twoColFixLtHdr #container #mainContent #remoteBox2 #headerContainer {
	height: 30px;
	padding-top: 7px;
}

