@charset "utf-8";
body  {
	font: 100% Georgia, Times New Roman, serif;
	background: #ffffff;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #556477;
}
#topbox {
	height:8px;
	width: 900px;
	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");
}
#container { 
	background: #ffffff;
	width: 900px;  
	margin: 8px 8px 8px 8px; 
	border: 0px;
	text-align: left; 
} 


#header { 
	width: 900px;
	height: 100px; 
	padding: 0px 0px 0px 0px;  
	background-image:url("../images/header.gif");
} 

#sidebar1 {
	float: right; 
	width: 450px; 
	background: #eff0f4; 
	vertical-align:top;
	padding: 0px 10px;
	border-left-color:#999;
	border-left-width: thin;
}
#mainContent {
	background-image:url("../images/scope.jpg");
	background-repeat:no-repeat;
	width: 430px;
	height: 466px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #434a53;
	text-align: left;
	margin-top: 10px;
	padding-left: 11px;
} 
#bigbox {
	background: #ffffff;
	width: 900px;
	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: 168px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	float: left;
}
#footer { 
	padding: 0 0px 0 0px; 
	background: #d4e7d0;
	width: 900px;
	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;
}

