A.NavBar:link    {
	color: #5689C8;
	text-decoration: none
}

A.NavBar:visited {
	color: #5689C8;
	text-decoration: none
}

A.NavBar:active  {
	color: #FBC3D4;
	text-decoration: underline
}

A.NavBar:hover   {
	color: #FEA726;
	text-decoration: none
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: large;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: small;
}
.style5 {
	font-style: italic;
	color: #999999;
	line-height: normal;
}
.style7 , li{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
}
.style9 {
	color: #579E01;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
}
.style11 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: medium; 
	font-style: italic; 
	color: #000000;
}

#maindiv {
	width: 100%;
	position: relative;
}

#leftmenu {
	position: fixed;
	top: 120px;
        bottom: 0px;
	left: 3px;
	width: 168px;
	text-align: left;
	margin-right: 8px;
	margin-left: 10px;
        overflow-y: scroll;
        overflow-x: hidden;
}

#rightmain {
	position: absolute;
	top: 0px;
	left: 170px;
}

#rightmainwindow {
	/* border-left:solid 1px #989898; */
}

#rightmainwindowtext {
	margin-left: 20px;
	margin-right: 20px;
	min-height: 620px;
	width: auto;
}

#footer {
	width: auto;
	margin-left: -170px;
}

