@charset "UTF-8";
/* CSS Document */

@import url("index.html.css");
body {
	background-color: #464d53;
}
#wrapper {
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 850px;
}
.centerimage {
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#mainheader {
	background-image: url(images/redback.jpg);
	background-repeat: repeat-x;
	float: right;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.7em;
	font-weight: bold;
	color: #FFF;
	padding-top: 10px;
	padding-right: 80px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#contentarea {
}
#contentprim {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	color: #FFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	line-height: 1.4em;
}
h1, h2, h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	color: #FC0;
	line-height: 1.4em;
	text-decoration: underline;
}
h4 {
	font-size: 1.2em;
	line-height: 1em;
	color: #FC0;
}
#bottomcont {
	font-size: 0.8em;
	font-family: Helvetica, Arial, sans-serif;
	color: #FFF;
	text-align: center;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	line-height: 1.4em;
}
#footerarea {
	padding: 10px;
}
ul {
	list-style-image: url(images/bullet.png);
	list-style-position: inside;
}
li {
	padding: 2px;
}
.image {
	padding: 10px;
	float: right;
	vertical-align: top;
	clear: both;
}
.clearboth {
	clear: none;
	float: none;
}
.imagelink {
	padding: 2px;
	vertical-align: text-bottom;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.content {
	text-align: left;
}
.imagestag {
	float: left;
}
.words {
	color: #790906;
	font-weight: bold;
}
a:link {
	color: #FC0;
	text-decoration: none;
}
a:visited {
	color: #FC3;
}
a:hover {
	color: #FFF;
	text-decoration: underline;
}
a:active {
	color: #900;
}
