@charset "utf-8";
/* CSS Document */

body {
	background-color: #39C;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFCCFF;
}

#container {
  	position: relative;
  	top: 20px;
  	right: 0px;
  	margin: 0 auto;
  	width: 760px;
	height: auto;
  	text-align: left;
  	background-color: #ffffff;
}

#header {
	position: relative;
	top: 0px;
	right: 0px;
	margin: 0 auto;
	width: 760px;
	height: auto;
	background-color: #FFFFFF;
}


#logo {
	margin: 0 auto;
	text-align: center;
	color: #39c;
	font-size: 8em;
}

#logo img {
	width:auto;
}
	
#content {
/*	position: relative; 
	top: 0px;
	left: 0px;*/
	margin: 0 auto;
	height: auto;
	width: auto;
	padding: 20px;
	background-color: #FFFFFF;
	color: #333333;
	font-size: 1.2em;
}

img {
	vertical-align: middle;
	margin-right: 20px;
	width: 40px;
}

.tinyText {
	font-size: .25em;
}

.personBox {
	padding: 8px;
	margin-bottom: 8px;
	background-color: #39c;
}

.personTitle {
	color: #fff;
	font-weight: bold;
}

.personRole {
	padding: 8px;
	color: #39c;
	background-color: #fff;
	font-weight: bold;
}

.personLinks {
	color: #000;
	font-weight: normal;
}