body {
	background-color: #fff;
}

td {
	vertical-align: top;
}
/*************************************************************************
BELOW IS FOR THE COMMON LINKS ON THE PAGE, MUST ATTACH THIS STYLE TO LINK
*************************************************************************/
a.contact:link {color:#2f5c79;	text-decoration: none;	font-weight: bold;}
a.contact:visited {color:#2f5c79;	text-decoration: none;	font-weight: bold;}
a.contact:hover { color: #333;	text-decoration: underline;	font-weight: bold;}

a.admin:link {color:#ccc; text-decoration: none;font-weight: normal;}
a.admin:visited {color:#ccc; text-decoration: none;	font-weight: normal;}
a.admin:hover { color: #ccc; text-decoration: underline;font-weight: normal;}

.outerDiv {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #eef2f6;
	border: 2px solid #ccc;
}


/*************************************************************************
CENTER BAR STYLE
*************************************************************************/
.centerbar {
	background-color: #CCCCCC;
	height: 30px;
	font-weight: bolder;
	color: #FF0000;
	vertical-align: middle;

}
.centerbarReport {
	background-color: #CCCCCC;
	height: 30px;
	background-image: url(../images/getreport.gif);
	background-repeat: no-repeat;
	background-position: center;

}
/***************************************************************************
TOP RIGHT STYLES
***************************************************************************/

#topRightDiv {
	width: 300px;
	height: 310px;
	float: right;
}

#upload {
	float: right;
	position: relative;
	top: 25px;
	right: 10px;
}

#logo {
	float: left;
	position: relative;
	top: 10px;
	left: 0px;
	width: 880px;
	height: 98px;


}

#cr {
	float: left;
	position: relative;
	top: -80px;
	left: 50px;
	}
#copy {
	float: right;
	position: relative;
	top: 285px;
	right: 0px;
	left: 5px;

	}
/************************************************************************
BOTTOM TABLE STYLES - 2f5c79 is the blue
************************************************************************/
#leftTD {
	width: 190px;
	background-color: #666;
}

#leftDiv {
	font-size: 11px;
	color: #fff;
	margin: 0;
	padding: 20px 14px 40px 14px;
}

.address {
	line-height: 1.7;
	margin: 0;
	padding: 0px 0px 10px;
	border-bottom: 2px solid #fff;
	text-align: center;

}

#leftDiv table {
	margin: 10px 0px 0px 10px;
	padding: 0;
}

#leftDiv a {
	color: #fff;
	text-decoration: none;
}

#leftDiv a:hover {
	color: #ff0000;
}

#outerRightDiv {
	margin: 0;
	padding: 15px 0px 15px 0px;
}
/*outerRightDiv is the setting for the WELCOME h1*/
#outerRightDiv h1 {
	font-size: 24px;
	color: #ff0000;
	font-weight: normal;
	margin: 0;
	padding: 0px 0px 0px 20px;
}

#outerRightDiv p { /*#innerRightDiv p*/
	margin: 0;
	padding: 10px 30px; /*10px 0px*/
}

#outerRightDiv table {
	margin: 10px 30px;
}

#outerRightDiv ul { /*#innerRightDiv ul */
	margin: 0px 0px 0px 45px;
	padding: 0px 0px 0px 45px;
}

/* text box - this is for all of your form fields, the button is seperate, you may delete if you want */

.txtBoxStyle{
	font-size: 11px;
	font-family: arial;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	border: 1px solid #CCCCCC;
	background-repeat: no-repeat;
	background-position: right center;
	color: #666;
	background-color: #FFFFFF;
}
.txtBoxStyleReq{
	font-size: 11px;
	font-family: arial;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	border: 1px solid #CCCCCC;
	background-image: url(../images/formBG.gif);
	background-repeat: no-repeat;
	background-position: right center;
	color: #666;
	background-color: #FFFFFF;

}
.txtBoxStyleButton{
	font-size: 11px;
	color: #00497E;
	font-family: arial;
	background-color: #fff;
	text-align: center;
	border:1px solid #ccc;
	cursor: hand;
	font-weight: normal;
}

/* Apron w/ border that wraps results and content in some areas */
.apron {
	padding: 5px 5px 5px;
	background-color: #fff;
}
.apronheader{
	background-image: url(../images/headerhome.jpg);
	background-repeat: no-repeat;
	height: 140px;

}

/* copyright- footer verbiage */
.copyright {
	font-family: arial; color: #ccc; 
	font-size: 9px; 
	font-weight: normal; 
	text-decoration: none; 
	letter-spacing: 1px;
	text-align: center }
.copyright a:link {	
	font-family: arial; 
	color: #dad1c5; 
	font-size: 9px; 
	font-weight: normal; 
	text-decoration: none; 
	text-align: center}
.copyright a:visited {
	font-family: arial; 
	color: #777777; 
	font-size: 9px; 
	font-weight: normal; 
	text-decoration: none; 
	text-align: center}
.copyright a:hover {
	font-family: arial; color: #dad1c5; 
	font-size: 9px; 
	font-weight: normal;
	text-decoration: underline; 
	text-align: center}

/*Below is the fix for PNG in IE6, no touchy touch*/
IMG,DIV 
{behavior: url(iepngfix.htc) }
