/* Reset all margins and set defaults. */
body {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	background-color: #392900; 
	font-family: arial, sans-serif;
	font-size: 11pt;
}

/* Page header */
.header {
  margin-top: 0px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 28pt;
  font-variant: small-caps;
  display: block;
  /* background-color: #413000; */
  color: #FDCC99;
}

/* Page title */
.title {
  text-align: left;
  font-size: 16pt;
  font-variant: small-caps;
  font-weight: bold;
  color: #FDCC99;
}

/* Footer */
.footer {
	display: block;
	font-size: 8pt;
	border: 0;
	margin-top: 1em;
	margin-left: 1em;
	margin-right: 1em;
	text-align: right;
	/* background-color: #413000; */
	color: #FDCC99;
}

/* Navigation bar background image */
.navbg {
	background-image:url(/images/spiral.png);
	background-repeat:repeat-x;
	width:100%;
	height:30px;
}

/* Outer page div */
.outerbox {
  margin-top: 0px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  /* border: 1px solid #000000; */
  background: #A84D10;
}

/* Inner page div - index page */
.innerbox-index {
  padding: 0px;
}

/* Inner page div */
.innerbox {
  padding: 10px;
  color: #FDCC99;
}
 
/* Inner box div */
.box {
  margin-left: 5px;
  display: block;
  border: 0;
  padding: 3px;
}



/* Menu */
.menu {
  margin-left: auto;
  margin-right: auto;
  /* width: 700px; */
  text-align: center;
  display: block;
  background: #FDCC99;
  /*background: #FDCC99;
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000; */
}

/* Div style for menu items */
.menuitem {
  margin: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 11pt;
  /*border: 1px solid black; */
  display: inline;
  background: #FDCC99;
 }


/* Link style for menu items */
.menu div:hover {
	background-color: white;
	color: inherit;
}

.menu a:link,
.menu a:active,
.menu a:hover,
.menu a:visited {
	text-decoration: none;
	color: black;
}





/* Horizontal line */
hr {
	height: 1px;
	border-style: none;
	margin: 0;
	color: #000000;
	background-color: #000000;
}



/* Error message text */
.error {
	color: red;
	font-size: 11pt;
	font-weight: bold;
}



/* Spacer for floating divs */
div.spacer {
	clear: both;
}


/* Indented div */
div.indent {
	display: block;
	text-align: left;
	border: 0;
	margin-left: 10px;
}

/* Indented frame with black text and colored background */
div.frame {
	display: block;
	text-align: left;
	padding: 15px;
	margin-left: auto;
	margin-right: auto;
	color: black;
	background: #FDCC99;
	width: 800px;
}

/* Set img tags to have no border */
img {
	border: 0;
}

.small {
	font-size: 9pt;
}


/* Bordered table */
table.border {
	border-collapse: collapse;
}

table.border td {
	border: 1px solid black;
}

table input.yellow {
	background-color: yellow;
}

/* Hidden info boxes to be activated with Javascript */
div.infobox {
	text-align: left;
	border: 0;
	margin-left: 10px;
	padding-top: 5px;
	display: none;
	background: white;
}

