@charset "utf-8";
/* CSS Document */
body{
	margin-top:0px;
	background-color:#e4e7ea;
}
div.container{
	width:1000px;
	margin:0 auto;
	background-color:#FFF;
}
.outer{
	width:1000px;
	border-spacing:0px;
	font-family:verdana;
	font-size:11px;
}
td#top{
	background-image:url(../images/topstrip.gif);
	height:209px;
	background-repeat:repeat-x;
	vertical-align:top;
}
div#logo{
	width:292px;
	height:102px;
	float:left;
	margin-left:30px;
	margin-top:35px;
}
div#banner{
	width:548px;
	float:right;
	margin-right:75px;
	margin-top:20px;
}
table#banner-cnt{
	width:548px;
	border-spacing:0px;
}
td#ban-img{
	background-image:url(../images/banner.gif);
	width:548px;
	height:86px;
}
td#ban-menu{
	background-image:url(../images/menustrip.gif);
	height:34px;
	background-repeat:repeat-x;
}
td#ban-menu ul{
	margin:0px;
	padding-left:0px;
}
td#ban-menu ul li{
	list-style:none;
	float:left;
	display:block;
	padding-left:30px;
	padding-bottom:3px;
}
td#ban-menu ul li a{
	font-family:verdana;
	font-size:11px;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
	display:block;
}
td#ban-menu ul li a:hover{
	color:#d6dbdf;
}

td#ban-top ul{
	margin:0px;
	padding-left:0px;
	float:right;
	
}
td#ban-top ul li{
	list-style:none;
	float:left;
	padding-left:20px;
	display:block;
	height:20px;
}
td#ban-top ul li a{
	font-family:verdana;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#898787;
	display:block;
	padding-top:3px;
	padding-left:10px;
	padding-right:10px;
	height:18px;
}
td#ban-top ul li a:hover{
	background-color:#c1c7ce;
	display:block;
	color:#FFF;
}
td#left-side{
	width:673px;
	vertical-align:top;
}
td#right-side{
	width:327px;
	vertical-align:top;
}
table#cnt{
	width:621px;
	border:#e4e7ea solid thin;
	border-spacing:0px;
	vertical-align:top;
	color:#535252;
	font-size:13px;
	margin-left:30px;
}
table#cnt td a{
	color:#535252;
	text-decoration:none;
}
table#cnt td a:hover{
	text-decoration:underline;
}

h3#head{
	margin:0px;
	font-size:18px;
	color:#212121;
	padding-left:20px;
	font-family:Verdana;
	font-weight:500;
}
p#para{
	text-align:justify;
	padding: 0px 10px;
}
span#lewis{
	background-image:url(../images/LewisGroup.gif);
	width:171px;
	height:30px;
	float:right;
	margin-right:10px;
}
span#lewis a{
	font-size:11px;
	font-weight:bold;
	padding-top:7px;
	text-decoration:none;
	display:block;
	padding-left:5px;
	color:#ffffff;
}
table#cnt-right{
	width:288px;
	border:#e4e7ea solid thin;
	border-spacing:0px;
	margin-left:10px;
	color:#535252;
	font-size:13px;
}
span#read{
	float:right;
	padding-right:10px;
}
span#read a{
	text-decoration:none;
	font-size:11px;
	color:#fe932c;
}

td#footer{
	background-image:url(../images/footer.gif);
	height:56px;
	clear:both;
	text-align:center;
	color:#ffffff;
}
td#footer a{
	color:#ffffff;
	text-decoration:none;
}
td#footer a:hover{
	text-decoration:underline;
}
