body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	background-color: #000000;
	margin-left, margin-right:auto;
	text-align: center;
}
/* horizMenu.css */
/* unindent each unordered list */

#menu ul {
  margin-left: -2.5em;
}

/* turn each list item into a solid transparent block */
#menu li {
  list-style-type: none;
  float: left;
  width: 80px;
  text-align: center;
}

/* set anchors to act like buttons */
#menu a {
  display: block;
  color: #F0F0F0;
  text-decoration: none;
  background-color:#003300
}

/* flash anchor white when hovered */
#menu a:hover {
  background-color:#F0F0F0;
  color:#990000;
}

/* collapse nested lists */
#menu li ul {
  display: none;
}

/* display sublists on hover */
#menu li:hover > ul {
  display: block;
}

/* indent third-generation lists */
#menu li li li {
  margin-left: 1em;
}

p, ul, li {text-align:left;}
a:link  { color: #090 }
a:active  { color: #c00 }
a:visited { color: #090 }

h1 { font-size: 2em; text-align:left; color:#900}
h2 { color: #999; font-size: 1.5em; font-weight: bold; text-align: center;}
h3 { color: #900; font-size: 1.25em; font-style: italic; font-weight: bold; text-align: center; margin: 1em 0 }
h4 { font-size: 1em; color:#990000}
h5 { font-size: 0.75em; color:#999999}
h6 { color: #990000; font-size: 1.25em; text-align:left; }

.menu {
	margin-left:10%;
	width: 500px;
	text-align: left;
	float: left;
	height:100;
	z-index:3;
	position: absolute;
	top:222px;
	left: 10%
	}
.picture {
	width: 320px;
	margin-right: 10%;
	text-align: right;
	bottom-margin:20px;
	float:right;
	color: #666666;
}
.container {
background-color: #003300;
text-align: center;
margin-right: auto;
margin-left: auto;
width: 840px;
min-width: 830px
position: absolute;
}

.page {
	color: #000000;
	background-image: url("images/bg.jpg");
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	min-height:50;
	background-color: #003300;
	display: block;
	clear: both;
	z-index:1;
}

.callout {
 width:400px; 
 margin-left:auto;
 margin-right:auto;
 padding:1em;
 min-height:3px; 
 border:#990000 groove 6px;
 text-align:justify;
 background-color:white;
 background-position:center; 
 background-repeat: no-repeat;
 color:black;
 font-weight:bold;
}

fieldset {
	margin: 1%;
	padding: 1%;
	width: 45%;
}
fieldset.ul {list-style-type:none;}}
#floatR { float: right; list-style-type:none; text-align:left;}
#floatL { float: left; list-style-type:none; text-align:left;}
legend {
	font-weight:bold;
	color:#990000;
	text-align: left;
}
.addy {width:190px; margin-left:auto; margin-right:auto;}

#rit {text-align: right}
#cnr {text-align: center}
#lft {text-align: left}
#itbld {style:italic; font-weight:bold;}

