@charset "utf-8";
body {
	background-color: #000E2D;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
p {
	margin: 0px;
	padding: 0px;
}
img {
	border-style: none;
}
a {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
}




#header {
	background-image: url(../images/header-1.png);
	background-repeat: no-repeat;
	height: 222px;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer {
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	height: 144px;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	font-size: 11px;
}

#content-outer {
	background-image: url(../images/content-bg-1.png);
	background-repeat: repeat-y;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	min-height: 500px;
}
#left-col {
	width: 170px;
	margin-top: 0px;
	margin-bottom: 15px;
	clear: none;
	float: left;
	margin-left: 20px;
	
}
#left-menu  {
	list-style: none;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: -10px;
}
#left-menu li {
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #347CD5;
	list-style-type: none;
	margin-top: 10px;
	font-weight: bold;
	margin-left: 5px;
}
#left-menu ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#left-menu ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#left-menu  ul  li a  {
	display: block;
	color: #FFFFFF;
	text-decoration:none;
	font-family: Tahoma, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	padding-right: 5px;
	padding-left: 5px;
}
#left-menu  ul   li a:hover  {
	color: #FF0000;
	/* border-top: 1px solid #FC9820; */
}
#content-center {
	width: 480px;
	clear: none;
	float: left;
	padding-left: 45px;
	font-size: 14px;
	padding-top: 40px;
	padding-bottom: 15px;
	background-image: url(../images/content-bg-2.png);
	background-repeat: no-repeat;
	background-position: 18px top;
}
#content-center table {
	border-style: none;
	border-collapse: collapse;
}


#content-center h1 {
	font-size: 18px;
	color: #347cfd;
	margin: 0px;
	padding: 0px;
}

#right-col {
	clear: none;
	float: right;
	width: 165px;
	margin-right: 25px;
}
#right-col h1 {
	font-family: Impact, Charcoal, "Arial Narrow", "Trebuchet MS", sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	letter-spacing: 0.05em;
}



#copyright {
	line-height: 50px;
	height: 50px;
	width: 200px;
	padding-left: 40px;
	float: left;
	position: relative;
	top: 80px;
	left: 110px;
}
#e7 a {
	line-height: 50px;
	height: 50px;
	width: 300px;
	text-align: right;
	float: right;
	margin-right: 40px;
	padding-right: 35px;
	background-image: url(../images/e7_spin_2.gif);
	background-repeat: no-repeat;
	background-position: right center;
	color: #FFFFFF;
	text-decoration: none;
	position: relative;
	top: 80px;
	right: 105px;
}
#e7 a:hover {
	color: #FF0000;
}

.clear-floats {
	clear: both;
	float: none;
}
