body {
	padding:0;
	height:100%;
	border:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #900;
	margin: 0px;
}
table.main {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-style: solid;
	border-right-color: black;
	border-bottom-color: black;
	border-left-color: black;
	border-top-color: black;	
}
a {
	color: #900;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
p {
	margin-top: 0px;
	margin-bottom: 10px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	padding: 0px;
	color: #900;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h2 {
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}
h2.eaaintro {
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h4 {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
td.content {
	height:1024px;
	padding: 22px;
}
.lrgTxt {
	font-size: 18px;
}
.medTxt {
	font-size: 14px;
}
.stdTxt {
	font-size: 12px;
}
.smlTxt {
	font-size: 10px;
}
.borderedbox {
	padding: 5px;
	border: 1px solid #CCCCCC;
}
.highlightbox {
	padding: 5px;
	border: 5px solid #900;
	color: #000000;
	background-color: #FFFFFF;
}
/* HEADER NAVIGATION MENU */
#mainmenu {
	margin:0 auto;
	margin-top:7px;
	margin-bottom:7px;
	background-color:#900;
	clear:both;
	height:30px;
	border-bottom: 1px solid #fff;
}
#mainmenu ul {
	height:30px;
	margin:0px;
	padding:0;
	list-style:none;
}
#mainmenu ul li {
	font-weight: bold;
	font-size: 14px;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	float:left;
	vertical-align:middle;
	text-align:center;
}
#mainmenu ul li a {
	display: -moz-inline-box;
	display: inline-block;
	padding:0 12px;
	color:#FFFFFF;	
	line-height:30px;
	text-decoration:none;
}
* html #mainmenu ul li a {
	display:inline;
}  /* for IE 6 */
* + html #mainmenu ul li a {
	display:inline;
}  /* for IE 7 */
#mainmenu ul li a:hover {
	color :#FFF;
	text-decoration: underline;
}
/* FORM BOXES */
input.text {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
    font-size: 11px;
	border: 1px solid #365E7A;
}
input.textreq {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
    font-size: 11px;
	background:#FFFF99;
	border: 1px solid #365E7A;
}
select.standardselect {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
    font-size: 11px;
	border: 1px solid #365E7A;
}
select.selectreq {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
    font-size: 11px;
	background:#FFFF99;
	border: 1px solid #365E7A;
}
select.selectnonreq {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
    font-size: 11px;
	background:#FFFF99;
	border: 1px solid #365E7A;
}
#eaaintro {
	height: 75px;
}
/* ANYLINKCSS MENU */
.selectedanchor { /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
}
/* ######### Default class for drop down menus ######### */
.anylinkcss {
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	text-indent: 5px;
	border: 1px solid black;
	font-size:14px;
	font-weight:bold;
	line-height: 22px;
	z-index: 1000; /* zIndex should be greater than that of shadow's below */
	background: lightyellow;
	width: 320px; /* default width for menu */
}
.anylinkcss ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.anylinkcss ul li a {
	list-style-type:circle;
	width: 100%;
	font-size:12px;	
	display: block;
	text-indent: 15px;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
}
.anylinkcss a:hover { /*hover background color*/
	background: black;
	color: white;
}
/* ######### Alternate multi-column class for drop down menus ######### */
.anylinkcsscols {
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	border: 1px solid black;
	padding: 10px;
	z-index: 1000;
	background-color: #FFF;
}
.anylinkcsscols .column {
	width: 350px;
	float: left;
}
.anylinkcsscols .column ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align:left;
}
.anylinkcsscols li {
	padding-bottom: 3px;
}
.anylinkcsscols img {
	vertical-align:middle;
}
.anylinkcsscols .column ul li a {
	width: 100%;
	font-size:11px;	
	display: block;
	text-indent: 15px;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
}
.anylinkcsscols .column ul li a:hover { /*hover background color*/
	text-decoration:underline;
}
/* ######### class for shadow DIV ######### */
.anylinkshadow { /*CSS for shadow. Keep this as is */
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999; /*zIndex for shadow*/
	background: black;
	visibility: hidden;
}
