﻿*
{
	margin: 0;
	padding: 0;
}
body
{
	background: #f2f2f2;
	font-family: "trebuchet MS" , Verdana, Arial, Helvetica, sans-serif;
}

#container
{
	width: 990px;
	margin: 0px auto;
	text-align: left;
	background: #dbdbdb;
	border-left: solid 10px white;
	border-right: solid 10px white;
	overflow:hidden;
}

#header
{
	width: 100%;
	height: 110px;
	background: #035B8E;
	overflow:hidden;
}

#headerLinks
{
	font-size: 0.8em;
	margin: 0;
	padding: 0;
}

#headerLinks ul li
{
	list-style: none;
	float: left;
}

#headerLinks ul li a
{
	display: block;
	text-align: left;
	padding: 10px;
	color: White;
	text-decoration: none;
}


#headerLinks li a:hover
{
	color: White;
	text-decoration: underline;
}

#login
{
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	font-size: 0.7em;
	color: White;
	position: relative;
	z-index: 10;
}

#login input
{
	vertical-align: text-bottom;
	height: 20px;
	font-size: 0.9em;
	text-align: center;
	cursor:pointer;
}

#login .textBox
{
	height: 13px;
	vertical-align: text-bottom;
	text-align: left;
	font-size: 1.0em;
	font-weight: bold;
	color: #666;
	background-color: #CDECFE;
}

/*Join Now Image button*/
#JoinNow
{
	float: right;
	clear: both;
	margin-top: -50px;
	position: relative;
	z-index: 0;
}
#SeperatorBand1
{
	width: 100%;
	height: 30px;
	font-size: 0.7em;
	color: Gray;
	text-align: right;
}

#Footer
{
	margin-top: 10px;
	width: 100%;
	height: 115px;
	background-color: #313131;
	font-size: 0.8em;
	color: White;
	text-align: center;
	
}

#Footer #FooterLinks ul li
{
	list-style: none;
	float: right;
}

#Footer #FooterLinks ul li a
{
	display: block;
	text-align: left;
	padding: 10px;
	color: White;
	text-decoration: none;
}


#Footer #FooterLinks li a:hover
{
	color: White;
	text-decoration: underline;
}

