a{
	color: #981793;
	display: block;
	padding: 10px;
}

body
{
    background: #000000;
    font: 76% verdana,sans-serif;
    text-align: center;
    color: #C0C0C0;
}

a,a:link,a:link,a:link,a:hover {
	background: transparent;
	cursor: pointer;
	text-decoration: underline;
}

a:link {
	color: #CC0000;
}

a:visited {
	color: #999999;
}

a:hover,a:active {
	color: #006699;
}

.subdued {
	color: #999999;
}

.redText {
	color: #CC0000;
	font-weight: bold;
}

div#container{
	text-align: left;
	width: 100%;
}

div#container{
	margin: 0 auto;
	width: 100%;
}

div#content{
	float: left;
	width: 80%;
	margin: 10px 10px;
}

div#content p{
	line-height: 1.5;
    width: 669px;
}

div#extra{
	background: #999999;
}

div#extra{
	clear: both;
	width: 100%;
}


div#footer{
	background: #CC0000;
	color: #FFFFFF;
}

div#footer p{
	margin: 0;
	padding: 5px 10px;
}

.header{
	
	margin: 0;
	padding-left: 10px; 
	height: 98px;
	width: 100%;
	background: url(images/header-3.jpg) repeat-x;
}

div#header h1{
	background: #EEEEEE;
	color: #79B30B;
	height: 80px;
	line-height: 80px;
	margin: 0;
	padding-left: 10px;
}

div#navigation{
	background: #F4A460;
}

div#navigation{
	float: right;
	width: 200px;
}

html,body{
	margin: 0;
	padding: 0;
}

p{
	margin: 0 10px 10px;
}
.featurebox {
	background: url("images/featurebox_bg.gif") #F6F6F6 no-repeat 100% 100%;
	border-top: 1px solid #D7D7D7;
	color: #333333;
	margin: 0 0 1.5em;
	padding: 15px 20px 20px;
}

.featurebox a {
	font-weight: bold;
}

.featurebox p {
	border: none;
	color: #444444;
	margin: 0 0 1em;
}

.featurebox p, .featurebox h1, .featurebox h2, .featurebox h3, .featurebox h4, .featurebox h5, .featurebox h6 {
	border-bottom: 1px solid #CC0000;
	color: #CC0000;
	margin: 0 0 .3em;
}

.highlight {
	color: #E17000;
}

.navBar{
 width: 100%;
 background: #F7F6F3;
}