* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-color:#000;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#header {
 width: 900px;
 color: #000;
 padding: 0px;
 height: 239px;
 margin: 0px 0px 0px 0px;
 background-image:url(images/header.jpg);
 background-repeat:no-repeat;
}
#header_Logo {
	position:relative;
	left:35px;
	top:35px;
	width:809px;
	height:77px;
	background-image:url(images/topLogo.png);
	background-position:left;
	background-repeat:no-repeat;
	text-align: right;
}

#header_transparent {
	position:relative;
	left:45.5px;
	top:35px;
	width:900px;
	height:117px;
	background-image:url(images/topNav.png);
	background-position:left;
	background-repeat:no-repeat;
}
#navigation {
 width: 900px;
 padding: 0px;
 margin: 0px 0px 0px 0px;
 background: #000;
}
#content {
	width: 809px;
	background: #000;
	height: auto;
	position:relative;
	margin-top: 17px;
	left: 45.5px;
}
#flash {
	width: 794px;
	height:auto;
	background-image:url(images/flash_bg.jpg);
	background-repeat:no-repeat;
	position:relative;
	left: 7.5px;
}
#body_bg {
	width: 794px;
	height:auto;
	background-image:url(images/secondary_bg.jpg);
	background-repeat:no-repeat;
	position:relative;
	left: 7.5px;
}
#flash_divider {
	width: 225px;
	height: 319px;
	position:relative;
	left: 566px;
	color: #FFF;
}
#footer { 
 	position:relative;
	left:45.5px;
	width:900px;
	height:25px;
	background-image:url(images/bottomNav.png);
	background-position:left;
	background-repeat:no-repeat;
}
#footer_divider {
	position:relative;
	width: 404.5px;
	height: 112px;
	top: 2px;
	left: 400px;
	background-color:#CCC;
	color: #FFF;
}
h1 {
	color:#FFF;
	font-size:14px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: right;
}
h2 {
	color:#FFF;
	font-size:24px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
}
h3 {
	color:#FFF;
	font-size:12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
}
h4 {
	color:#000;
	font-size:12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
}
h5 {
	color:#000;
	font-size:18px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
}
h6 {
	color:#FFF;
	font-size:12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:center;
		}
h7 {
	color:#FFF;
	font-size:9px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:center;
		}

.Header {
	color: #FFF;
}
.HeaderCustom {
	color: #FFF;
}
#wrapper #content table tr td table tr td #flash table tr td {
	color: #FFF;
}
#wrapper #content table tr td table tr td #flash table tr td {
	font-size: 18px;
}
#wrapper #content table tr td table tr td #flash table tr td p {
	font-size: 16px;
	font-weight: bold;
}

a:link {
	text-decoration:underline;
	color:#FFF;
}

a:visited {
	text-decoration:underline;
	color:#FFF;
}

a:hover {
	text-decoration:underline;
	color:#F00;
}

a.promo:link {
	text-decoration:underline;
	color:#FF0000;
}

a.promo:visited {
	text-decoration:underline;
	color:#FF0000;
}

a.promo:hover {
	text-decoration:underline;
	color:#0343e8;
}


a.body:link {
	text-decoration:underline;
	color:#000;
}

a.body:visited {
	text-decoration:underline;
	color:#000;
}
a.body:hover {
	text-decoration:underline;
	color:#dc0000;
}
a.top:link {
	text-decoration:none;
	color:#fff;
}

a.top:visited {
	text-decoration:none;
	color:#fff;
}
a.top:hover {
	text-decoration:none;
	color:#fff;
}
a.breadcrumb:link {
	text-decoration:underline;
	color:#fff;
	font-size:9px;
}

a.breadcrumb:visited {
	text-decoration:underline;
	color:#fff;
	font-size:9px;
}
a.breadcrumb:hover {
	text-decoration:underline;
	color:#dc0000;
	font-size:9px;
}
