/* overall html styles */

body {
	margin-top: 0px;
	margin-bottom: 0px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #666;
	background-color: #000;
}
img	{
	margin: 0px;
	padding: 0px;
	border: 0px;
}
p {margin-top: 0px;}
a {	
	text-decoration: underline;
	color: #000066;
}
a:link, a:visited, a:active {color: #000066;}
a:hover {
	color: #D02430;
	text-decoration: underline;
	outline:none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}
h1 {font-size: 12px;}
h2 {font-size: 13px;}
h3 {font-size: 14px;}
h4 {font-size: 15px;}
h5 {font-size: 16px;}
h6 {font-size: 17px;}

input.signup {
	width: 100px;
	height: 15px;
	margin-right: 5px;
	margin-left: 5px;
	border: 1px solid #CCC;
}


/* building elements styles */

#outer_table {width: 800px;margin:0;padding:0;}
table td#header {
	background: url(../img/header_background.jpg) no-repeat;
	height: 138px;
	margin:0;
	padding:0;
	display:block;
}
table td#footer {
	background: url(../img/footer_background.jpg) no-repeat;
	height: 82px;
}


/* header styles */

table td#logo {
	height: 110px;
	width: 98px;
}
table td#gap {
	height: 110px;
	width: 27px;
}
table td#search {
	height: 35px;
	width: 675px;
	text-align: right;
	padding:0;
	margin:0;
	display:block;
}
table td#flash {
	height: 75px;
	width: 675px;
	text-align: left;
	margin:0;
	padding:0;
	display:block;
}


/* top_nav styles */

table td#top_nav {height: 28px;}
table#top_nav td#top_nav_text {background: #0095C7 url(../img/top_nav_tile.gif) repeat-x;}
table#top_nav {
	height: 22px;
	margin-bottom: 1px;
	margin-top: 5px;
}
#top_nav a {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
}
#top_nav a:link, #top_nav a:visited, #top_nav a:active {color: #FFF;}
#top_nav a:hover {color: #0025C7;}


/* left nav styles */

#left_nav_container {
	width: 171px;
	border: 1px solid #000;
}

* html #left_nav_container { width:169px; w\idth:171px; /* Box Model fix for IE Win */ }

#left_nav {
	margin: 0px;
	width: 149px;
	border: 1px solid #FFF;
	padding: 10px;
	padding-top: 8px;
	background: url(../img/left_nav_tile.gif);
}

* html #left_nav { width:169px; w\idth:149px; /* Box Model fix for IE Win */ }

#left_nav ul {
	margin: 0px;
	padding: 0px;
	padding-left: 7px;
	width: 142px;
	list-style-type: none;
}
#left_nav li#main {padding: 2px 0px;}
#left_nav a {
	margin: 0px;
	padding: 0px;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
}
#left_nav a:link, #left_nav a:visited, #left_nav a:active {color: #FFF;}
#left_nav a:hover {color: #0025C7;}
#left_nav_base {
	width: 173px;
	height: 6px;
	background: #D02430;
}
#left_nav_spacer {width: 27px;}


/* body styles */

#body_container {width: 578px;}


/* footer styles */

#footer {
	text-align: center;
	margin:15px 0 0 150px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #D02430;
	text-decoration: none;
}

.footer_nav {
	list-style:none;
	text-align:center !important;
	
}

.footer_nav li {
	float:left;
	color:#d02430 !important;
	background:url('../img/footerBullet.gif') no-repeat;
	padding:0 0 0 15px;

}
.footer_nav li a {margin:0 10px 0 0;text-decoration: none;}
.footer_nav li a:link, .footer_nav li a:visited, .footer_nav li a:active {color: #FFF;}
.footer_nav li a:hover {color: #E43844;}

.footer_nav li.firstNav {
	list-style:none !important;
	background:none !important;
}
/* text styles */

.body_text {
	font: 12px Arial, Helvetica, sans-serif;
	color: #666;
}
.bold {font-weight: bold;}
.red { color: #D02430;}
.footer_legal {
	clear:left;
	font: 11px Arial, Helvetica, sans-serif;
	color: #FFF;
}