#searchform { 
	padding:10px;
	float:left;
}

body {
	background:url(/public/images/bground.png) repeat-x top left;
        background-color: #565656;
	font-size:90%;
}

#wrapper {
	background-color: #002b5f;
	margin:auto;
	width:1000px;
	border:solid thin black;
}

header {
	display:block;
	width:inherit;
	height:208px;
	background:url(/public/images/header.png) no-repeat;
}

header img {
	float:right;
	vertical-align:center;
	border:none;
}

nav {
	display:block;
	background: #CDCDCD;
	width:175px;
	min-height:150px;
}

#content {
	display:block;
	background:#EFEFEF;
	min-height:150px;
	width:620px;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
}

#content h2 {
	font-size:120%;
	margin-top:80px;
}

nav h1 {
	font-size:135%;
	padding-left:5px;
	border-bottom:solid thin black;
}

nav a {
	color: #002B5F;
	text-decoration:none;
	display:block;
	font-weight:bold;
	padding-left:10px;
	margin-bottom:5px;
	font-size:90%;
	border-bottom:dotted thin #002B5F;
}

nav a:hover {
	text-decoration:underline;
}

footer {
	display:block;
	clear:both;
	padding-top:10px;
}

footer p {
	color:#CDCDCD;
	text-align:center;
	padding:0px 15px 15px 15px;
}

footer p:first-child {
	border-top: dashed thin white;
	padding-top:15px;
}

footer a {
	color:white;
	text-decoration:none;
}

#leftmenu {
	float:left;
}

#rightmenu {
	float:right;
}

#submission_form th {
	font-weight:normal;
	text-align:left;
	vertical-align:top;
	font-size:90%;
}

.errorlist {
	color:#990000;
}

.nopbreaks {
	list-style-type:none;
}

.nopbreaks a {
	text-decoration:none;
	color:#000099;
}

.nopbreaks li p {
	display:inline;
}

.nopbreaks li img {
	border:0;
}

#chronology td {
	vertical-align:top;
}

.overview_link {
	font-size:90%;
	margin-top:2px;
}

.back_link {
	float:right; 
	color:#000099; 
	padding:10px;
	text-decoration:none;
}

#topstuff { 
	margin:10px 0px 10px 0px;
}

.cite {
	font-size:110%;
}

.citation_entry em:after {
	content: " ";
}
