@charset "utf-8";

body {
background-color: #003576;
margin: 0px;
padding: 0px;
}
#wrapper{
	background-color:#FFF;
	background-image:url(../images/left-side.gif);
	background-repeat:repeat-y;
	 margin:auto; 
	 width:1015px;
}
	 
.container{
width:1015px;
height:100%;
margin:auto;
}
.head{
width:1015px;
height:146px;
}
.image-head{
	width:1015px;
	height:145px;
	background-image: url(../images/image-head-bg.jpg);
	background-repeat: no-repeat;
}
.left-col{
/*background-image:url(../images/left-col-bg.jpg);*/
height:100%;
width:241px;
float:left;
clear:both;
}
.right-col{
height:100%;
	width:173px;
	float:left;
}
.content{
	background-image:url(../images/content-bg.jpg);
height:100%;
	width:601px;
	float:left;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
.foot{
float:left;
height: 81px;
width: 1015px;
}
.scroller{
	width:560px;
	float:left;
	position: static;
	left: 570px;
	top: 216px;
	cursor: auto;
	overflow:auto;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #001E42;
}
.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #003576;
	font-weight: bold;
	text-align: right;
	margin-top:20px;
    height:364px;
	width:241px;
}	
div#links a:link{color:#003576; text-decoration: none;}
div#links a:visited{ color:#003576; text-decoration: none;}
div#links a:hover{color:#fff200;text-decoration: none;}
div#links a:active{ color:#003576; text-decoration: none;}
.padding{
	background-image: url(../images/link-bg.jpg);
	background-repeat: no-repeat;
	margin-top: 4px;
	margin-bottom: 4px;
}
.imgborder{border:1px solid #ccc; padding:2px;}
.luketom {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#003576;
	color: #FFFFFF;
	padding: 15px 0;
	text-align: right;
	width: 1015px;
	margin-right: auto;
	margin-left: auto;
	clear:both;
}

