body,td,th {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt;	
}
.copyright {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt;	
	line-height: 14px;
	color: #00008B;
	font-style: italic;
}

h2 {
	text-align: left;
	color: #000080;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;	
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16pt;
}

h3 {
	text-align: left;
	color: #b22222;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12pt;
}


#SideBar {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}



/* Main Menu Styles */

.menuTable {
	border: thin solid #116926;
}

.mainTable {
	background-color: #FFFFFF;
}
a:link, a:active, a:visited{
	background: none transparent scroll repeat 0% 0%; 
	color: #1919b3; 
	text-decoration: underline ;
}
a:hover {  
	background-color: #000080;
	color: #FFFFFF;
	text-decoration: none ;
}



/* Popup Menu Styles */
.anylinkcss{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;		
	color: #116926;
	position:absolute;
	visibility: hidden;
	border:1px solid black;
	border-bottom-width: 0;		
	line-height: 18px;
	z-index: 100;
	background-color: #fff6ea;
	width: 205px;
}

.anylinkcss a{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	text-indent: 5px;		
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;

}

.anylinkcss a:hover{ /*hover background color*/
	background-color: #116926;
	color: #fff6ea;
	text-decoration: none;	
}










/*this is the css for the vertical version*/
.tableMenu {
/*	border: thin solid #0000FF;*/
	background-color: #E9E9FF;
} 


.vertical ul{
	list-style-type: none;
	width: 200px;
	border: 1px solid #0000FF;
	margin: 0px;
	padding: 0px;
}

.vertical li a{
	display: block;
	width: 195px;
	text-decoration: none;
	height: 1em;
	border: 0px solid;
	border-top: 0px;
	padding-top: 0.3em;
/*	padding-right: 1px;*/
	padding-bottom: 0.4em;
	padding-left: 5px;
}
.vertical li{
	/*Needed for IE. Don't ask me why, It was a lucky guess.*/
	display: inline;
}
.vertical li ul{
	position: absolute;
	margin-top: -1.3em;
	margin-left: 188px;
}




		/*This section makes the menu not work in non-javascript enabled browsers by not showing the menu by default-This can be worked around by making top level links point to a sitemap*/
		/*Not sure if I recommend this or not*/
		.inaccesible li ul{
			display: none;
		}
		/*Arrow code - looks like <a class="haschild" href="#">Text <span>Arrow</span></a> can be turned on/off with arrow class*/
		.arrow a span{
		padding-left: 1em;
		font-size: 85%;  
		}
		.arrow a:hover span{
		padding-left: 2em;
		}
		.arrow a span.noshow{
			visibility: hidden;
		}
		/*Plus code*/
		.plus a span{
			padding-left: .5em;
		}
		/*colors for menu*/
		.blackwhite li a{
			background-color: #C6D9F1;
			color: #000080;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 9pt;
		}
		.blackwhite li a:hover{
	background-color: #000080;
	color: #FFFFFF;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
		}
		.blackwhite ul{
			border-color: #1919b3;
		}
		.bluewhite li a{
			background-color: white;
			color: #000033;
			border-color: #0000FF;
		}
		.bluewhite li a:hover{
			background-color: #1919b3;
			color: #FFFFFF;
			border-color: #1919b3;
		}
		.bluewhite ul{
			border-color: #1919b3;
		}
		
		/*here we use a little CSS to make a basic/backup dropdown menu in modern browsers *cough* not IE6 or less *cough* if javascript is disabled.Flickering never happens in these browsers*/
		.mlmenu li ul{
			display: none;
		}
		.mlmenu li:hover>ul{
			display: block;
		}		


a.easyLINK:link, a.easyLINK:visited, a.easyLINK:active{
	font-size: 11px;	
	line-height: 16px;	
	background: none transparent scroll repeat 0% 0%; 
	color: #1919b3; 
	font-weight: bold;	
	text-decoration: underline ;	
}

a.easyLINK:hover {
	background-color: #1919b3;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}

.easyLINKtext {
	color: #b22222;
	font-size: 11px;
	font-weight: bold;
}

.easyLINKBlack {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}
