p,
a,
h1,
h2,
h3,
h4,
h5,
h6,
html,
body,
td {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	text-decoration: none;
}
body {
	font-size: 11px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	background-attachment: fixed;
	background-image: url(bg.jpg);
	background-repeat: repeat;
	background-position: center bottom;
}
p {
	padding-bottom: 10px;
	font-weight:normal;
}
b,
strong {
	font-family: Arial Black, Century Gothic, Arial, Helvetica, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Arial Black, Century Gothic, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#000000;
	text-decoration: none;
	margin: 0px;
	line-height: 100%;
	padding-bottom:10px;
}
h1 {
	font-size: 20px;
	text-decoration: none;
	line-height: 100%;
	font-weight: normal;
}
h2 {
	font-size: 14px;
	text-decoration: none;
	line-height: 100%;
	font-weight: normal;
}
a:link,
a:visited {
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	text-decoration: underline;
}
div.mainholder {
	position:absolute;
	width:800px;
	margin-left:-300px;
	height:100%;
	left:50%;
}
div.header {
	position:relative;
	top:0px;
	left:-100px;
	width:800px;
	height:200px;
	z-index:5;
}
div.content {
	position:absolute;
	top:0px;
	width:600px;
	left:0px;
	line-height:20px;
	z-index:6;
	padding-bottom: 225px;
}
div.footer {
	position:absolute;
	bottom:0px;
	left:-100px;
	width:800px;
	height:400px;
	z-index:4;
}
#footer {
	position:absolute;
	z-index:3;
}
div.spiral {
	position:absolute;
	bottom:0px;
	left:0px;
	width:800px;
	z-index:2;
	text-align:center;
}
.content img.displayimage {
	padding: 5px;
	margin: 0 10px 5px 0;
	background-color: #004B8E;
}
.initialcap {
	font-size:20px;
}
div.copyright {
	position:relative;
	top:30px;
	left:0px;
	width:100%;
	height:50px;
	font-size: 10px;
	text-align:center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	padding: 10px 0 0 0;
}