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;
}

/* NAV MENU */
#nav-menu {
	margin-top:12px;
	margin-bottom:12px;
}
#nav-menu ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	text-align: center; /* We are using text-align: center on ul to horizontally align our menu to the page. If you want the menu aligned left or right just change text-align to either left or right */
}
#nav-menu li {
	display: inline;
}
#nav-menu li a {
	padding: 0px; /* Display: block won't work in this example, instead we are using padding to make the hole tab a clickable link */
	color: #FFFFFF;
	padding:6px 10px 6px 10px;
	line-height:22px;
	font-size: 14px;	
	background-color:#900;	
	font-weight: bold;
}
#nav-menu ul li a:hover {
	color :#FFF;
	text-decoration: underline;
}

/* HEADER MENU 2011 */
#header {
	margin-left: 2%;
}
#header-menu {
	margin-top:10px;
	text-align:center;
	height:30px;
}

#header-menu a {
	float:left;
	display:block;
	border-right:5px white solid;
	color: #FFFFFF;
	height:30px;
	line-height:30px;
	font-size: 14px;	
	background-image:url(images/menu-bg.gif);
	background-repeat:repeat-x;	
	font-weight: bold;
}
#header-menu a:hover {
	color :#FFF;
	text-decoration: underline;
}
#header-menu img {
	vertical-align:top;
}
#searchbox {
	background-image:url(images/menu-bg.gif);
	background-repeat:repeat-x;		
	color: #FFFFFF;
	font-size: 14px;	
	background-color:#900;	
	font-weight: bold;	
}
#searchbox form {
	margin:0;
	padding:0;
}
#searchbox input.text {
	margin-top:4px;
	margin-left:2px;
	padding:4px 4px 4px 18px;
	background-position:left;
	background-image:url(images/search-bg.gif);
	background-repeat:no-repeat;
	border:1px #ccc solid;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	height:12px;
	color:#666666;
	width:132px;
}
#searchbox input.img {
	vertical-align:top;
	margin:0;
	padding:0;
}

/* 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: 370px;
	float: left;
}
.anylinkcsscols .column2 {
	width: 250px;
	float: left;
}
.anylinkcsscols .column ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align:left;
}
.anylinkcsscols .column2 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: 0px;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
}
.anylinkcsscols .column ul li a:hover { /*hover background color*/
	text-decoration:underline;
}
.anylinkcsscols .column2 ul li a {
	width: 100%;
	font-size:11px;	
	display: block;
	text-indent: 0px;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
}
.anylinkcsscols .column2 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;
}
#Footer {
	color:#666;	
	background-color:#eeeeee;
	border-top:1px solid #666;
	font-size:11px;
	margin-top:10px;
	padding:5px;
	text-align:center;
}
#Footer a {
	color:#666;
}
