html, body {
  margin:0;
  padding:0;
  width: 100%;
  height: 100%;
  font-family: Arial, sans-serif;
  font-size:8pt;
}

img {
	border: 0;
}

a {
  text-decoration: none;
  color:#6C408E;
  font-weight:bold;
}

#main {
	position: absolute;
	left: 50%;
	width: 750px;
	height: 100%;
	margin-left: -375px; 
	color: #000000;
}
#teamImage {
  position: absolute;
  top: 25px;
  left: 20px;
}
#logo {
  position: absolute;
  top: 30px;
  right: 10px;
}
#logoCaption {
  position: absolute;
  top: 128px;
  right: 10px;
  font-size:8pt;
  font-weight:bold;
}

#mainNavigation {
  position: absolute;
  top: 140px;
  left: 20px;
  text-align: left;
}
#subNavigation {
  position: absolute;
  top: 155px;
  left: 150px;
  text-align: left;
  background-color:white;
  border:1pt solid gray;
  visibility:hidden;
}


a.mainNav {
	font-weight:			bold;
	color:					#000000;
	font-size: 				11px;
	text-decoration: 		none;
}
a.mainNav:hover {
	color:					#6C408E;	/*8558A0*/
}


#topBarImage {
  position: absolute;
  top: 160px;
}

#headlineBar {
  position: absolute;
  top: 175px;
  left: 30px;
  font-weight: bold;
  font-size: 10pt;
}

#body {
  position: absolute;
  top: 195px;
}

.siteImage {
	border:1pt solid black;
}
.pageHeader {
	font-size:11pt;
	font-weight:bold;
}
.sectionHeader {
	font-size:9pt;
	font-weight:bold;
	color:#8558A0;
}
strong {
	color:#6C408E;
}