@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #0f1949;
	/*background-color: #a4b3ba;
	background-color: #b1b8c2;*/
	background-color:#f5881f;
	background-image: url(/images/background-tile2009.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#pagecell{
	width: 898px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	
} 
 #content{
	background-image: url(../images/mainarea_midstrip.gif);
	background-repeat: repeat-y;
	background-position: left top; 
 }
 #contentfont{
	font-size: 0.9em;
	padding-top:10px; 
 }
 
 #contentfont ul>li{
 margin-bottom:5px;
 
 }
#header{
	padding-top:15px;
	background-color: #ced1dc;
}
#headerleft{
	display:inline;
	float:left;
	padding-left:20px;
	margin-top:10px;
	
}
#headerright{
	display:inline;
	float:right;
	margin-right:20px;
}
.headertext1 {
	font-size: 0.7em;
	font-weight:bold;
	padding-top: 3px;
}
.headertext2 {
	font-size: 0.6em;
	margin-top:4px;
	padding-top: 15px;
}
#headerspace{
height:10px;
}
#headerbase{
	height:5px;
	padding-top:0px;
	margin-top: 5px;
	margin-bottom:5px;
	background-image: url(../images/header_bottomstrip.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#footer{
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 5px;
	margin-bottom:10px;
}

#contenttop{
	height:5px;
	background-image: url(../images/mainarea_topstrip.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#sidebar {
	float: left;
	width: 13em; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	margin-left:5px;
	font-size: 0.9em;
	background-image: url(/images/characters_menu.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 450px;
}
#sidebar .sidebarinner{
	 padding: 5px 0; /*top and bottom padding create visual space within this div */
	margin-left:5px;
	margin-right: 5px;
	font-size: 0.9em;
}
#sidebar .sidebarinner ul{
	margin-left: 7px;
	padding-left:0px;

}

.sidebarinner ul li{
	padding-top:5px;
	list-style-type: none;
	font-weight: bold;
	color: #8C2F7E;
}
.sidebarinner ul li a:link{
	text-decoration: none;
	color:#000033;
	font-weight: bold;
}
.sidebarinner ul li a:visited{
	text-decoration: none;
	color:#5F5F8B;
	font-weight: bold;
}
.sidebarinner ul li a:hover{
	color:#8C2F7E;
	/*color:#244848;*/
	text-decoration:underline;
	font-weight: bold;
}
/* hide hack from Mac-IE5 \*/* html #mainContent { height: 1%; }/* end hiding */
/* hide hack from Mac-IE5 \*/* html #mainContent p { height: 1%; }/* end hiding */
#mainContent {
	font-size: 0.9em;
	color: #0f1949;
	margin-top: 0;
	margin-right: 1.5em;
	margin-bottom: 0;
	margin-left: 14.5em;
	padding-top: 0.5em;
} 

#mainContent h2{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 5px;
}

#footermain{
	font-size: 0.7em;
	padding-top: 7px;
	margin-left: 18em;
	margin-right: 1em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #a4b3ba;
	padding-bottom: 13px;
}

#nav{
	margin-top:3px;
	margin-bottom:3px;
	font-size: 0.7em;
	color:#CC6600;
}

#nav a:link{
text-decoration: none;
color:#000033;
}
#nav a:visited{
text-decoration: none;
color:#8C2F7E;;
}
#nav a:hover{
text-decoration: none;
color:#244848;
}
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 15px;
}
.fltrtfp { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 35px;
}
.fltrtwb { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 15px;
	border: 1px dashed #CCCCCC;
	padding: 5px;
}
.rightcolwidth{
width:18em;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 10px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
   
}
.headeruline{
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f47a20;
	padding-bottom:3px;

}
.althighlight{
	background-color: #E8EAF9;

}
.publication{
margin-top: 10px;

}
.pubpic{
float:left;
margin-right:1em;
}

.pubtext{

}
.pubtitle{
font-weight:bold;
padding-bottom:5px;
}
.editedby{
font-size: 0.8em;
}
.isbn{
font-size: 0.8em;
}
.pubsummary{
padding-top: 3px;
}
div#maps{

width:450px;
height:350px;
}

div#mapsaus{
float: right;
}
div.item{
padding-bottom:10px;
}
div.title{
font-weight:bold;
padding-top: 2px;
padding-bottom: 3px;
}
div.pubdate{
font-size: 0.8em;
padding-bottom:3px;
color:#666666;

}
div.summary{

}
h2>.creds{
font-size:0.7em;
}
.confupdate{
background-color:#FED6D3;
border:solid 1px #4A0A06;
padding:5px;
margin-bottom:10px;
width:340px;
}
.confupdate h3{
margin-top:0px;
margin-bottom:3px;
}
.updatedate{
font-size:0.8em;
color:#666666;
}
.error{
	padding:5px;
	background-color:#F9E3DF;
	margin-top:15px;
	margin-bottom:15px;
	border: 1px solid #CCCCCC;
}