/*Formats the page background and marings*/
body {
	margin:0 auto;
	width:800px;
	background-color: #161F2A;
	background-image:url(../Images/bgtiletest.gif);}

/*footer styling*/
.footer {
	font-size: 12px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;}

/*intro section formatting*/
.introdescription {
	font-size: 14px;
	color: #538495;
	font-family: Arial, Helvetica, sans-serif;}

/*intro header formatting*/
.introheader {
	font-size: 24px;
	color: #6F98A6;}

/*content wrap for the entire page*/
#box {
	height:auto;
	padding:8px;
	position:relative;
	width:800px;}

/*intro header container used in index.php*/
#intro_text {
	border:none;
	height:80px;
	left:30px; 
	position:relative;
	top:0px;
	width:450px;
	z-index:2;}
	
/*small intro header container*/
#intro_text_small {
	border:none;
	height:80px;
	left:10px;
	position:relative;
	top:0px;
	width:600px;
	z-index:2;}
	
/*username and password formatting*/
.login {
	font-size: 14px;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;}

/*username and password input box*/
.login-inputbox {
	background:#324B5D;
	border:#000000 solid;
	border-width: 2px;
	height: 20px;
	margin: 2px 0;
	width: 105px;
	color:#999999;
	font-weight:bold;}

/*lost password link text*/
.passwordforgot {
	font-size: 9px;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;}

/*username and password formatting*/
.username {
	font-size: 18px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;}

/*used for when the user is logged in*/
.loginoptions {
	font-size: 12px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;}
	a.loginoptions:link{
		text-decoration:none;}
	a.loginoptions:visited{
		text-decoration:none;}

/*wrap to hold the login contents and table*/
#login-box {
	border:none;
	height:70px;
	left:497px;
	position:relative;
	top:13px;
	width:295px;
	z-index:2;
}

/*login error message*/
.errmessage {
	font-size: 13px;
	color:#FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;}
