body {
	font-family: arial, helvetica, sans-serif;
	font-size: 1em;
	line-height: 125%;
	color: #330066;
	background: #000000;
}
.bold {
	font-weight: bold;
}

.small {
	font-size: .7em;
}
h4 {line-height: 140%;}
a {
	font-family: arial, helvetica, sans-serif;
	color: #330066;
	text-decoration: none;
}

a:hover {
	color: #C19930;
}
ul {
margin-left: 10px;
}
li {
line-height: 150%;
}
.menu a {
	font-family: arial, helvetica, sans-serif;
	font-size: .9em;
	color: #ffffff;
	text-decoration: none;
}
.menu a:hover {
	color: #C19930;
}

.content a {
	font-family: arial, helvetica, sans-serif;
	font-size: 1em;
	color:  #ffffff;
	text-decoration: underline;
}
#content a:hover {
	color: #C19930;
}


#container {
width: 800px;
margin: 0px auto;
padding: 0px;
background: url(images/homeback.jpg);
}


.header {
	width: 800px;
	background: url(images/homeheader.jpg) no-repeat;
}


.contain {
	margin: 220px 0px 0px 55px;
	width: 530px;
	padding: 0px;
}

.spacer {
	height: 10px;
}

.menu {
	text-align: right;
	width: 780px;
	height: 50px;
	margin: 0px 30px 0px 5px;
	font-size: 1.2em;
	color: #C19930;

}

#footer {
	clear: both;
	margin: 0px auto;
	height: 18px;
	background: #330066;
	border-top: 1px solid #522e85;
	font-size: .7em;
	font-family: arial, helvetica, sans-serif;
	text-align: center;
	color: #c19930;
	padding: 2px;
}

#footer a {
	font-family: arial, helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}

