body
	{
	background: #000;
	margin: 0;
	padding: 0;
	text-align: center;
	}
	
img
	{
	border: 0;
	}

a
	{
	text-decoration: none;
	color: #f30;
	}

a:hover
	{
	text-decoration: underline;
	}
	
h1, h2, h3, p, li, div
	{
	font-family: arial, sans-serif;
	margin: 0;
	color: #000;
	}

p, ul, ol
	{
	padding: 0 0 15px 0;
	}
	
p, li
	{
	font-size: 12px;
	line-height: 150%;
	}

ul, ol
	{
	margin: 0 0 0 20px;
	}
	
h1
	{
	font-size: 18px;
	padding: 0 0 20px 0;
	font-weight: normal;
	}

h2
	{
	font-size: 16px;
	padding: 0;
	font-weight: normal;
	}

h3
	{
	font-size: 14px;
	padding: 0;
	font-weight: normal;
	}

div#rightcolumn h3, div#rightcolumn p
	{
	color: #f30;
	}
		
body.home div#leftcolumn h3
	{
	color: #fd0;
	}
		
div
	{
	margin: 0;
	padding: 0;
	}

.right
	{
	float: right;
	padding-left: 15px;
	}

.left
	{
	float: left;
	padding-right: 15px;
	}

div#backstripe
	{
	position: absolute;
	top: 126px;
	left: 0;
	background: url(/included/images/page_background.gif) bottom center no-repeat;
	height: 250px;
	width: 100%;
	z-index: -1;
	}

div#topnav
	{
	background: url(/included/images/nav_background474x49.jpg) 0 0 no-repeat;
	height: 49px;
	}

div#topnav a
	{
	display: block;
	font-size: 11px;
	float: left;
	width: 70px;
	margin: 0;
	padding: 11px 26px;
	line-height: 130%;
	}

div#topnav a:hover, div#topnav a.active
	{
	text-decoration: none;
	color: #fd0;
	}

div#container
	{
	width: 690px;
	text-align: left;
	margin: 0 auto;
	}

div#logo
	{
	padding-bottom: 10px;
	margin-left: -32px;
	}
	
div#leftcolumn
	{
	border-left: 10px solid #000;
	width: 474px;
	}

body.home div#leftcolumn div
	{
	width: 320px;
	padding: 0 20px;
	}

div#content
	{
	background-color: #fd0;
	padding: 10px;
	border-top: 10px solid #000;
	}

div#rightcolumn, div#homeflash
	{
	border-right: 10px solid #000;
	border-left: 10px solid #000;
	}
	
div#rightcolumn
	{
	float: right;
	width: 186px;
	}
	
body.home div#leftcolumn p
	{
	color: #fff;
	}

div#footer
	{
	border-top: 10px solid #000;
	clear: both;
	background: url(/included/images/footer_background.jpg) top center no-repeat;
	height: 25px;
	margin-bottom: 20px;
	}

div#footer p a, div#footer p
	{
	color: #fff;
	font-size: 10px;
	}

div#footer p
	{
	padding: 5px 0 5px 280px;
	}

div#footer p a:hover, div#rightcolumn p a
	{
	text-decoration: underline;
	}
		
form
	{
	margin: 0 0 0 20px;
	padding: 0;
	}

input
	{
	border: 1px solid #c96;
	margin: 0;
	}

input.button
	{
	color: #fff;
	background: #c96;
	font-size: 11px;
	}