body {
 color: black;
}

#menuShim {
  visibility: hidden;
}

h1 {
 font-size: 45px;
 color: #993333; 
 text-align: center;
 padding: 0 10px 0 0;
 overflow: hidden;
 white-space: nowrap;
 margin: 20px 0 0 20px;
 text-decoration: none;
}

h2 {
 font-size: x-large;
 text-decoration: none;
 color: #993333; 
 margin: 0;
}

h3 {
 font-size: large;
 text-decoration: none;
 color: #993333; 
 margin: 0;
}

#header {
 border: 1px solid #993333; 
 width: 90%;
 height: 120px;
 background-color: #c6cdcf;
 margin-right: auto;
 margin-left: 5%;
 overflow: hidden;
}

#content {
 
}

#content a {
 
 font-weight: bold;
 color: #993333; 
}

#content a:hover {
 font-weight: bold;
 color: #993333; 
 
}
/* hyperlinking for browsing creators, collections, publishers, categories and keywords.   Colour and size are defined in-line so should not appear here */
#content a.browseLink:visited, A.browseLink:link, A.browseLink:active{
}
#content a.browseLink:hover{
}
/* The enclosing paragraph for the browsing above. */
.browseParagraph{
	background	:	white;
	color	:	black;
}

#content dt{
 font-weight: bold;
 color: #000;
}

#content dl {
 border-left: 5px solid  #c6cdcf;
 margin: 5px 5px;
 padding: 0 0 0 8px;
}

#content .publist dl {
 border-left: none;
 margin: 5px 5px;
 padding: 0 0 0 8px;
}

#content .list ul{
 list-style-image: url(images/puceorange.gif);
}

#content .address ul{
 list-style: none;
}

.hint {

}

.small {

}

#content .alternate1 {

padding-bottom:5px;
padding-top:5px;

}

#content .alternate1 .hint {
background-color: #FFFFFF;
font-size:smaller;
font-weight:normal;
color: #c6cdcf;

}

#content .alternate2 {
 background-color: #FFFFFF;
 border-bottom: solid #c6cdcf;
 border-top: solid #c6cdcf;
 padding-bottom:5px;
 padding-top:5px;
 color:#993333;
}

#content .alternate2 .hint {
font-size:smaller;
color: #c6cdcf;
font-weight:normal;

}

#footer {
 border: 1px solid #993333; 
 width: 90%;
 font-size: x-small;
 background-color: #c6cdcf;
 text-align: right;
 margin-right: auto;
 margin-left: 5%;
}

#footer p {
 color: black;
 padding: 0 15px 0 0;
 margin: 0;
}

#footer a {
 text-decoration: underline;
 color: #993333; 
}

#footer a:hover {
 text-decoration: underline;
 background: #FFFFFF;
}

#nav {
 border-left: 1px solid #993333; 
 border-right: 1px solid #993333; 
 padding: 0;
 background-color: #993333; 
 margin-right: auto;
 height: 25px;
}

#nav ul {
 margin: 0;
 padding: 2px 9px 2px 2px;
 list-style: none;
 background-color: #993333; 
}

#nav li {
 list-style: none;
/* display: inline; */
 background-color: #993333; 
 padding: 0;
 float: left;
 margin: 0;
 position: relative;

}

#nav li a {
 text-decoration: none;
 font-weight: bold;
 font-size: 13px;
 color: #FFFFFF;
 display: inline;
 border-left: 5px solid #993333; 
 border-right: 10px solid #993333; 
 padding: 0 10px 0 0px;
 background-color: #993333; 
 margin: 0;
}

#nav li a:hover {
 background-color: #c6cdcf;
 color: #FFFFFF;
}

/* SuckerFish CSS drop down style */

#nav li ul {
 position: absolute;
 border: 0;
 width: 8em;
 color: black;
 border-left: 5px solid #c6cdcf;
 margin: 0;
 left: 0;
 display: none;
 padding-top: 6px;
}

#nav li ul a {
 text-decoration: none;
 font-weight: normal;
 font-size: smaller;
 width: 10em;
 display: block;
 border-left: 0;
 border-right: 0;
 padding: 0;
 margin: 0;
}

#nav li:hover ul {
 display: block;
}

#nav li.sfhover ul {
 display: block;
 top: 1em;
}

/*****
*        added WIKINDX version2.3.4
*****/

/*****
*        .linkCite:        style for the Cite link. Often used in conjuction with .link, and can be used to override those styles
*                This style is dynamically assigned to appropriate links on page load if the user agent supports JavaScript.
*****/
.linkCite {
 display:inline; /* used to show to JavaScript supporting user agents */
}
/*****
*        .linkCiteHidden:        style for the Cite link. Often used in conjuction with .link, and can be used to override those styles
*                This is the default style applied to Cite links.
*****/
.linkCiteHidden {
display:none; /* used to hide from non-JavaScript user agents */
}

/* End Suckerfish Style */

/**
* Javascript Format Bar for the SUWP (Single-User Word Processor)
*/
.formatButton {
  font-size: 9px;
  font-weight: bold;
  background: #993333; 
  color : white;
}

.formatSelect {
  height: 1.9em;
  width: 8em;
  font-size: 9px;
  font-weight: bold;
  background: #993333; 
  color : white;
}

.formatSelectOptgroup {
  height: 1.9em;
  width: 12em;
  font-size: 9px;
  font-weight: bold;
  background: #993333; 
  color : white;
}

#formatBar {
  position: absolute; top: 0px; right: 0px;
  width: 96%;
  border-width: 3px;
  border-style: ridge;
  background: url("images/formatBarBackground.png");
  opacity: 0.80;
}

#formatBarStub {
  display: none;
  position: absolute; top: 0px; right: 0px;
  border-width: 3px;
  border-style: ridge;
  background: url("images/formatBarBackground.png");
  opacity: 0.80;
}

/* End Javascript Format Bar */

/* iFrame for the WYSIWYG word processor 
Not all settings are handled by IE */
.suwpOuter {
	padding : 1px;
	background : #993333; 
	border 	: 0; /* curses on Bill Gates */
	width : 96%;
	height : 1000px;
	margin : 1%;
}
.suwpInner {
	padding : 0px;
	background : white;
	border 	: 0; /* curses on Bill Gates */
	width : 98%;
	margin : 1%;
	color : black;
}

/******************
MENU ITEMS
******************/

#mainnav-container ul {
	margin:0px;
	padding:0px;
	}

#mainnav-container li {
	padding:0px;
	list-style:none;
	display:inline;
	margin:5px 10px 5px 0px;
	}

#mainnav-side li {
	padding:0px;
	margin:5px 0px 5px 10px;
	}
	
.MenuItem
{
	font-size: 1em;
	font-weight:normal !important;
}

.MenuHeader
{
	font-size:1.1em;
	margin:10px 0px 10px 0px;
	color: #990000;
	display:block;
	font-weight:bold;
	font-variant:small-caps;
}