html, body {
	height: 100%;         /* required */
}

body {
	text-align: center;   /* horizontal centering hack for IE */
	padding: 0;           /* required to "hide" distance div */
	margin: 0px;            /* required to "hide" distance div */
	background-color: #FFF;
	font-family: helvetica;
}	

#inline1 {
	width: 500px;
	height: 400px;
	background-color: #FDFDFD;
	padding: 0px;
	margin: 0px;
}

#content #inline1 {
	display: none;
}


#header {
	width: 902px;
	margin: auto;
	padding-top: 30px;
	text-align: left;
}

#container {
	width: 910px;
	margin: auto;


}
#links{
	font-size: 11px;
	color: #666;
}

#links a{
	text-decoration: none;
	font-family: Helvetica;
	font-size: 13px;	
	color: #666;
}

#links a:hover{
	color: #00AFDB;
}
#cplinks a{
	text-decoration: none;
	font-size: 13px;
	color: #666;
	margin: 5px 0 5px 0;
}

#cplinks a:hover{
	font-weight: bold;
	color: #00AFDB;
}
#content {
	width: 910px;
	margin-top: 25px;
	padding: 3px;
	text-align: left;
	font-size: 13px;
	color: #666;
}

#footer {
	width: 100%;
	height: 173px;
	padding-top: 40px;
	margin: 20px 0 20px;
	background-image: url('../i/ftrbg.jpg');
	background-repeat: repeat-x;
 }

#footer a{
text-decoration: none;
color: #999;
 font-size: 12px;
}
#homeboxes{
	width: 220px;
	margin-top: 30px;
	font-size: 11px;
	float: left;
}
.img {
border: none;
text-decoration: none;
 }

a img {
border: none;
text-decoration: none;
	}
.textinput{
	height: 12px;
	font-size: 11px;
	width: 200px;
	color: #000;
	margin: 2px 0 2px 0;

}	
.textinput2{
	height: 12px;
	font-size: 11px;
	width: 140px;
	color: #000;
	margin: 2px 0 2px 0;
	border: 1px solid #999;

}
h1 {
	color: #F69321;
	font-size: 18px;
	font-weight: normal;
	margin: 15px 0px 5px 0px;
}