body {
	background-color: #660000;
	font-size: 101%;
	text-align: left;
}

#header {
	height: auto;
	min-width: 740px;
	margin: 0;
	padding: 10px;
}

#header h1 {
	width: 740px;
}

#wrapper {
	width: 740px;
	background-color: cornsilk;
	font-size: .9em;
	text-align: left;
	margin: 0 auto 0 auto;
}

#maincontent {
	width: 520px;
	padding: 0 12px 18px 12px;
	float: right;
	text-align: left;
	font-family: "Trebuchet MS", Arial, sans-serif;
	line-height: 1.6em;
	color: #333;
}

#caption {
	font-family: Georgia, Times New Roman, Times,serif;
	font-style: italic;
	font-size: smaller;
	color: #330000;
}

#nav {
width: 100px;
}


#nav ul {
	margin: 0;
	padding: 4px;
	list-style: none;
	width: 150px;
	}

ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 149px;
	top: 0;
	display: none;
	}

ul li a {
	display: block;
	text-decoration: none;
	color: #CCCC00;
	background:#660033;
	padding: 5px;
	border: 1px solid ivory;
	border-bottom: 0;
	height: 20px;
	}
	
	/* Fix IE. Hide from IE Mac */
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

li:hover ul { display: block; }


li:hover ul, li.over ul { 
	display: block; 
}
		
#nav {
background-color: ivory;
color: white;
width:150px;
margin: 6px 6px 6px 6px;
padding: 18px 0px 0px 12px;
}

#nav ul {
	margin: 0;
	padding: 0;

}

#nav ul li  {
	margin: 0;
	background-color:#3300FF;
	display: block;
	border-bottom: 4px solid #CCCCCC;
}

#nav ul:first-child a {
border-left:1px solid #42432d;
}

#nav ul li a:link, #sidebar ul li a:visited {color:#FFCC33; text-decoration: none;  padding: .25em 0 .25em 12px; display:block; background-color:#660000;}
#nav ul li a:visited {color:#666600; }
#nav ul li a:hover, #sidebar ul li a:active {color:#CCCCCC; background-color:#CC0000;}


h2 {
font-size: 1.5em; 
font-weight: bold;
margin: .5em 0 .5em 0;
}

#footer {
	clear: both;
	background-color:#660000;
	font-size: 1.2 em;
	padding: 8px;
	min-width: 728px;
	color: cornsilk;
	border-bottom: 2px dashed #B9C6AB;
}


.floatright { 
float: right;
margin: 0 0 8px 8px;
background-color: #d3b665;
padding: 4px;
}

div.floatright img

{
border-top: 2px solid #555;
border-right: 1px solid #999;
border-bottom: 1px solid #999;
border-left: 2px solid #555;
}


.floatleft { 
float: left;
margin: 8px 8px 8px 0px;
background-color: #d3b665;
padding: 4px;
}

div.floatleft img

{
border-top: 2px solid #555;
border-right: 2px solid #999;
border-bottom: 1px solid #999;
border-left: 1px solid #555;
}

#sidebar image {
padding: 15px 0 8px 8px;
}



#maincontent sup a.note {
background-color: #FFE680;
color: #333;
margin-right: .2em;
padding: .1em .2em .1em .2em;
text-decoration: none;
border: none;
line-height: 0em;
}

#maincontent sup a.note:visited {
background-color: #E6B873;
}

#maincontent sup a.note:hover, #maincontent sup a.note:active {
background-color: #FF9900;
}

#footnotes {
font-size: .94em;
margin-top: 0;
width: 570px;
float: right;
}

#footnotes p {
margin: 1em 1.5em;
padding: .5em 3em 0 1em;
line-height: 130%;
}

#footnotes sup a.note {
background-color: #FFE680;
text-decoration: none;
color: #333;
padding: .1em .2em .1em .2em;
margin-right: .2em;
border: none;
line-height: 0em;
}

#footnotes sup a.note:visited {
background-color: #E6B873;
}

#footnotes sup a.note:hover, #footnotes sup a.note:active {
background-color: #FF9900;
}



#footer p {
	margin: 0;
	width: 728px;
}
