* {
	font-family: Trebuchet MS;
	color:#000000;
}
body {
	text-align:center;
}
#main {
	text-align:left;
	width:800px;
	height:auto;
	margin:0 auto;
}
#header {
	width:800px;
	height:212px;
	background-image:url('images/benheader.png');
}
#nav {
	width:800px;
	height:50px;
	background-image:url('images/nav.png');	
}
#content {
	width:800px;
	height:auto;
	background-image:url('images/content.png');
	float:left;	
	font-size:14px;
}
#footer {
	width:800px;
	height:88px;
	background-image:url('images/footer.png');
	float:left;	
}
#rgn {
	width:215px;
	height:35px;
	background-image:url('images/sideT.png');	
		
}
#rgc {
	width:215px;
	height:auto;
	background-image:url('images/sideC.png');
	padding-bottom:5px;	
		
}
#left {
	width:518px;
	height:auto;
	float:left;
}
#right {
	width:215px;
	height:auto;
	float:right;
}
.cnt {
	width:734px;
	height:auto;
	margin-left:30px;
}
.lcns {
	width:200px;
	height:auto;
	margin-left:7px;
}
h1 {
	font-weight:normal;
	font-size:16px;
	padding-top:5px;
	padding-left:7px;
}
ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
#nav li {
	float:left;
	border-left-style:solid;
	border-left-color:#f1f1f1;
}
#nav li a {
	margin-right:20px;
	margin-left:20px;
	text-decoration:none;
}
#nav li a:hover {
	margin-right:20px;
	text-decoration:underline;
}
#nav li a:visited {
	margin-right:20px;
	text-decoration:bold;
}
#footer li {
	float:left;
	border-left-style:solid;
	border-left-color:#f1f1f1;
}
#footer li a {
	margin-right:20px;
	margin-left:20px;
	text-decoration:none;
}
#footer li a:hover {
	margin-right:20px;
	text-decoration:underline;
}
#footer li a:visited {
	margin-right:20px;
	text-decoration:bold;
}
.nvs {
	margin-left:40px;
}
.nvsf {
	margin-left:40px;
	margin-top:30px;
}


h3 {
	font-size:32px;
	color:#fff;
	padding-top:50px;
	padding-left:50px;
	margin-bottom:0px;
}
em {
	color:#fff;
	padding-top:50px;
	padding-left:50px;	
}
.hi {
	color:#0063A4;
}