body
{
	background-color:#C0C0C0;
	font-family:verdana;
	font-size:10pt;
	margin:0;
	padding:0;
}

#header
{
	background-color:#000000;
}

#container
{
	width:1000px;
	height:820px;
	margin:0 auto;
	padding:0;
}

#content
{
	background-color:#000000;
	font-family:verdana;
	font-size:10pt;
	color: #FFFFFF;
	min-height:300px;
	width:1000px;
	min-height:500px;  
	text-align:left;
	background-image:url("../../img/banner-top.jpg"); 
	background-position: top left;
	background-repeat:no-repeat;  
	margin:0px;
	overflow:auto;
}

#footer
{
	height:200px;
	width:1000px;
	position:absolute;
	background-image:url("../../img/footer-zips.jpg"); 
	background-repeat:no-repeat;
}

#formLogin
{
  width:100%;
  margin:0px;
  padding:0px;
  padding-top:30px;
}

.tdLogin
{
  width:150px;
  font-family:verdana;
  font-size:10pt;
  font-weight:bold;
  text-align:left;
  color:#FFFFFF;
}

.tdLoginButton
{
  width:100px;
  font-family:verdana;
  font-size:10pt;
  font-weight:bold;
  text-align:left;
  text-align:center;
}

a
{
  color:#000000;
  text-decoration:none;
}

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