body {
	font-family: Arial, Helvetica, sans-serif;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}.linkcopy { color: #003399; font: normal 12px/normal Verdana, Arial, Helvetica, sans-serif; text-decoration: none }
	a.linkcopy:link { color: #003399; font: normal 12px Verdana, Arial, Helvetica, sans-serif; text-decoration: none }
	a.linkcopy:visited { color: #003399; font: normal 12px Verdana, Arial, Helvetica, sans-serif; text-decoration: none }
	a.linkcopy:hover { color: #006699; font: normal 12px Verdana, Arial, Helvetica, sans-serif; text-decoration: underline }
	a.linkcopy:active { color: #990000; font: normal 12px Verdana, Arial, Helvetica, sans-serif; text-decoration: none }

}
}.linksmall { color: #003399; font: normal 9px/normal Verdana, Arial, Helvetica, sans-serif; text-decoration: none }
	a.linksmall:link { color: #003399; font: normal 10px Verdana, Arial, Helvetica, sans-serif; text-decoration: none }
	a.linksmall:visited { color: #003399; font: normal 10px Verdana, Arial, Helvetica, sans-serif; text-decoration: none }
	a.linksmall:hover { color: #006699; font: normal 10px Verdana, Arial, Helvetica, sans-serif; text-decoration: underline }
	a.linksmall:active { color: #990000; font: normal 10px Verdana, Arial, Helvetica, sans-serif; text-decoration: none }

.copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #767676;
	text-decoration: none;
	text-transform: none;
}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #003366;
	text-transform: none;
	text-decoration: none;
}
.copyhome {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	text-decoration: none;
	text-transform: none;
}
}.linkcopyhome {
	color: #003399;
	font: normal 14px/normal Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: none;
}
	a.linkcopyhome:link { color: #003399; font: normal 14px Verdana, Arial, Helvetica, sans-serif; text-decoration: none }
	a.linkcopyhome:visited { color: #003399; font: normal 14px Verdana, Arial, Helvetica, sans-serif; text-decoration: none }
	a.linkcopyhome:hover { color: #006699; font: normal 14px Verdana, Arial, Helvetica, sans-serif; text-decoration: underline }
	a.linkcopyhome:active { color: #990000; font: normal 14px Verdana, Arial, Helvetica, sans-serif; text-decoration: none }

}
.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #009999;
	text-transform: none;
}
.copybold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #767676;
	text-decoration: none;
	text-transform: none;
}

.linkhome { color: #333333; font: bold 16px/normal Verdana, Arial, Helvetica, sans-serif; text-decoration: none }
	a.linkhome:link { color: #333333; font: bold 15px Verdana, Arial, Helvetica, sans-serif; text-decoration: none }
	a.linkhome:visited { color: #333333; font: bold 15px Verdana, Arial, Helvetica, sans-serif; text-decoration: none }
	a.linkhome:hover { color: #006699; font: bold 15px Verdana, Arial, Helvetica, sans-serif; text-decoration: none }
	a.linkhome:active { color: #ffffff; font: bold 15px Verdana, Arial, Helvetica, sans-serif; text-decoration: none }

#main_nav {
	background: none;
	width: 764px;
	height: 26px;
}
#main_nav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#main_nav ul ul {
	width: 150px;
	position: absolute;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#main_nav li {
	float: left;
	width: auto;
	position: relative;
}
/* style the links for the top level */
#main_nav li a, #main_nav li a:visited {
	display: inline;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none; 
	color: #333333; 
	width: auto; 
	height: 26px;  
	background: none; 
	line-height: 26px;
	padding: 0 24px 0 24px;
}
/* style the top level hover */
#main_nav li a:hover {
	color: #006699; 
	background: #FFFFFF;
}
#main_nav li :hover > a {
	color: #006699; 
	background: #FFFFFF;
}

/* style the second level links */
#main_nav li li a, #main_nav li li a:visited {
	display: block;
	font-size: 12px;
	background: #006699 none; 
	color: #FFFFFF; 
	font-weight: normal;
	height: 21px; 
	line-height: 21px; 
	padding: 0px; 
	width: 150px;
	border-bottom: 1px solid #FFFFFF;
	text-align: center;
}
#main_nav li li a:hover {
	background: #FFFFFF none; 
	color: #006699;
	font-weight: normal;
} */

/* style the third level background */
#main_nav li li li a, #main_nav li li li a:visited {
	background: #FFFFFF none; 
	color: #006699;
} 
/* style the third level hover */
#main_nav li li li a:hover {
	background: #006699 none; 
	color: #FFFFFF;
}
#main_nav li li li :hover > a {
	background: #3D3D3D none; 
	color: #FFFFFF;
} 

/* hide the sub levels and give them a positon absolute so that they take up no room */
#main_nav ul ul {
	visibility: hidden;
	position: absolute;
	top: 26px;
	left: 0; 
	width: 150px;
}
/* another hack for IE5.5 */
* html #main_nav ul ul {
	top: 26px;
	t\op: 26px;
}

/* position the third level flyout menu */
#main_nav ul ul ul{
	left: 150px; 
	top: 0;
	width: 150px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
#main_nav table {position:absolute; top:0; left:0;}

/* make the second level visible when hover on first level list OR link */
#main_nav ul li:hover ul,
#main_nav ul a:hover ul {
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
#main_nav ul :hover ul ul {
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
#main_nav ul :hover ul :hover ul ul {
	visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
#main_nav ul :hover ul :hover ul{ 
	visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
#main_nav ul :hover ul :hover ul :hover ul { 
	visibility:visible;
}
