/* General styles */

body {
  background-color: #FFEB00;
  font-family: Verdana, arial, sans-serif;
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  line-height: 18px;
}
p, table {
  font-family: Verdana, arial, sans-serif;
  padding: 0px;
  font-size: 12px;
  line-height: 18px;
}
p.body {	/* for paragraphs used throughout website */
	margin: 15px 10px 15px 0;
	line-height: 18px;
	background: #fff;
	text-align: justify;
}

h1 {
	font-size: 24px;
	color: #A18033;
	padding: 0 0 10px 0;
}

h2 {
	font-size: 18px;
	color: #A18033;
	padding: 10px 0 10px 0;
}

h3 {
	font-size: 15px;
	font-weight: bold;
	border-bottom: 1px #A18033 solid;
	padding-top: 10px
}

ul, ol {
  font-family: Verdana, arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
}

ol.alfa2 {
	list-style: lower-alpha;
}

.boldred {	/* bold red text */
	font-size: 16px;
	font-weight: bold;
	color:#FF0000;
}
.blue {	/* blue text */
	color:#0000ff;
}
.green {	/* green text */
	color:#008000;
}
.red {	/* red text */
	color:#ff0000;
}
/* Styles for object in the left menu */
.logo {
  border: 0px;
}


.title {
  float: left;
  margin-left: 50px;
  background:#FFFFFF;
}

.menu-left {	/* table cell containing the menu */
	width: 160px;
	background: #FFEB00;
	vertical-align:top;
}
.right {	/* table cell containing the main content of the site */
	padding-left: 15px;
	padding-right: 5px;
	background: #FFFFFF;
	vertical-align: top;
	width:auto;
}
table.utables {	/* for tables in header making up the site */
	width: 900px;
}
table.ltables { /* for tables in header making up the site */
	width: 900px;
}

div.quotes {	/* box for putting quotes/excerpts into */
	border: thin #000 dashed;
	padding: 10px;
	margin-bottom: 15px;
	margin-right: 5px;
}

div.toc {	/* floating box for storing table of content */
	float: right;
	width: 240px;
	margin: 0 5px 10px 10px;
}
div.toc_header {	/* header of the table of content box */
	background: #A9904A;
	text-align: center;
	color: #FFFFFF;
	padding: 5px;
	margin: 0px;
	font-weight: bold;
	font-size: 14px
}
div.toc_content {	/* content for the table of content box */
	padding: 5px;
	margin: 0px;
	text-align: left;
	border-bottom: 2px #A9904A solid;
	border-left: 2px #A9904A solid;
	border-right: 2px #A9904A solid;
}
ul.toc {	/* bullet format within the table of content box */
	margin: 0 0 0 15px;
	padding: 0;
}
td.copyright {	/* for copyrighted text */
	margin: 0;
	padding: 0;
	font-size: 9px;
	background: #FFFFA0;
}
.photo_caption {	/* for tables */
	background: #FFEB00;
}
.table_heading {	/* formatting for first row in tables */
	background: #FFFFA0;
	font-weight: bold;
}
p.reference {	/* format for references */
	margin-bottom: 10px;
}

/* start left menu 2 */

.ddmx {
    font: 16px Arial;
	width: 160px;
}
.ddmx .item1,
.ddmx .item1-active {
    padding: 10px;
    background: #FFEB00;
    font: 16px arial;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    background: #FFFFA0;
    color: #D27B29;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 3px 8px 4px 8px;
    font: 12px tahoma;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
    background: #FFEB00;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #FFFFA0;
	color: #D27B29;
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.ddmx .item2 span,
.ddmx .item2-active span{
    position: absolute;
    top: 2px;
    right: 1px;
    border: 0;
	font-weight: bold;
}
.ddmx .section {
    border: 1px solid #b8b4ae;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}
.ddmx .bottom,
.ddmx .bottom:hover {
    /* border-bottom: 1px solid #000000; */
}
* html .ddmx td { position: relative; } /* ie 5.0 fix */

/* end left menu 2 */

/* for creation of forms */
div.panel {
	width: auto;
	background-color: #D3D8E9;
	text-align: center;
	padding: 5px;
	margin: 2px 2px 0 2px;
	border-width: 1px;
	border-color: #828EBF;
	border-style: solid;
}
div.box_bottom {
	width: auto;
	background-color: #FFFFFF;
	text-align: left;
	padding: 5px;
	margin: 0px 2px 10px 2px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-color: #828EBF;
	border-style: solid;
}

div.form_box {	/* box to contain form container */
	width: auto;
	background-color: #D3D8E9;
	text-align: left;
	padding: 5px;
	margin: 2px;
	margin-bottom: 5px;
	border-width: 1px;
	border-color: #828EBF;
	border-style: solid;
}
div.form_container {	/* box to contain form elements */
	width: auto;
	background-color: #FFFFFF;
	text-align: left;
	padding: 5px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
	border-width: 1px;
	border-color: #A9904A;
	border-style: solid;
}
div.tab {	/* to contain tab at the top of form_container */
	margin-left: 5px;
	margin-top: 10px;
}
span.tab {		/* tab at the top of form_container */
	background-color: #A9904A;
	text-align: left;
	padding: 2px 10px;
	border-width: 1px;
	border-color: #A9904A;
	border-style: solid;
	font-weight: bold;
}

p.infobox {		/* box to present information to user */
	margin:5px; 
	border-style:dotted; 
	border-width:1px;
	border-color: #0000FF; 
	background-color:#DDDDFF; 
	padding:5px;
	color:#0000FF;
}
p.errorbox {		/* box to present error to user */
	margin:5px; 
	border-style:dotted; 
	border-width:1px;
	border-color: #FF0000; 
	background-color:#FFCCFF; 
	padding:5px;
	color:#FF0000;
}
span.error {	/* error formatting used in the form generating function */
	color: #f00;
}
/* end forms requirements */