/* CSS Document */


body {
	background-image:url(/images/bg_pattern.jpg);
	background-repeat:repeat-x;
	background-color:#fff;
	margin:0px;
	width:100%;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	}
form {
	margin:0px;
}

#container {
	width:100%;
	text-align:center;
	}
	
#container2 {
	background-image:url(/images/bg_pattern.jpg);
	background-repeat:repeat-x;
	background-color:#fff;
	}	
	
#content {
	width:1024px;
	text-align:left;
	margin:0px auto;
	}
#top {
	width:950px;
	height:91px;
	}
#logo {
	/*width:147px;*/
	height:91px;
	float:left;
	}
#header_content {
	text-align:right;
	float:right;
	width:466px;
	}

#login_form {
	float:left;
	width:386px;
	margin-top:20px;
}

#login_loggedin {
	float:left;
	width:457px;
	margin-top:35px;
}

#login_signup {
	float:left;
	margin-top:18px;
	}
#nav {
	clear:both;
	padding-top:13px;
	}
#page_body {
	clear:both;
	margin-top:20px;
	margin-bottom:20px;
	text-align:left;
	/*width:870px;*/
	width:1024px;

}
#page_body_col1 {
	float:left;
	}
#page_body_col2 {
	float:left;
}

#footer {
	width:865px;
	font-size:12px;
	color:#999999;
	text-align:left;
	border-top:#666666 1px solid;
	/*margin-top:20px;*/
	margin-bottom:20px;
	padding-top:10px;
	clear:both;
	}
#footer_left {
	float:left;
	}
#footer_right {
	float:right;
	text-align:right;
	}


#rightad {
	float:right;
	padding-top:30px;
}

#topad {
	text-align:center;
	padding-top:5px;
  height:90px;
}


	
	
.login_txtfield {
	width:100px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:2px;
	color:#999999;
}
.form_label {
	font-size:12px;
	font-weight:bold;
	color:#999999
}

.form_field{
}

.clearer {
	clear:both;
	width:1px;
	height:1px;
}

/* default link styles 8*/
a:link { text-decoration: underline; color: #73ae1e;}
a:visited { text-decoration: underline;	color: #73ae1e;	}
a:hover, a:active { text-decoration: none; color: #d4e31a; }
