a:link {
	text-decoration: none;
	color:#FFFFFF;
}
a:visited {
	text-decoration: none;
	color:#FFFFFF;
}
a:hover {
	text-decoration: none;
	color:#666666;
}
a:active {
    text-decoration: none;
	color:#666666;
}

#header {
	background: black;
	height: 80px;
	color:#FFFFFF;
	padding-right: 10px;
	background-image:url(/images/header.jpg);
	background-repeat: no-repeat;
}

.wrapper{
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 1000px;
	background-color:#000000;
	background-image:url(/images/whole.jpg);
	background-repeat: no-repeat;
	border-bottom: solid;
	border-color: #999999;
	border-width:2px;
}

.blurb_container{
	padding-top:10px;
	padding-left: 30px; 
	padding-right: 30px; 	
	height: 100px;
	background-color:#000000;
	background-image:url(/images/header_back.jpg);
	background-repeat:repeat-x;
}


#page_title, #page_title_index{
	padding-top: 10px;
	background-color:#333333;
	font-size:24px;	
	color:#FFFFFF;
	background-image:url(/images/header_back.jpg);
	background-repeat:repeat-x;	
}

#page_middle {
	float: left;
	width: 640px;
	min-height: 500px;
	background-color:#000000;
	color: #FFFFFF;
}

#left_menu{
	color:#FFFFFF; 
	font-weight: bold;
}

#welcome{
	width:240px;
}
.title_text{
	position: absolute;
	font-weight: bold;
	color:#FFFFFF;
	top: 2px;
	left: 40px;
}

.footer {	
	clear: both;
	height: 30px;
	border-top: solid;
	font-size: 14px;
	border-width:2px;
	border-color: #999999;
	background-color:#000000;
	background-position:top;
	color:#FFFFFF;
	padding-right: 10px;
}

#footer_text{
	color:#FFFFFF; 
	padding-top:6px;
}

/*LOGIN PAGE FORMAT*/
.login_label, .login_input, .login_error  {
  padding-left: 10px;
  padding-right: 10px;
  padding-top:5px;
  
  text-align:left;
  float:left; 
  width:60px;
  font-size:14px;
  color:#000000;
}

.login_input {
  width:80px;
  float:right;
}

.login_error {
  font-size:12px;
  width:180px;
  color:#F00;
}

.login_input input {
  width:90%;
}
#login {
/*  background:#999999;*/
}

#signup_right{
	font-size:12px; 
	color:#FFFFFF; 
	font-weight: bold;
}

#odd{
	background-color:#333333;
}

#forgot_info{
	color:#000000;
	font-weight: bold;
}