html, body {
	margin: 0;
	padding: 0;
	background: #fff;
}

h2 {
	font-family: verdana, geneva, sans-serif;
	line-height: 24px;
	font-size: 16px;
	font-weight: 900;
	color: #900;
}

p, li {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	line-height: 24px;
	font-size: 16px;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

ul {
    list-style-image: url('images/bullet.png');
    padding-left: 17px;
}

.header {
	width: 940px;
	padding: 0px 0px 0px 20px;
	background: #900;
}

.header-text {
	float: right;
	font-family: verdana, geneva, sans-serif;
	font-size: 17px;
	font-weight: 300;
	color: #fff;
	line-height: 24px;
	padding: 22px 123px 0px 0px;
}

a.top:link { color: #fff; text-decoration: none; } 
a.top:visited { color: #fff; text-decoration: none; } 
a.top:hover { color: #ff6; text-decoration: none; }
a.top:active { color: #ff6; text-decoration: none; }

.top-links {
	width: 880px;
	font-family: verdana, geneva, sans-serif;
	font-size: 16px;
	color: #fff;
	border-top: 1px solid #fff;
	border-right: 2px solid #C66;
	border-bottom: 1px solid #000;
	padding: 5px 38px 5px 40px;
	background: #900;
}

.date { 
	float: right;
}

a:link { color: blue; text-decoration: none; }
a:visited { color: blue; text-decoration: none; }
a:active { color: #c30; text-decoration: none; }
a:hover {color: #c30; text-decoration: none; }

.no-columns-shell {
	width: 880px;
	padding: 10px 38px 10px 40px;
	border-right: solid 2px #900;
	background: #fff;
}

.columns-shell {
	width: 958px;
	padding: 0px 0px 0px 0px;
	border-right: solid 2px #900;
	background: #fff;
}
	
.left-column {
	float: left;
	width: 420px;
	padding: 10px 20px 10px 40px;
	vertical-align: top;
}
	
.right-column {
	float: left;
	width: 418px;
	padding: 10px 40px 10px 20px;
	vertical-align: top;
}
	
.clear {
	clear: both;
}

.image-left {
	float: left;
	margin: 0px 15px 0px 0px;
}

.image-right {
	float: right;
	margin: 0px 0px 0px 15px;
}

.copyright {
	border-top: 2px solid #900;
	border-right: 2px solid #900;
	border-bottom: 2px solid #900;
	margin-bottom: 3px;
	width: 940px;
	padding: 9px;
	font-family: verdana, geneva, sans-serif;
	font-size: 12px;
	text-align: center;
	background: #fff;
}
