body {
	font-family: Arial, Verdana; 
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: top center; 
	background-color: #000;
	padding: 0px;
	margin: 0px; 
	color: #fff;
	font-size: 14px;
	line-height: 18px;
}

.label .logout {
	color: #999999;
}

#content a:link,
#content a:visited,
#content a {
	color: #999999;
}

#top {
	background-image: url(../images/top_bg.gif);
	background-repeat: repeat-x;
	height: 87px;
	width: 100%; 
	float: left;
}

#top #top_content {
	width: 1000px;
	margin: 0px auto; 
}

#top #top_content #header {
	width: 1000px;
	height: 62px;
	float: left; 
}

#top #top_content #header #logo {
	width: 285px;
	margin-top: 12px;
	margin-left: 10px;
	float: left; 
}

#top #top_content #header #sign_in {
	width: 330px;
	float: right; 
	margin-top: 6px;
}

#top #top_content #header #sign_in .row { 
	width: 330px;
	float: left; 
	margin-bottom: 2px;
}

#top #top_content #header  #sign_in .row .label { 
	color: #878787;
	font-size: 11px;
	width: 78px;
	float: left; 
	margin-top: 2px;
}

#top #top_content #header  #sign_in .row .field { 
	width: 143px;
	float: left; 
}

#top #top_content #header #sign_in .row .field input { 
	width: 135px;
	background: #AFAFAF;
	border: 1px solid #878787;
}

#top #top_content #header #sign_in .row .btn { 
	width: 105px;
	float: left;
	margin-top: -2px;
}


#top #top_content #header #sign_in .row .btn .label { 
	width: 105px;
	margin-top: 4px;
	color: #F00;
	font-size: 11px;
	font-weight: bold; 
	float: left;
}

#top #nav {
	width: 1000px;
	float: left;
}

#top #nav .item {
	float: left;
	margin-top: 6px;
	padding-left: 14px;
	padding-right: 14px;
}

a.main:link, a.main:visited { 
	height: 10px;
	float: left; 
} 

a.main:hover { 
	/*
	background: url("../images/nav_arrow.gif");
	background-repeat: no-repeat;
	background-position: bottom center;
	*/ 
}


a.main_sel:link, a.main_sel:visited, a.main_sel:hover { 
	background: url("../images/nav_arrow.gif");
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-bottom: 20px;
	height: 10px;
	float: left; 
} 


#top #nav .spacer {
	float: left;
}


#content {
	width: 100%;
	float: left;
}


#content #footer {
	margin-top: 10px;
	width: 900px;
	margin: 0px auto 0px auto;
	background-color: #000;
}

#content #footer #copyright {
	color: #878787;
	font-size: 9px;
	float: left;
	height: 35px;
}

#content #footer #questions {
	float: right;
	height: 35px;	
}


#sign_out a, 
#sign_out a:link, 
#sign_out a:visited {
	color: #FF0000;
	text-decoration: underline;
	font-size: 13px;
}

#top #top_content #header #sign_out {
	width: 325px;
	float: right; 
	padding-top: 14px;
}

#top #top_content #header #sign_out .row { 
	width: 200px;
	float: left; 
	margin-bottom: 2px;
}

#top #top_content #header  #sign_out .row .label { 
	color: #878787;
	font-size: 11px;
	width: 78px;
	float: left; 
	margin-top: 2px;
}

#top #top_content #header  #sign_out .row .field { 
	width: 143px;
	float: left; 
}

#top #top_content #header #sign_out .row .field input { 
	width: 135px;
	background: #AFAFAF;
	border: 1px solid #878787;
}

#top #top_content #header #sign_out .row .btn { 
	width: 105px;
	float: left;
	margin-top: -2px;
}

#top #top_content #header #sign_out .row .btn .label { 
	width: 300px;
	margin-top: 4px;
	color: #F00;
	font-size: 13px;
	float: right;
	text-align: right;
}

#content #footer #questions {
	float: right;
	height: 35px;     
	margin-top: 10px;
}

