body {
	margin: 0;
	font-family: verdana, arial, sans-serif;
	font-size: small;
	background-color: #372E99;
	text-align: center;
}
div.logobar {
	position: relative;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	width: 80%;
	height: 121px;
	background-image: url(img/site-swoosh.png);
	background-repeat: no-repeat;
	background-position: top right;
	text-align: left;
	vertical-align: top;
}

div.splash {
	position: absolute;
	top: 30%;
	left: 50%;
	margin-top: -75px;
	margin-left: -350px;

	max-width: 700px;
	width: 100%;
	width:expression(document.body.clientWidth > 700? "700px": "100%" );

	height: 136px;
	
	border-top: 1px solid #D6F24D;
	border-bottom: 1px solid #D6F24D;
	text-align: right;
}
#splash a {
	color: #D6F24D;
	text-decoration: none;
}
#splash a:hover{
	color: #D6F24D;
	text-decoration: underline;
}
#logobar h1{
	display:none;
}

div.maincol {
	background-color: white;
	position: relative;
	padding-top: 0;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	border: 2px black solid;
	text-align:left;
}

div.topnav {
	margin: 0;
	padding: 0;
	background-color: black;
}

#topnav ul li {
	list-style: none;
	display: inline;
}

#topnav ul {
	padding: 0;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid black;
}

a.first {
	border-width: 0px;
	border-right:1px solid #D6F24D;
}
a.mid {
	border-width: 0px;
	border-right:1px solid #D6F24D;
	border-left:1px solid #D6F24D;
}
a.last{
	border-width: 0px;
	border-left:1px solid #D6F24D;
}

#topnav a {
	padding:0;
	padding-top: 5px;
	display:inline-block;
	width: 19%;
	min-height: 24px;
	background-color: black;
	color: white;
	text-align: center;
	font-size: small;
	text-decoration: none;
}

#topnav a.selected {
	color: black;
	border: 0;
	background-image: url(img/site-page-gradient.png);
	background-color: #D6F24D;
	background-position: bottom left;
}

#topnav img {
	border: 0;
}

h3 {
	margin-top: 0;
	margin-bottom: 0;
}

h4 {
	margin-top: 0;
	margin-bottom: 0;
	font-style: italic;
}

div.content {
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
}

div.inset {
	margin-left: 50px;
}

#content a {
	color: #372E99;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}

#content dt {
	/*font-style: italic;*/
	font-weight: bold;
	padding: 3px;
	border-top: 2px black solid;
	/*text-decoration: underline;*/
	margin-top: 15px;
	background-color: black;
	color: #EAF8A6;
}

#content dd {
	background-color: #CDCAE5;
	margin-left: 0;
	padding-top: .5em;
	padding-bottom: .5em;
	padding-right: .5em;
	padding-left: 3em;
}

#content h2 {
	font-variant: small-caps;
}

img.headshot {
	border: 3px black solid;
	float: left;
	margin-left: -2em;
	margin-right: 1em;
	margin-bottom: 1em;
}

#bios ul {
	list-style: none;
}

#bios li {
	margin-bottom: .5em;
}

#bios p {
	font-weight: bold;
	margin-bottom: 5px;
}

span.new {
	color: red;
	font-size: small;
	font-variant: small-caps;
	border: 1px red dotted;
}

img.right {
	float: right;
	border: 1px black solid;
	margin-left: 1em;
}

#ccattribution p {
	padding: 0;
	margin: 0;
	color: black;
	font-size: x-small;
}

#ccattribution a {
	color: black;
	text-decoration: none;
}
#ccattribution a:hover {
	text-decoration: underline;
}
