BODY {
	background: #333;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
}
* {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a {
	border: 0;
	text-decoration: none;
	color: #333;
}
img {
	border: 0;
	float: right;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 20px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 20px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 20px 20px 0 20px;
}
p {
	font-size: 14px;
	margin: 0 20px 20px 20px;
}
.redBold {
	color: #b5121b;
	font-weight: bold;
}
.redLink {
	color: #b5121b;
}
.spaced {
	margin-top: 25px;
	line-height: 24px;
}


#wrapper {
	background: #666;
	width: 1000px;
	margin: 0 auto;	
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}


#wrapper #logo {
	background-image: url(../images/logo-header.png);
	height: 155px;
	width: 1000px;
}


#wrapper #tagline {
	background-image: url(../images/gradient-slice.png);
	background-repeat: repeat-y;
	height: 210px;
	width: 1000px;
}
#wrapper #tagline #tag_who {
	height: 20px;
	width: 320px;
	padding-top: 60px;
	padding-left: 385px;
	border: none;
	clear: both;
}


#wrapper #FlashImages {
	background-color: #CCC;
	height: 200px;
	width: 1000px;
	margin: 0px;
}


#wrapper #bodyArea {
	height: 410px;
	width: 1000px;
	margin: 0px;
}
#wrapper #bodyArea #left {
	background-color: #b5121b;
	height: 410px;
	width: 665px;
	float: left;
	color: #FFF;
}
#wrapper #bodyArea #left * {
	color: #FFF;
}
#wrapper #bodyArea #left a.underline {
	text-decoration: underline;
}
#wrapper #bodyArea #left #newsScroll {
	width: 645px;
	height: 350px;
	overflow: auto;
}
#wrapper #bodyArea #right #topicsScroll {
	width: 320px;
	height: 350px;
	overflow: auto;
}
#wrapper #bodyArea #right {
	background-color: #FFF;
	height: 410px;
	width: 335px;
	float: right;
}
#wrapper #bodyArea #right #rightTop {
	height: 375px;
	width: 335px;
	float: left;
}
#wrapper #bodyArea #right #rightBottom {
	height: 35px;
	width: 335px;
	float: left;
}
#wrapper #bodyArea #right #rightBottom p {
	margin: 0 20px;
}
#wrapper #bodyArea #right p {
	font-size: 12px;
}
#wrapper #bodyArea #right .profiles {
	float: left;
	height: 125px;
	width: 335px;
}
#wrapper #bodyArea #right .profiles .profilesHeadshot {
	width: 97px;
	float: left;
}
#wrapper #bodyArea #right .profiles .profilesInfo {
	float: left;
	width: 238px;
	padding-top: 15px;
}
#wrapper #bodyArea #right .profiles .profilesInfo p {
	margin: 20px 20px 0 20px;
}
#wrapper #bodyArea #right .bios {
	float: left;
	width: 335px;
	padding-top: 40px;
}
#wrapper #bodyArea #right .address {
	float: left;
	height: 50px;
	width: 238px;
	padding-left: 97px;
	padding-top: 10px;
}


#wrapper #footer {
	background-color: #58585a;
	height: 35px;
	width: 1000px;
}
#wrapper #footer #mission img {
	float: left;
	height: 35px;
	width: 125px;
	border: none;
	margin: 0px;
}
#wrapper #footer #about img {
	float: left;
	height: 35px;
	width: 125px;
	border: none;
}
#wrapper #footer #port img {
	float: left;
	height: 35px;
	width: 125px;
	border: none;
}
#wrapper #footer #contact img {
	float: left;
	height: 35px;
	width: 125px;
	border: none;
}
#wrapper #footer #home img {
	float: right;
	height: 35px;
	width: 125px;
	border: none;
}