html {
	min-height: 100%;
	height: auto;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#403b39;
	margin:0;
	padding:0;
	position:relative;
	background-attachment: fixed;
	background-image: url(_images/footer.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
p {
	margin: 0px;
}
h1 {
	color:#a34f2f;
	font-size:16px;
	margin-top:0;
	padding-top:0;
}
h2 {
	color:#2E4A78;
	text-align:left;
	font-size:15px;
	font-weight:bold;
	margin: 0px;
	padding: 0px;
}
#right-content-left ul li {
	margin: 0px;
	padding: 0px;
}
h2 a {
	color:#403b39;
	font-size:15px;
	font-weight:normal;
	padding:0 5px;
	text-decoration:none;
	cursor:text;
}
h2 a:hover {
	color:#403b39;
	text-decoration:none;
}
a {
	color:#2e4a78;
	text-decoration:underline;
}
a:hover {
	color:#403b39;
	text-decoration:none;
}
#nav {
	background:url(_images/nav.jpg) repeat-x;
	height:23px;
	padding-top:11px;
	text-align:center;
	color:#fff;
}
#nav a {
	color:#fff;
	padding:0px 8px;
	text-decoration:none;
}
#nav a:hover {
	color:#c8b698;
	text-decoration:none;
}
#header {
	background:url(_images/header.jpg) repeat-x;
	height:137px;
}
#wrapper {
	width:940px;
	margin:0 auto;
	padding-top:10px;
}
#left-content {
	width:380px;
	float:left;
}
#news-header {
	margin-top:6px;
	background:url(_images/news-header.jpg) no-repeat;
	color:#fff;
	width:370px;
	height:22px;
	font-size:16px;
	font-weight:bold;
	padding:6px 0 0 10px;
}
#news-background {
	width:380px;
	height:350px;
	background-color: #F4F1EA;
	background-image: url(_images/news-body.jpg);
	background-repeat: no-repeat;
}
#news-body {
	color:#403b39;
	width:360px;
	height:340px;
	padding:0px 8px 6px;
	margin: 0px;
}
.scroll {
	overflow:auto;
	padding-right:10px;
	height:50px;
}
#right-content {
	background:url(_images/content-bg.png) no-repeat;
	width:510px;
	padding:20px;
	float:left;
	margin-left:10px;
	line-height:18px;
}
#right-content-left {
	width:320px;
	float:left;
}
#right-content-right {
	width:170px;
	float:left;
	padding:0 0 0 20px;
}
#useful-links-wrapper {
	padding:0 0 0 10px;
}
#useful-links {
	background:url(_images/useful-links-bg.png) no-repeat;
	width:130px;
	height:128px;
	line-height:26px;
	padding:0 0 0 30px;
	font-size:11px;
}
#useful-links a {
	font-weight:bold;
	color:#403b39;
	text-decoration:none;
}
#useful-links a:hover {
	text-decoration:underline;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}  /* for IE/Mac */


.clearfix {
	zoom: 1;     /* triggers hasLayout */
	display: block;     /* resets display for IE/Win */
}  /* Only IE can see inside the conditional comment
	and read this CSS rule. Don't ever use a normal HTML
	comment inside the CC or it will close prematurely. */
#right-content-left2 {
	width:700px;
	float:left;
}
#right-content2 {
	background:url(_images/content-bg.png) no-repeat;
	padding:20px;
	float:left;
	margin-left:10px;
	line-height:18px;
}
#footer {
	width:940px;
	float:left;
	text-align:center;
	padding-top:50px;
	font-size:9px;
	clear: both;
}
#news-body img {
	clear: left;
}
.Red {
	color: #900;
}
#right-content-left2 img {
	clear: right;
}
.SmallCopy {
	font-size: 9px;
	line-height: 11px;
}
