@charset "utf-8";
#homeWrapper {
	background-color: #000;
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/misc/wrapperBackgd.jpg);
	background-repeat: repeat-y;
	position: relative;
}
#homeWrapper #banner {
	background-image: url(../Images/homeImages/homeBanner.jpg);
	height: 345px;
	position: relative;
}
#homeWrapper #banner #logo {
	height: 140px;
	width: 303px;
	position: absolute;
	left: 0px;
	top: 206px;
}
#homeWrapper #homeBody #flashHome {
	position: absolute;
	left: 540px;
	top: 12px;
	width: 240px;
	height: 215px;
	border: medium groove #CC6;
}
#homeWrapper #footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 0.75em;
	background-color: #309;
}



#homeWrapper #navBar {
	background-image: url(../Images/misc/navGradient.jpg);
	background-repeat: repeat-x;
	height: 20px;
}
#homeWrapper #homeBody {
	background-image: url(../Images/homeImages/homeBody.jpg);
	background-repeat: no-repeat;
	height: 535px;
	position: relative;
}
#homeWrapper #homeBody #homeHeadline {
	top: 4px;
	position: absolute;
	left: 0px;
}
#homeWrapper #homeBody #homeTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.83em;
	color: #F2F2F2;
	position: absolute;
	width: 510px;
	top: 70px;
	margin-left: 12px;
	text-align: justify;
}
#homeWrapper #homeBody #homeTxt a {
	text-decoration: underline;
}

#homeWrapper #homeBody a {
	color: #FF6;
	text-decoration: none;
}

#homeWrapper #homeBody #affiliations {
	position: absolute;
	top: 460px;
	left: 355px;
}
#homeWrapper #homeBody #affiliations table tr th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	font-weight: bold;
	color: #FF9;
	text-align: left;
	padding-bottom: 5px;
}

#homeWrapper #homeBody #affiliations table tr td {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	font-weight: bold;
}
#homeWrapper #homeBody #affiliations table tr td a {
	color: #FFF;
	text-decoration: none;
}

#homeWrapper #homeBody #affiliations table tr td img {
	float: left;
	padding-right: 6px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.centerTxt {
	text-align: center;
	color: #FC0;
	font-size: 1.4em;
}

