/* Main Text Styles */
* { /* Reset ALL margins and padding to 0, this helps with keeping things consistent over different browsers */
	margin: 0px;
	padding: 0px;
}
body {
	font: 0.9em Arial, Helvetica, sans-serif;
	color: #000000;
	background: #FFFFFF;
	height: 100%;
	width: 100%;
}
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 {
	color: #fc0;
	font-size: 160%;
	font-style: italic;
}
h2 {
	color: #963;
	font-size: 140%;
}
h3 {
	color: #fc0;
	font-size: 120%;
}
h4 {
	color:000;
	font-size: 110%;
}
h5 {
	font-size: 140%;
	color: #FF0000;
	font-style: italic;
	font-weight: bold;
}
h6 {
	font-size: 160%;
	font-weight: bold;
	color: #663399;
}
p {
	color: #963;
}
ul,ol { /* reset left margin for lists */
	margin-left: 18px;
}
#navigation ul {
	margin: 20px 0 0 60px;
	padding: 0;
	list-style: url(none) none;
}
#navigation li {
	background: url(../../images/bullet.gif) no-repeat 0px 0px;
	margin-bottom: 4px;
	padding: 4px 0 4px 30px;
	width: 220px;
}
#navigation p {
	padding: 20px 0 0 20px;
}
#footer ul {
	margin: 0 0 0 20px;
	padding: 60px 0 0 0;
	list-style: url(none) none;
	float: left;
}
#footer li {
	display: inline;
	margin-right: 10px;
}
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%;
	vertical-align: top;
	padding: 0px;
}
form {}
a, a:link, a:visited, a:active {
	color: #fc0;
	text-decoration: underline;
}
a:hover,a:focus {
	color: #c00;
	text-decoration: none;
}
#navigation a, #navigation a:link, #navigation a:visited {
	color: #c00;
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
}
#navigation a:focus, #navigation a:hover, #navigation a:active {
	color: #fff;
	text-decoration: none;
	background: #c00;
}
#navigation a.normal, #navigation a.normal:link, #navigation a.normal:visited {
	padding: 0;
	margin: 0;
	display: inline;
}
#footer a, #footer a:link, #footer a:visited {
	font-weight: bold;
	color: #fc0;
	text-decoration: none;
}
#footer a:focus, #footer a:hover, #footer a:active {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
/* End Main Text Styles */

/* LAYOUT */

#main-container {
	width: 100%;
	float: left;
}
#navigation {
	width: 40%;
	float: left;
}
#content, #content-menu {
	width: 59.5%;
	float: right;
	text-align: center;
	padding-top: 4px;
}
#content {
	text-align: left;
}
#content .pad, #content-menu .pad {
	padding: 0 20px 20px;
}
.print {
	text-align: right;
	margin-bottom: 0;
}
.print a, .print a:link, .print a:visited {
	margin: 4px 4px 0 0;
	padding: 4px;
	background: #fff;
}
.print a:focus, .print a:hover, .print a:active {
	padding: 4px;
	background: #fc0;
}
#footer {
	clear: both;
	float: left;
	width: 100%;
	background: url(../../images/bg_footer.gif) repeat-x bottom;
}
#footer img {
	float: right;
	width: 381px;
	height: 120px;
}

/* END LAYOUT */

.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;
}
.special {
	font-size: 140%;
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
}
