html { }
body
{
	font: 100% Arial, helvetica, verdana, sans-serif;
	background:#000;
	color:#fff;
}
html>body { font: 12px arial, helvetica, verdana, sans-serif; }
/*=COMMON
=== === === === === === === === === === */

p, li
{
	line-height: 1.5em;
	color:#fff;
}
#masthead h1
{
	text-indent: -9999px;
	font-size: 1%;
}
img { border: 0; }
a
{
	color:#fff;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
}
a:hover
{
	color:#fff;
	text-decoration:none;
}
h1
{
	font-size: 28px;
	font-weight: bold;
	font-style:italic;
	color: #FF8001;
	text-align:center;
}
/*=CONTENT
=== === === === === === === === === === */
dl.leftnav { width: 160px; }
dl.leftnav ul
{
	list-style: none;
	padding: 0px;
}
dl.leftnav li
{
	font-size: 12px;
	font-weight: bold;
	font-style:italic;
	color: #ffffff;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom:1px;
	background-color: #333333;
}
dl.leftnav li a
{
	text-decoration: none;
	color: #ffffff;
}
dl.leftnav li a:hover { text-decoration:underline; }
dl, dd
{
	margin: 0;
	padding:0px;
}
dt
{
	background: #000000;
	padding: 0px;
	text-align:center;
}
#content { padding:10px;}
/*=FOOTER
=== === === === === === === === === === */
#footer
{
	border-top:1px solid #fff;
	font-size: 11px;
}
#footer p
{
	margin: 10px 0 10px 0;
	font-size:10px;
}
#footer a, #footer a:visited
{
	color:#fff;
	text-decoration: none;
}
#footer a:hover { text-decoration:underline; }
#footer a:active { color:#cd001e; }
#footer img { margin:10px 25px 10px 0; }
.footer_text
{
	font-size: 11px;
	color: #FFFFFF;
}
.footer_text a { text-decoration: none; }
.control_header
{
	font-size: 14px;
	font-weight: bold;
	font-style:italic;
	color: #ffffff;
	padding:4px 5px 5px 15px;
	background-image:url(../files/images/chrome_tile.gif);
	background-repeat:repeat-x;
	text-decoration: none;
	margin-right:10px;
}
.control_header a
{
	text-decoration: none;
	color: #ffffff;
}
.control_header a:hover { text-decoration:underline; }
.control_header_over
{
	font-size: 14px;
	font-weight: bold;
	font-style:italic;
	color: #ffffff;
	padding:4px 5px 6px 15px;
	/*
	background-image:url(images/chrome_tile.gif);
	background-repeat:repeat-x;
    */
    background-color: #1a1a1a;
	text-decoration: none;
	margin-right:10px;
}
.body_text
{
	font-size: 12px;
	color: #ffffff;
}
.body_text a
{
	text-decoration: none;
	color: #ffffff;
}
.body_text a:hover
{
	text-decoration:underline;
	cursor:pointer;
}
.search_box
{
	font-size: 11px;
	color: #b1b1b1;
}
.large_header
{
	font-size: 20px;
	font-weight: bold;
	font-style:italic;
	color: #ffffff;
}
.medium_header
{
	font-size: 18px;
	color: #ffffff;
}
#flashcontent { height: 100%; }
/*  ========================= */

.leightbox
{
	color: #000000;
	display: none;
	position: absolute;
	top: 25%;
	left: 35%;
	width:30%;
	height:50%;
	padding: 1em;
	border: 1em solid #333333;
	background-color: #000000;
	text-align: left;
	z-index:1001;
	overflow: auto;
}
#overlay
{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#000000;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
.lightbox[id] { /* IE6 and below Can't See This */ position:fixed; }
#overlay[id] { /* IE6 and below Can't See This */ position:fixed; }

#flashOver
{
	display: table;
	width:100%;
	height: 100%;
	overflow: hidden;
	position:absolute;
	color:white;
	display:none;
	text-align:center;
	vertical-align:middle;
	z-index:99;
}