body {
	background-color: #d5b773;
	margin-top: 10px;
	background-image:url(images/bg2.jpg);
	background-repeat: repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.maintable{
	width:770px;
	border:1px solid #FFFFFF;
	background-color:#f6efdd;
	}
.linkcell{
	padding-right:10px;
	}
.logocell{
	width:296px;
	padding:5px;
}
.footer{
	background-image:url(images/bgfooter.jpg);
	border-top:1px solid #000000;
	padding-left:5px;
	font-weight:bold;
}
.contentcell{
	text-align:justify;
	padding:10px;
	}
li{
list-style-image:url(images/bullet.jpg);
text-align:left;
margin-bottom:5px;
}
.emphasis{
	color:#d3b056;
	font-weight:bold;
	}

a:link {
	color: #000000;
	font-weight:bold;
	text-decoration: none;
}
a:visited {
	color: #000000;
	font-weight:bold;
	text-decoration: none;
}
a:active {
	color: #000000;
	font-weight:bold;
	text-decoration: none;
}
a:hover {
	color: #c39519;
	font-weight:bold;
	text-decoration: underline;
}

/* SEO Styles */
h1 { font-size: 1.5em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.3em; }
h4 { font-size: 1.2em; }
p.sitewide a { font-weight: normal; color: #c39519; }
p.sitewide a:hover { color: #000; }
p.articles a { color: #000; }