@charset "UTF-8";
/* CSS Document */

#barHeader {
	position: relative;
	margin: 0 auto;
	width: 800px;
	height: 40px;
	}	
	
#interiorMidsection {
	position: relative;
	margin: 0 auto;
	width: 800px;
	background: url(../SCAimages/logoUSATF_2.jpg) left bottom no-repeat;
	min-height: 600px;
	height: auto !important;
	height: 600px;
	}
	
html>div#interiorMidsection {
	overflow: auto;
	}

#mainContent {
	float: right;
	width: 590px;
	padding-bottom: 20px;
	}
	
div.blueDots {
	background: url(../SCAimages/dotBlue.jpg) repeat-x;
	padding-top: 5px;
	padding-bottom: 5px;
	}
	
.greenLight {
	position: absolute;
	left: 210px;
	padding-top: 2px;
	}
	
.amberLight {
	position: absolute;
	left: 221px;
	padding-top: 2px;
	}
	
.redLight {
	position: absolute;
	left: 232px;
	padding-top: 2px;
	}
	
.dateSpan {
	position: absolute;
	left: 251px;
	color: #000033;
	font-weight: bold;
	font-size: 9pt;
	}
	
.contactSpan {
	position: absolute;
	left: 251px;
	color: #666633;
	font-size: 9pt;
	}
	
.meetSpan, .siteSpan {
	position: absolute;
	left: 298px;
	font-size: 9pt;
	}
	
a:link.smallRedLinks, a:visited.smallRedLinks {
	color: #660000;
	font-size: 9pt;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: normal;
	padding: 1px;
	}
	
a:hover.smallRedLinks {
	color: #FFFFFF;
	font-size: 9pt;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: normal;
	padding: 1px;
	background-color: #CCCC99;
	}
	
.directorSpan, .phoneSpan {
	position: absolute;
	left: 650px;
	width: 150px;
	font-size: 9pt;
	}
	
.maryTable {
	border: #666633 solid 1px;
	}
	
.infoTitles {
	width: 60px;
	height: 17px;
	font-weight: bold;
	text-align: right;
	padding-top: 5px;
	}
	
.maryInputs {
	border: #999966 1px solid;
	width: 200px;
	height: 20px;
	}
	
.otherArea {
	border: #999966 1px solid;
	width: 450px;
	height: 200px;
	}

/* ------------ MISC ------------- */

.hidden {
	visibility: hidden;
}