body {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #003366;
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	background-image: url(images/white.gif);
}

p,li,td {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
}

#logo {
	height: 78px;
	width: 780px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A9C1D9;
	background-image: url(images/sky_top.jpg);
}

#nav {
	margin: 0px;
	padding: 0px;
	height: 25px;
	width: 780px;
	background-image: url(images/sky_nav.jpg);
	border-top: 1px solid #A9C1D9;
	border-right: 1px solid #A9C1D9;
	border-bottom: 1px solid #A9C1D9;
}

#main {
	width: 748px;
	margin-top: 32px;
	margin-left: 21px;
}

#content {
	width: 345px;
	z-index: 2;
	visibility: visible;
}

#morecontent {
	width: 340px;
	z-index: 2;
	visibility: visible;
	position: absolute;
	left: 420px;
	top: 425px;
}

#bios {
	width: 540px;
	z-index: 2;
	visibility: visible;
}

#image {
	position: absolute;
	z-index: 1;
	left: 366px;
	top: 137px;
}

#portrait {
	position: absolute;
	z-index: 1;
	left: 600px;
	top: 195px;
}

#footer {
	font-size: 9px;
	padding-top: 20px;

}

a:link {
	color: #0066cc;
	text-decoration: none;
}
a:hover, a:active {
	color: #ff6633;
	text-decoration: underline;
}

a:visited {
    color: #6699FF;
	text-decoration: none;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	padding-top: 10px;
	padding-bottom: 5px;
}
.small {
	font-size: 9px;
}
.tsbottom {
	font-size: 8px;
	text-transform: uppercase;
	text-align: center;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
}
.tstop {
	font-size: 8px;
	text-align: right;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-style: italic;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;
}
.tsdivider {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #A9C1D9;
}
