@charset "utf-8";
/* CSS Document */
/*thr Join Page Styles*/
body {
	background-repeat: repeat-x;
	background-color: #cfe0f7;*/
	background-position: top left;
	background-repeat: repeat;
	background-color: #929191;
}
a:link {
	color: #990000;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #ff0000;
}
a:active {
	color: #cc0000;
}
html {
scrollbar-face-color:#f2f2f2;
scrollbar-highlight-color:#b9b9b9;
scrollbar-3dlight-color:#878787;
scrollbar-darkshadow-color:#838383;
scrollbar-shadow-color:#141313;
scrollbar-arrow-color:#333333;
scrollbar-track-color:#f9f9f9;
}
#container {
	background-image:url(img/join_container_bg.gif);
	background-color:#fff;
}
#joinpageheader  {
	height: 150px;
	width: 906px;
	border: 1px solid #000;
}
#headerleft  {
	margin: 0px;
	float: left;
	height: 150px;
	width: 77px;
	display: inline;
}
#headerlogo  {
	width: 752px;
	height: auto;
}
#headerlogo img  {
	width: 752px;
	height: 150px;
}
#headerright  {
	margin: 0px;
	float: right;
	height: 150px;
	width: 77px;
}
#headerleft img, #headerright img  {
	width: 77px;
	height: 150px;
}
