<!-- ; margin-left:20px 
	border-top:1px solid #000;
	border-right:1px solid #000;
	border-left:1px solid #000;
-->

.menu {
	display:none;
	}

.subMenu {
	width: 85px; 
	cursor: hand
	}
	
a:link {
	color: #0000FF;
	font-size: 14px;
	}
	
a:visited {
	color: #990099;
	font-size: 14px;
	}
	
a:hover {
	color: #FF0000;
	font-size: 14px;
	}
	
a:active  {
	color: #00FF00;
	font-size: 14px;
	}

a:link.nav {
	color: blue; 
	margin-left:10px;
	font-family: Times New Roman;
	font-size: 14px;
	}
	
a:visited.nav{
	color: blue; 
	margin-left:10px;
	font-family: Times New Roman;
	font-size: 14px;
	}
	
a:hover.nav{
	color: red; 
	margin-left:10px;
	font-family: Times New Roman;
	font-size: 14px;
	}
	
a:active.nav {
	color: red; 
	margin-left:10px;
	font-family: Times New Roman;
	font-size: 14px;
	}
	
.noline {
	text-decoration: none;
	font-family: Times New Roman;
	font-size: 1em;
	
	color: blue;
	}
.titleline {
	cursor: arrow;
	cursor: hand;
	}

.animatext{font-family: "Times New Roman"; font-size: 36; font-weight: normal; color: white;
	position: relative; width: 150; height: 150; top: 250; left: 300; 
	text-align: center; cursor: default; filter: glow(color=red, Strength=3)}
	
.maintext {
	font-family: Times New Roman;
	font-size: 14px; font-weight: normal;
	}
table{
	font-family: Times New Roman;
	font-size: 16px; 

	}
.infoBarText {
	font-family: Times New Roman;
	font-size: 10px;
	}
body {
	margin: 0px 2px 0px 2px;
	}
	
h1 {
	font-family: Times New Roman;
	text-align: center;
	}
h2 h3 h4 h5 {
	font-family: Times New Roman;
	}
	
em {
	color: red;
	}

	
<!--  Page Division -->

#banner {
	border-bottom:1px solid #000;
	height: 60px;
	padding-left:10px;
	}
	
#pageNavBar {
	background:#fff;
	height:15px;
	border-bottom:1px solid #000;
	padding-left:10px;
	padding:2px 2px 2px 2px;
	font-family: Verdana;
	font-size: 12px;
	vertical-align: baseline;
	}
	
#pageNavBarRight a{
	height:12px;
	width:80px;
	float: right;
	padding:0px 0px 0px 0px;
	border-left:1px solid #000;
	text-align: center;
	font-family: Times New Roman;
	font-size: 10px;
	}
	
#pageNavBarLeft {
	float: left;
	font-family: Times New Roman;
	font-size: 10px;
	}

#leftColNavBar{
	position: absolute;
	left: 0;
	width: 125px;
	margin-left: 10px;
	margin-top: 0px;
	padding: 3px;
	font-family: Times New Roman;
	font-size: 12px;
	}

#content {
	margin: 1px 10px 0 100px;
	padding: 3px;
	border-left:1px solid #000;
	font-family: Times New Roman;
	font-size: 12px;
	}
	
#content2 {
	margin: 0px 2px 0px 100px;
	padding: 3px;
	border-left:1px solid #000;
	font-family: Times New Roman;
	font-size: 12px;
	}

#rightColumn{
	position: absolute;
	left: 75%;
	top: 75px;
	width: 195px;
	
	padding-left: 10px;
	z-index: 3;
	color: #000;
	padding: 3px;
	font-family: Times New Roman;
	font-size: 12px;
	}
	
#footer{
	
	clear: both;
	width: 95%;
	margin: 10px;
	text-align: center;
	font-family: Times New Roman;
	font-size: 11px;
	padding: 3px;
	border-top: 1px solid #333;
	}
