body {
	background: #d6d9df;
	font-family: Arial, Helvetica, sans-serif;
}
#outer-wrapper {
	width: 750px;
	position: relative;
	left: 50%;
	margin-left: -375px;
	background: url(shadowbackground.gif) repeat-y;
}
#inner-wrapper {
	background-color: #FFF;
	margin: 0 15px 0 15px;
}
#branding {
	border-top: 3px #000cff solid;
	border-bottom: 3px #b6b9ea solid;
	padding: 7px 0;
}
#mainContent {
	width: 530px;
	float: right;
	line-height: 1.3em;
	padding-top: 10px;
	padding-right: 20px;
}
#mainContent p {
	margin-bottom: 15px;
}
#mainContent p.last {
	padding-bottom: 20px;
	border-bottom: 4px #b6b9ea solid;
}
#shiftingParadigm {
	font-weight: bold;
	font-style: italic;
	color: #336699;
}

#photos .row {
	clear: both;
}
#photos .row p {
	float: left;
}
#photos p {
	width: 180px;
	font-size: 85%;
	line-height: 1.2em;
}
#photos p.left {
	margin-right: 60px;
}
#photos p#photoIntro {
	width: 500px;
	font-size: 85%;
}

#mainNav {
	width: 150px;
	float: left;
	margin-top: 10px;
	padding-top: 0px;
	padding-bottom: 10px;
}

#mainNav ul li {
	margin-bottom: 15px;
}

#mainNav ul a {
	display: block;
	width: 125px;
	/*height: 30px;*/
	margin-left: 10px;
	/*line-height: 30px;*/
	font-size: 85%;
	color: #000;
	text-decoration: none;
	padding-left: 15px;
}

/*
#mainNav ul a {
	display: block;
	width: 125px;
	height: 30px;
	margin-left: 10px;
	line-height: 30px;
	font-size: 85%;
	color: #000;
	text-decoration: none;
	text-indent: 15px;
}
*/

#mainNav .selected a {
	background: url(linksquare.gif) no-repeat left center;
	cursor: default;
}

#mainNav a:hover {
	background: url(linksquare.gif) no-repeat left center;
}

/*#mainNav li {
	padding-left: 12px;
	padding-right: 10px;
	font-size: 85%;
	margin-left: 10px;
	margin-bottom: 5px;
	background: url(none);
}

#mainNav li a:hover, #mainNav li.selected a {
	background: url(linksquare.gif) no-repeat left center;
}
*/

#footer {
	clear: both;
	border-top: 3px #b6b9ea solid;
	border-bottom: 3px #c1c1c1 solid;
	/*margin-top: 10px;*/
	padding: 3px 20px 7px 0;
}
#footer p {
	text-align: right;
	font-size: 85%;
	font-style: italic;
}

#missionBullets {
	list-style-type: decimal;
	margin-left: 50px;
	margin-top: -5px;
}

#missionBullets li {
	margin-bottom: 15px;
}

h1 {
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 10px;
	color: #000cff;
	margin-top: 0px;
	padding-top: 4px;
}

#publicRecords h2 {
	font-size: 125%;
	font-weight: bold;
	border-bottom: 1px #b6b9ea solid;
	padding-bottom: 3px;
}

#publicRecords h2.first {
	margin-top: 20px;
}


ul.publicRecordsList {
	margin-bottom: 40px;
}

ul.publicRecordsList li {
	font-weight: bold;
	margin-bottom: 20px;
}

ul.publicRecordsList li.first {
	margin-top: 8px;
}


ul.publicRecordsList ul li {
	font-weight: normal;
	margin-bottom: 4px;
}
ul.publicRecordsList ul li.noneAvailable, ul.publicRecordsList ul li span.supplementalInfo {
	font-size: 85%;
}
#caption {
	font-size: 85%;
	line-height: 1.1em;
	margin-top: 20px;
}
#backToLink {
	font-size: 85%;
}
#seratAcronym {
	font-size: 85%;
	color: #666666;
}
