a:link{font-family: Verdana, Arial, Helvetica, sans-serif; font-size:11px; font-weight:normal; font-style:normal; text-decoration:none; text-align:left; vertical-align:; color:#475EAD}
a:visited{font-family: Verdana, Arial, Helvetica, sans-serif; font-size:11px; font-weight:normal; font-style:normal; text-decoration:none; text-align:left; vertical-align:; color:#475EAD}
a:active{font-family: Verdana, Arial, Helvetica, sans-serif; font-size:11px; font-weight:normal; font-style:normal; text-decoration:none; text-align:left; vertical-align:; color:#475EAD}
a:hover{font-family: Verdana, Arial, Helvetica, sans-serif; font-size:11px; font-weight:normal; font-style:normal; text-decoration:underline; text-align:left; vertical-align:; color:#475EAD}

.two:link{font-family: Verdana, Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold; font-style:normal; text-decoration:none; text-align:left; vertical-align:; color:#333300}
.two:visited{font-family: Verdana, Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold; font-style:normal; text-decoration:none; text-align:left; vertical-align:; color:#E92622}
.two:active{font-family: Verdana, Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold; font-style:normal; text-decoration:none; text-align:left; vertical-align:; color:#333300}
.two:hover{font-family: Verdana, Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold; font-style:normal; text-decoration:underline; text-align:left; vertical-align:; color:#333300}

.text{font-family: Verdana, Arial, Helvetica, sans-serif; font-size:11px; font-weight:normal; font-style:normal; text-decoration:none; text-align:; vertical-align:; color:#000000}

.put {
	BORDER-RIGHT: #000000 1px groove;
	BORDER-TOP: #000000 1px double;
	FONT-SIZE: 11px; COLOR: #000000;
	BORDER-LEFT: #000000 1px double;
	BORDER-BOTTOM: #000000 1px groove;
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	BACKGROUND-COLOR: #ffffff;
}

select {
	BORDER-RIGHT: #000000 1px groove;
	BORDER-TOP: #000000 1px double;
	FONT-SIZE: 11px; COLOR: #000000;
	BORDER-LEFT: #000000 1px double;
	BORDER-BOTTOM: #000000 1px groove;
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	BACKGROUND-COLOR: #ffffff;
}

.col {background-color:#CCCC99;}
.footer {font-family: Verdana, Arial, Helvetica, sans-serif; font-size:11px; font-weight:normal; font-style:normal; text-decoration:none; text-align:center; vertical-align:; color:#CCCC99}
.subheads {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.textbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
a.white{font-family: Verdana, Arial, Helvetica, sans-serif; font-size:11px; font-weight:normal; font-style:normal; text-decoration:none; color:#FFFFCC;
}.image {
	float: right;
	border: 4px solid #000000;
	margin-left: 10px;
	margin-bottom: 10px;
}


/*  left side menu */
.menuLft {
	z-index:1000;
	margin:0;
	padding-top: 0px;/* this page only */
	padding-right: 0;
	padding-bottom: 20;
	padding-left: 0;
}

/* remove all the bullets, borders and padding from the default list styling */
.menuLft ul {
padding:0;
margin:0;
list-style-type:none;
width:150px; /* controls the width of all the backgrounds */

}
/* hack for IE5.5 */
* html .menuLft ul {margin-left:-16px; ma\rgin-left:0;}
/* position relative so that you can position the sub levels */
.menuLft li {
position:relative;
height:40px; /* controls the space between of all the backgrounds */

}
/* position relative so that you can position the sub 2nd levels */
.menuLft li li {
position:relative;
height:25px; /* controls the space between of 2nd level the background */

}

/* get rid of the table */
.menuLft table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.menuLft a, .menuLft a:visited {
	display:block;
	text-decoration:none;
	height:25px;
	text-align:center;
	font-weight:bold;
	line-height:25px;
	width:150px;/* controls the width of all rollover backgrounds */
	color:#000000; /* all text color*/
	text-indent:5px;
	/* a background color controls the background color of the menu items */

border-width:0 1px 1px 0;
	
}

/* style the 2nd level links */
.menuLft ul ul a, .menuLft ul ul a:visited {
display:block; 
text-decoration:none;
height:25px;
text-align:center;
line-height:25px;
width:150px;/* controls the width of 2nd level rollover backgrounds */
color:#3e3e37; /* all text color*/
text-indent:0px;
/* a background color controls the background color of the menu items */

border-width:0 1px 1px 0;
}

/* hack for IE5.5 */

/* style the link hover */
* html .menuLft a:hover {color:#fff; background:#003300;}

.menuLft :hover > a {
color:#fff; /* controls the color of all rollover text */
background:#003300; /* controls the color of all rollover backgrounds */
}

.menuLft ul li:hover > a {
color:#fff; /* controls the color of 2nd level rollover text */
background:#003300; /* controls the color of 2nd level rollover backgrounds */
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menuLft ul ul {
visibility:hidden;
position:absolute;
top:0;
left:150px;
background:#e2dfa8;
width:150px; 
}
/* make the second level visible when hover on first level list OR link */
.menuLft ul li:hover ul,
.menuLft ul a:hover ul {
visibility:visible;
}

/* keep the third level hidden when you hover on first level list OR link */
.menuLft ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menuLft ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menuLft ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menuLft ul :hover ul :hover ul :hover ul { 
visibility:visible;
}
.menuLft .first {
	height:40px;
	text-decoration:none;
	text-align:center;
	padding-top:5px;
	color:#330000;
	font-weight:bold;
	background:url(i/lft_menu.gif) no-repeat;
	font-size: 16px;
	width:199px;
display:block;
}
