body {
	background-color:#FFF;
	color:#636467;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	margin: 130px 0 0 0;
	padding: 0px;
	text-align:center;
}
.clear{clear:both;}
* {
	margin: 0px;
	padding: 0px;
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 960px;
	height: 570px;
	background-color: #FFFFFF;
	border: solid 1px #A4ACA3;
	position:relative;
}
iframe {
	border:none;
	width:960px;
	height:429px;
	position:absolute;
	top:141px;
	z-index:1;
}

a{
	font-size:12px;
}
p{
	margin: 0px 0px 15px 0px;
	color:#626464;
}

/********************** Header ***************************/
#header {
	margin: 0px 0px 0px 0px;
	width:960px;
	height:140px;
	border-bottom: solid 1px #A4ACA3;
}

/********************** Content ***************************/

img{
	border-width:0px;
}

#nav {
	position:absolute;
	top:-26px;
	left:20px;
}
#nav a {
	color:#28556b;
}
#nav a:hover {
	color:#000;
}

#nav ul{
	display:block;
	text-align:right;
	list-style-type: none;
	list-style: none;
}
#nav li{
	float:left;
	margin-right:24px;
}

#nav ul a{
	text-decoration:none;
	color:#A2A3A6;
	font-size: 12px;
}
#nav ul a:hover{
	text-decoration:none;
	color:#77DCF8;
}

#logo {
	position:absolute;
	top:-128px;
	right:20px;
}
#essayLink {
	position:absolute;
	left:20px;
	top:-70px;
}
#essayLink a {
	color:#fff;
	background-color:#77DCF8;
	text-decoration:none;
	padding:6px 12px;

}
#essayLink a:hover {
	color:#000;

}
#content {
	width:960px;
	height:429px;
	position:relative;
	background:url(images/bk_About.jpg) bottom right no-repeat;
}
img{
	border-width:0px;
}
h1{
	color:#77DCF8;
	font-size:30px;
	font-weight:lighter;
	margin:0px 0px 10px 0px;
}

h2{
	font-size:16px;
	font-weight:lighter;

}
sup {
	font-size:50%;
}
.InfoBox {
	position:absolute;
	top:164px;
	left:20px;
	color:#626464;
	z-index:999;
	font-size:11px;
}
.InfoBox span {
	color:#77DCF8;
	margin:0px 4px;
	visibility:hidden;
}
.InfoBox a {
	color:#3B3D3C;
	font-size:11px;
	text-decoration:none;
}
.InfoBox a:hover {
	text-decoration:underline;
}
.InfoBox .donateBtn {
	background-color:#77DCF8;
	color:#000;
	font-size:13px;
	font-weight:bold;
	padding:3px 8px;
	margin-left:120px;
}
.InfoBox .donateBtn:hover {
	color:#fff;
	text-decoration:none;
}
#right {
	width:640px;
	position:absolute;
	top:70px;
	left:20px;
	font-size: 11px;
}
#right a{
	color:#28556b;
}
#right a:hover{
	color:#000;
}
.docs {
	text-align: left;
	position:relative;

}
.docs span {
	position:absolute;
	top:0px;
	left:250px;
}
.board {
	text-align: left;
	position:relative;

}
.board p {
	margin:0px 0px 7px 0px;
}
.board img {
	float:left;
	margin:0px 7px 8px 0px;
}
.board .thumbrow {
	clear:both;
}
.board a {
	color:#28556b;
	font-size:11px;
}
.board span {
	position:absolute;
	top:0px;
	left:250px;
}
.scrollText {
	text-align: justify;
	line-height:14px;
	height:280px;
	width:610px;
	padding:0px 20px 20px 0px;
	overflow:auto;
}
.scrollText sup {
	font-size:60%;
}
.scrollTextBio {
	text-align: justify;
	line-height:14px;
	height:280px;
	width:610px;
	padding:0px 20px 20px 0px;
	overflow:auto;
	z-index:99;
	background-color:#FFF;
	position:absolute;
	top:-10px;
	left:-1px;
	visibility:hidden;

}
.bioPhoto {
	background-color:#e5e7e7;
	float:right;
	width:170px;
	padding:10px;
	border:1px solid #c7d1d6;
	text-align:right;
	margin:0px 0px 10px 20px;
}
.bioPhoto p {
	margin:5px 0px 0px 0px;
	font-size:13px;
	font-weight:bold;
}



.closebar {
	background-color:#e5e7e7;
	padding:2px 5px;
	border:1px solid #c7d1d6;
	text-align:right;
	margin:0px 0px 10px 0px;
}
.closebar a {
	text-decoration:none;
}


/********************** Footer ***************************/
#legal  {
	margin: 0px auto;
	text-align: left;
	width: 798px;
	text-align: center;
	font-size:8pt;
	color: #808285;
	padding: 10px 0px;
}

#legal a {
	font-size:8pt;
	color: #808285;
	text-decoration:none;
}


