body {
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
}
img {
	border:0px;
}
a {
	color:#0000FF;
}
a:link { }
a:visited { }
a:hover { text-decoration: underline; }
a:active { }
#container { 
	width:800px;
	margin:0px auto;
	background-color: #FFF;
	background-image: url(images/shadowsDown.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	font-size:14px;
}
.content {
	margin:0px auto;
	width:760px;
	border-style:solid;
	border-width:1px;
	border-color:#666666;
}
#footer {
	background: url(images/shadowsBottom.gif);
	width:800px;
	height:20px;
	background-repeat: no-repeat;
}
.bodytext	{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#000
}
.footerLinks	{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#FF0000;
	text-decoration: none;
}
.footerLinks .a	{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0000FF;
}
.headline {
	font-size: 24px;
	font-weight:bold;
	color: #D8261B;
}
.subhead {
	font-size: 20px;
	font-weight:bold;
	color: #D8261B;
}
