@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(images/grad-bg.jpg);
	background-repeat: repeat-x;
	background-color: #F2F2F2;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#wrapper {
	width: 900px;
}
#header {
	height: 100px;
	width: 900px;
	padding-top: 50px;
	padding-left: 50px;
}
#nav {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	height: 20px;
	margin-top: 40px;
	width: 800px;
	text-align: right;
}
#front-content {
	width: 300px;
	float: left;
	text-align: left;
	padding-left: 35px;
	margin-top: 35px;
}
#footer {
	font-size: 11px;
	color: #999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	width: 500px;
	margin-top: 25px;
	text-align: center;
	padding-top: 15px;
	margin-left: 230px;
	float: left;
}
#nm {
	font-size: 11px;
	color: #999;
	width: 100px;
	margin-top: 25px;
	text-align: center;
	padding-top: 15px;
	margin-left: 20px;
	float: left;
}
#front-content h3 {
}
#nav ul {
	list-style-type: none;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	float: right;	
}
 #nav li {
	list-style-type: none;
	font-size: 14px;
	padding-left: 15px;
	float: left;
}
body,td,th {
	color: #333;
	font-size: 14px;
}
a:link {
	color: #537EAA;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#nav a:hover {
	border-bottom-color:#999;
	border-bottom-style:solid;
	border-bottom-width:2px;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
#front-content h3 {
	font-style: italic;
	margin: 0px;
}#content {
	width: 800px;
	float: left;
	text-align: left;
	padding-left: 35px;
	margin-top: 30px;
}
#content h2 {
	margin-top: 2px;
	margin-bottom: 2px;
}
.large-img {
	background-color: #FFF;
	padding: 8px;
	border: 1px solid #CCC;
}
#newscontent {
	width:560px;
	padding:0;
	text-align: left;
	height: 300px;
		}
#text {
	width: 560px;
	height: 300px;
	margin: 0;
	text-align: left;
	padding: 0px;
	top: 305px;
}
.pad {
	padding: 0px;
	}
	
.overflow {
	overflow: auto;
	width: 560px;
	height: 300px;
	}
