/* Standard Helpers */

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
	{
	margin: 0;
	padding: 0;
	}
/* Normalizes font-size for headers */
h1, h2, h3, h4, h5, h6
	{
	font-size: 100%;
	}
/* Removes list-style from lists */
ol, ul, li
	{
	list-style: none;
	}
/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
	{
	font-style: normal;
	font-weight: normal;
	}
/* Removes borders and spacing from tables */
table
	{
	border-collapse: collapse;
	border-spacing: 0;
	}
/* Removes border from fieldset and img */
fieldset, img
	{
	border: 0;
	}
/* Left-aligns text in caption and th */
caption, th
	{
	text-align: left;
	}
/* Removes quotation marks from q */
q:before, q:after
	{
	content: '';
	}
img
	{
	border-style: none;
	}
a
	{
	text-decoration: none;
	font-style: normal;
	color: orange;
	}
body
	{
	font-family: helvetica, verdana, arial, tahoma, sans-serif;
	font-size: 12px;
	background-image: url(images/background.gif);
	text-align: center;
	padding: 0;
	margin: 0;
	}
*
	{
	margin: 0;
	padding: 0;
	}
img
	{
	border-style: none;
	}
h1
	{
	font-size: 10pt;
	color: #e40307;
	}
#container
	{
	width: 700px;
	margin: 4em auto 1em;
	background: #fea95f;
	}
#header
	{
	text-align: center;
	margin: 0 auto 0;
	padding: 0;
	}
#linkstripe
	{
	margin: 0 auto 0;
	text-align: center;
	background: #e40307;
	color: white;
	}
#linkstripe li a
	{
	color: white;
	}
#linkstripe ul
	{
	margin: 0;
	text-align: right;
	padding: .8em .3em .5em 0;
	}
#linkstripe li
	{
	display: inline;
	list-style: none;
	padding: 0 3em 0 0;
	}
#leftsidebar
	{
	float: left;
	width: 172px;
	display: inline;
	margin: 0;
	padding: 0;
	}
#image
	{
	background: #fe7e0d;
	height: 235px;
	}
#blue
	{
	background: #fe7e0d;
	color: black;
	margin: 0;
	padding: 10px 0 10px 0;
	font-size: 9px;
	}
#footer
	{
	background: #fe7e0d;
	font-size: 10px;
	clear: both;
	margin: 0 auto 0;
	color: white;
	height: 2em;
	}
#content
	{
	float: right;
	background: white;
	margin: 0;
	width: 412px;
	padding: 43px 58px 50px 58px;
	text-align: left;
    color: black;
	}
#content img
	{
	float: right;
	margin: 10px 10px 10px 10px;
	}
#content a:link
	{
	color: orange;
	}
#content a:hover
	{
	color: orange;
	}
#bottom
	{
	width: 700px;
	margin: 0 auto 2em;
	color: white;
	font-size: 9px;
	}