@import "base.css";

html, body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #f8f7ff;
}

.pagebody {
	display: inline-block;
	width: 800px;
	border: 1px solid #000;
	text-align: left;
	background-color: #FFF;
}

.category-header {
	width: 100%;
	height: 34px;
}

.uucr-header {
	width: 100%;
	height: 22px;
	background-color: #000;
}

table.main {
	border-style: none;
	border-collapse: collapse;
}

td { padding: 6px }

td.navigation {
	border-right: 1px solid #000;
	padding: 0;
}

td.main, td.navigation { vertical-align: top }

iframe {
	width: 150px;
	height: 500px;
	border-style: none;
}

.title { font-family: "Times New Roman", Times, serif }

h1.title { text-align: center }

h3 {
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}

li { margin-top: 1em }

.imageLeft {	
position: relative;
float: left;
width: 300px;
border-style: solid;
border-width: 1px;
border-color: #093403;
/*
background-color: #C0B07B;

*/
margin-right: 10px;
margin-top: 5px;
margin-bottom: 5px;
}



.caption {	
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 11px;
font-weight: normal;
line-height: 150%;
margin: 0.25em 0.25em 0.25em 0.25em;
padding : 6px;
}

.caption .byline {	
font-size: 11px;
font-style: italic;
font-weight: normal;
line-height: 125%;
color: #093403;
margin-top: 5px;
}

.caption ul {	
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 11px;
font-weight: normal;
list-style-type: none;
margin: 0px;
padding : 6px;
}

.header {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 9px;
font-weight: bold;
color: #093403;
}


#clear_all {
margin-top: 10px;
margin-bottom: 10px;
border-bottom: 1px dashed #7d7d7d;
clear: both;
}

#footer {
margin-top: 10px;
text-align:center;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 10px;
font-weight: normal;
list-style-type: none
}

.category-header {
	width: auto;
	height: 24px;
	padding: 10px 0px 10px 10px;
}


.category-header { font-family:Arial, Helvetica, sans-serif; font-weight:bold; color:#FFF; font-size:20px; text-transform:uppercase;
}

.category-header img { margin: -10px 0px -10px -10px}
