body {
	background: #DFCDB2;
	margin: 0 0 10px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
#container {
	width:  750px;
	border: 1px solid #000;
	margin: 10px auto;
}
a { color: #406891; }
a:visited { color: #6189B0; }
a:hover { text-decoration: none; }
h1 {
	font-size: 175%;
	color: #003366;
	margin-top: 0;
}
h2 {
	font-size: 140%;
	border-bottom: 1px solid #999;
}
h3 { font-size: 120%; }
#history h3 { text-align: center; }
#officers h3 {
	text-transform: uppercase;
	font-size: 110%;
	clear: left;
}
#side {
	background: url(../images/shopping_leftbottom.gif) no-repeat #fff;
	text-align: left;
	width: 140px;
	padding: 10px 5px 10px 5px;
}
#side img { margin: 0 1px 3px 3px; }
/* SIde navigation */
#nav {
	margin: 0 5px 10px 5px;
	padding-left: 0;
}
#nav li ul {
	margin: 5px -5px 0 -5px;
	padding: 0;
}
#nav li {
	background: #666D85;
	border: 1px solid #eee;
	margin-bottom: 5px;
	list-style: none;
	font-weight: bold;
	padding: 3px 5px 0 5px;
	color: #f6f6f6;
	float: left;
	width: 120px;
	font-size: 80%;
}
#nav li.manuf { background: #666; }
#nav li li {
	margin-bottom: 0;
	border: none;
	border-top: 1px solid #eee;
	font-size: 90%;
	width: 117px;
}
#nav li a {
	background: #7F87A3;
	display: block;
	margin: -3px -5px 0 -5px;
	padding: 3px 5px;
	text-decoration: none;
	color: #f6f6f6;
}
#nav li li a {
	color: #444;
	background: #BBBFCC;
}
#nav li.manuf li a { background: #bbb; }
#nav li a:hover {
	background: #CDC1A0;
	color: #000;
}
#nav li li a:hover { background: #E0D7BF; }
/* Top navigation */
#topnav td {
	font-weight: bold;
	color: #fff;
	background: #2C334E;
	text-align: center;
}
#topnav td table { width: 750px; }
#topnav td td {
	padding: 7px 3px;
	font-size: 80%;
	vertical-align: middle;
}
/* Random Stuff */
#contents ul { list-style: square; }
ul.expand li { margin-bottom: 1em; }
.floatleft {
	margin: 0 10px 10px 0;
	float: left;
}
.floatright {
	margin: 0 0 10px 10px;
	float: right;
}
li.pdf {
	line-height: 16px;
	padding-left: 5px;
	list-style-image: url(../images/pdf-icon.gif);
}
ol li, dd { margin-bottom: 0.5em; }
ol li ol { margin-top: 0.5em; }
dt {
	font-weight: bold;
	font-size: 100%;
}
#officers strong em {
	font-style: normal;
	text-decoration: underline;
}
#officers #contents img {
	float: left;
	margin: 0 10px 10px 0;
}
#history dl.officers, #history dl.officers-long {
	float: left;
	width: 100%;
	padding-bottom: 0.5em;
	margin-left: 30px;
}
#history .officers dt {
	clear: both;
	font-size: 100%;
	float: left;
	width: 180px;
	margin: 0 10px 0 0;
	padding: 0;
}
#history .officers-long dt {
	clear: both;
	font-size: 100%;
	float: left;
	width: 280px;
	margin: 0 10px 0 0;
	padding: 0;
}
#history .officers-long dd {
	float: left;
	width: 220px;
	padding: 0;
	margin: 0 0 10px 0;
}
#history .officers dd {
	float: left;
	width: 300px;
	padding: 0;
	margin: 0 0 10px 0;
}
table.captions td{ text-align: left !important; }
