body {
	text-align: center;
	background-color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: white;
	}
a:link {
	color: #ff6600;
	}
a:hover {
	color: #ffaa00;
	}
a:visited {
	color: #ff3300;
	text-decoration: none;
	}
a:active {
	color: #23598d;
	text-decoration: underline;
	}
#container {
	margin: 0 auto;
	width: 750px;
	text-align: left;
	}
#header, #divider, #navigation, #footer {
	clear: left;
	}
#header {
	width:750px;
	height:200px;
	background-image: url("images/header.jpg");
	background-repeat: no-repeat;
	}
#header.a{
	color: #afa;
	}
.divider {
	width:750px;
	height:1px;
	background-image: url("images/divider.jpg");
	background-repeat: no-repeat;
	}
/* Start of Centered Tab Styles */
#navigation {
	font-size: 1.5em;
	margin-top: 0.5em;
	padding-top: .3em;
	}
#navigation ul, #navigation ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#navigation ul {
	padding: 5px 0 4px;
	text-align: center;
	}
#navigation ul li {
	display: inline;
	margin-right: .75em;
	}
#navigation ul li.last {
	margin-right: 0;
	}
	/*==========================*/
#navigation li a {
	padding: 5px 1em;
	color: black;
	}
#navigation ul li a {
	background: url("images/tab1-right.gif") no-repeat 100% 0;
	color: #000;
	padding: 5px 0;
	text-decoration: none;
	}
#navigation ul li a:hover {
	background: url("images/tab2-right.gif") no-repeat 100% 0;
	color: #000;
	text-decoration: none;
	}
#navigation ul li a span {
	background: url("images/tab1-left.gif") no-repeat;
	padding: 5px 1em;
	}
#navigation ul li a:hover span {
	background: url("images/tab2-left.gif") no-repeat;
	color: #000;
	text-decoration: underline;
	}
/*\*//*/
#navigation ul li a {
	display: inline-block;
	white-space: nowrap;
	width: 1px;
	}
#navigation ul {
	padding-bottom: 0;
	margin-bottom: -1px;
	}
/**/
/*\*/
* html #navigation ul li a {
	padding: 0;
	}
/**/
/* End of Centered Tab Styles */


#left {
	float: left;
	margin: 0;
	padding: 1em;
	text-align: center;
	vertical-align: text-top;
	width: 130px;
	}
#content {
	border-left: 1px solid #111;
	margin-left: 150px;
	padding: 2em;
	}
#footer {
	width:750px;
	height:59px;
	text-align: center;
	padding: 7px;
	}
td, tr, p, div {
	font-size: 11px;
	color: #999999;
	}
h4 {
	color: #ff9900;
	font-size: 14px;
	font-weight: bold;
	}
h5 {
	color: #ff9900;
	font-size: 13px;
	font-weight: bold;
	}
h6 {
	color: #ff9900;
	font-size: 12px;
	font-weight: bold;
	}
ul {
	margin: 0px;
	}
li {
	}
hr {
	border: 1px solid rgb(40, 40, 40);
	background: transparent none repeat scroll 0%;
	height: 1px;
	}
hr.separator {
	border: 1px solid rgb(49, 75, 119);
	background: transparent none repeat scroll 0%;
	height: 1px;
	width: 75px;
	}
