body {
	font: 0.75em Arial, Helvetica, sans-serif;
	color: #000000;
}
ul, ol, dl, p, h1, h2, h3, h4, h5, h6
{ /* give all a bottom margin of 10px, 1em can be used instead. Also give everything a consistant size. */
	font-size: 100%;
	margin-bottom: 10px;
}
h1 {
	font-size: 160%;
	font-weight: bold;
}
h2 {
	font-size: 140%;
	font-weight: bold;
}
h3 {
	font-size: 120%;
	font-weight: bold;
}
h4 {}
h5 {}
h6 {}
p {}
ul,ol { /* reset left margin for lists */
	margin-left: 18px;
}
table {
	font-size: 100%;
	border-collapse: collapse; /* sets the cell spacing to 0 for IE, does not work in IE5 mac */
	border-spacing: 0px; /* sets the cell spacing to 0 for everything else except older browsers and IE5 mac */
}
td,th {
	font-size: 100%;
}
form {}
a, a:link, a:visited, a:active {
	color: #000;
	text-decoration: underline;
}
/* End Main Text Styles */

.spitfire {
	font-size: 90%;
	color: #999999;
	text-align: right;
	padding-top: 6px;
	padding-right: 12px;
}
.spitfire a,.spitfire a:link,.spitfire a:active,.spitfire a:visited {
	color: #666666;
	text-decoration: none;
}
.spitfire a:hover,.spitfire a:focus {
	color: #222222;
	text-decoration: none;
}
#container {
	margin-left: 0;
}
#header {
	background:   url(../../../images/main/header_text.gif) no-repeat right top;
	height: auto;
	position: relative;
}
#header h1 {
	height: auto;
	width: auto;
	margin: auto;
}
#header h1 strong {
	position: relative;
	top: 0;
	left: 0;
}
#header .top-navigation {
	display: none;
}
#header .top-navigation li.home {
	padding-right: 35px;
	background: transparent;
}
#content {
	padding: 0;
}
