@charset "utf-8";
#container { 
	width: 885px;
	background-color: #ffffff;	
	padding: 8px 8px 8px 8px;
	border: 0px;
	text-align: left;
	} 

body  {
	font: 100% Georgia, Times New Roman, serif;
	background: #ffffff;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #00254c;
}
#topbox {
	height:8px;
	width: 885px;
	background-image: url("../images/8px_top.gif");
}
#leftbox {
	width:8px;
	background-image:url("../images/8px_left.gif");
}
#rightbox {
	width:8px;
	background-image:url("../images/8px_right.gif");
}
#bottombox {
	height:8px;
	background-image:url("../images/8px_bottom.gif");
}
#leftucorner {
	height:8px;
	width:8px;
	background-image:url("../images/8px_lucorner.gif");
}
#rightucorner {
	height:8px;
	width:8px;
	background-image:url("../images/8px_rucorner.gif");
}
#leftlcorner {
	height:8px;
	width:8px;
	background-image:url("../images/8px_llcorner.gif");
}
#rightlcorner {
	height:8px;
	width:8px;
	background-image:url("../images/8px_rlcorner.gif");
}


#header { 
	width: 885px;
	height: 102px; 
	padding: 0px 0px 0px 0px;
	margin-top: -8px;
	background-image:url("../images/is_header.jpg");
}
#headersnf { 
	width: 885px;
	height: 125px; 
	padding: 0px 0px 0px 0px;
	margin-top: -8px;
	background-image:url("../images/snf_header.jpg");
} 

#sidebar1 {
	float: right; 
	width: 160px;
	height: 421px;
	background: #eaeabc; 
	vertical-align:top;
	padding: 0px 0px;
	margin-top: 10px;
	border-left-color:#999;
}
#mainContent {
	background: #ffffff;
	width: 714px;
	height: 421px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #434a53;
	vertical-align:top;
	padding: 0px 0px;
	margin-top: 0px;
	text-align: center;
} 
#bigbox {
	background: #ffffff;
	width: 885px;
	height: 195px;
}
#popupbox {
	position: absolute;
	visibility: hidden;
	background: #8eaac5;
	z-index:100;
}
.litbox {
	background-image:url("../images/litbox.jpg");
	border-style: solid;
	border-width: 1px;
	border-color: #8eaac5;
	height: 185px;
	width: 139px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	float: left;
}
#footer { 
	padding: 0 0px 0 0px; 
	background: #eaeabc;
	width: 885px;
	margin-bottom:8px;
} 

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

