body { 
	font-family: Times New Roman, Times, serif;
	color: Black;
	margin: 0px;
	padding: 0px;
	background: #FFEBCB url(../images/colback.png);
}

a {
	color: #FF0000;
}

#coltop {
  position: absolute;
  left: 894px;
  background: transparent url(../images/coltop.png) no-repeat;
  height: 92px;
  width: 100px;
}

div#adbar {
  float: right;
  padding-top: 100px;
}

a:visited, a:active {
	color: #AD0000;
}

#content p {
	line-height: 1.3em;
	margin-top: .7em;
}

#content p:first-letter {
	display: block;
	width: 1em;
	height: 1em;
	font-weight: bold;
	font-size: 1.6em;
	/* WARNING: Adding padding while using the first-letter selector in IE6SP1 on Windows XP will 
	crash the browser when text is selected. Avoid like the plague. */
}

#header {
	height:90px;
	background: #D3D3D3 url(../images/facade.png) repeat-x;
}

#menu {
	width: 110px;
	float: left;
  padding-top: 100px;
  background: transparent url(../images/coltop.png) no-repeat 4px top;
}

#content {
	top: 90px;
	margin-left: 110px;
  padding: 0 15px 0 25px;
	max-width: 870px;
  min-width: 690px;
  background: transparent url(../images/fade.png) no-repeat;
}

#innercontent {
  margin-right: 150px;
  padding-top: 10px;
}

ul#navmenu {
	list-style: none;
	background-color: #FFEBCB;
	margin: 0;
	line-height: 1.2em;
	width:100%;
	padding: 2px 0; /* Fixes safari and mozilla's insistence on padding even when list-style is none. 0px padding dosen't bother IE, either. :-) */
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity:0.9;
	opacity:0.9;
}

ul#navmenu li {
	margin: 5px 2px 10px 5px;
}

ul#navmenu li a {
	color: #AD0000;
	text-decoration: none;
	font-weight: bold;
}

ul#navmenu li a:active, ul#navmenu li a:visited {
	color: #980000;
}

ul#navmenu li a:hover {
  text-decoration: underline;
}

.figure {
	text-align: center;
	margin-bottom: 10px;
}

.logo {
	text-align: center;
	margin: 20px 0;  
}

.wrapfigure {
	float:right;
	margin: auto 10px;
}

#content h1 {
	font-size: 1.3em;
}

#content h2 {
	font-size: 1.3em;
}

#content h3 {
	font-size: 1em;
}

.caption {
	font-size: .8em;
	font-style: italic;
}

.bibbook {
	text-decoration: underline; 
}

div#browserswitch {
	width: 300px;
	border: 1px solid Black;
	padding: 5px;
	font-size: .8em;
	margin: auto;
	text-align: center;
}

div#header h1 {
	height:90px;
	margin:0px;
	padding:0px;
	text-indent: -1000em;
  max-width: 1005px;
  min-width: 840px;
  background-repeat: no-repeat;
  background-position: center;
}

div#header h1.home {
	background-image: url(../images/home_title.png);
}

div#header h1.history {
	background-image: url(../images/history_title.png);
}

div#header h1.links {
	background-image: url(../images/links_title.png);
}

div#header h1.military_people {
	background-image: url(../images/military_people_title.png);
}

div#header h1.strategy {
	background-image: url(../images/strategy_title.png);
}

div#header h1.teacher {
	background-image: url(../images/teacher_title.png);
}

div#header h1.team {
	background-image: url(../images/team_title.png);
}

div#header h1.tools {
	background-image: url(../images/tools_title.png);
}

div#header h1.citations {
	background-image: url(../images/citations_title.png);
}

#quizform ul {
  list-style: none;
}

#results {
  padding: 1em 0;
  font-size: 1.5em;
}
