html,body,form {height:100%;margin:0;padding:0;font-size:100%;}
body {background-color:#202020;}
#container {
	background:url(images/container_bg.jpg) top left no-repeat #FFFFFF;
	border-left:4px solid #F8931D;
	border-right:4px solid #F8931D;
	height:auto !important; 
	height:100%; 
	margin:auto; 
	min-height:100%; 
	position:relative; 
	width:800px;
}
#header {/*background:url(images/header_bg.png) top left no-repeat;*/ height:200px;}
#menu {float:left; margin:-25px 10px 0px 10px; width:150px;}
#menu ul {margin:0; padding:0}
#menu li {background-color:#F8931D;list-style-type:none;margin:0;margin-bottom:5px;padding:2px;}
#menu li:hover {background-color:#FFFFFF;}
#menu li a,
#menu li a:visited 
{
	border:2px solid #000000;
	color:#000000;
	display:block;
	font:bold 8pt Arial Narrow,sans-serif;
	letter-spacing:0.05em;
	line-height:12px;
	padding:2px 4px;
	text-decoration:none;
	text-transform:uppercase;
}
#menu li a:hover {border:2px solid #800000;color:#800000; }
#menu li.here,
#menu li.here:hover > a {background-color:#FFC84B;color:#000000;}
#menu li.here:hover a {border:2px solid #000000;}
#content {margin-left:170px;margin-right:20px;min-height:300px;padding-bottom:35px;}
#content *,#content p,#content li {font-family:Georgia,"Times New Roman",Times,serif;} /*Calibri,Arial,sans-serif;}*/
#content p {font-size:10pt;line-height:150%;margin-top:2px;text-align:justify;text-indent:2em;}
#content li {font-size:10pt;}
#content h1,#content h2,#content h3 {font-family:Arial Narrow,sans-serif;}
#content h4,#content h5,#content h6 {font-family:Arial,sans-serif;}
h1,h2,h3,h4,h5,h6 {font-weight:bold; letter-spacing:0.05em;}
h1 {
	background:url(images/cone_33x51.png) top left no-repeat;
	font-size:18pt;
	height:41px;
	padding-left:40px;
	padding-top:10px; 
}
h2 {
	background:url(images/helmet_34x36.png) top left no-repeat;
	color:#D52819;
	font-size:14pt;
	height:28px;
	margin:5px 0px;
	padding-left:40px;
	padding-top:8px;
	text-transform:uppercase;
}
h3 {font-size:12pt; margin:5px 0px;padding:0px;}
h4 {
	background:url(images/stripes_56x28.jpg) top left no-repeat #F8931D;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	font:bold 11pt Arial Narrow,sans-serif;
	height:18px;
	letter-spacing:0.1em;
	margin:5px 0px;
	padding:2px 5px 2px 60px;
	text-transform:uppercase;
}
h5 {font-size:10pt; margin:0px;}
h6 {
	background:url(images/stripes_56x28.jpg) top left no-repeat #000000;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	color:#F8931D;
	font-size:8pt; 
	height:10px;
	letter-spacing:0.2em;
	margin:0px; 
	padding:2px 0px 6px 60px;
	text-transform:uppercase; 
}
#footer 
{
	background-color:#000000;
	border-top:4px solid #F8931D;
	bottom:0;
	color:#F8931D;
	font:bold 7pt Arial,sans-serif;
	height:15px;
	letter-spacing:0.05em;
	padding:5px 10px;
	position:absolute;
	text-transform:uppercase;
	width:780px;
}
#copyright,#pentad {position:relative; top:0;}
#copyright {float:right; padding-bottom:2px; text-align:right;}
#footer * a,
#footer * a:visited {border-bottom:1px solid #F8931D;color:#E8830D;text-decoration:none;}
#footer * a:hover {border-bottom:1px solid #FFFFFF;color:#FFFFFF;}
img {border: 0;}
img.image-left,img.image-right {background-color:#FFFFFF;border-color:#F8931D;border-style:solid;}
img.image-left {border-width:0px 1px 1px 0px;float:left;margin:10px 10px 10px 0px;padding:0px 2px 2px 0px;}
img.image-right {border-width:0px 0px 1px 1px;float:right;margin:10px 0px 10px 10px;padding:0px 0px 2px 2px;}