body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg-page.gif);
	background-repeat: repeat-y;

}
a{
	color: #0066CB;
}
a:hover{
	color: #408CD8;
}
a:visited{
	color: #7D7D7D;
}
div#mast{
	background-image: url(images/bg-mast.jpg);
	background-repeat: repeat-x;
	height: 106px;
	width: 772px;

}
div#navbg{
	height: 42px;
	width: 772px;
	color: #FFF;
	background-color: #0066CB;
	border-top: 2px solid #408CD8;
	border-bottom: 2px solid #004C98;
	font-weight: bold;
	vertical-align: middle;
	margin: 0;
}
div#navpad{
	margin: 0 0 0 0;
}

div#content{
	clear: both;
	margin: 0;
}
div#scrollerbg{
	background-image: url(images/bg-scroller.jpg);
	background-repeat: no-repeat;
	height: 34px;
	color: #FFF;
	font-weight: bold;
	vertical-align: middle;
}
div#left {
	float: left;
/*	text-align: justify;*/
	width: 613px;
	voice-family: "\"}\"";
	voice-family:inherit;
}
html>body div#left {
	width: 613px; 
	/* ie5win fudge ends */
}
div#right {
	float: left;
/*	text-align: justify;*/
	width: 159px;
	voice-family: "\"}\"";
	voice-family:inherit;
}
html>body div#right {
	width: 159px; 
	/* ie5win fudge ends */
}
div#copy {
/*	text-align: justify;*/
	font-size: 12px;
	margin: 10px 20px 10px 20px;
	voice-family: "\"}\"";
	voice-family:inherit;
}
html>body div#copy {
	margin: 10px 20px 10px 20px;
	/* ie5win fudge ends */
}
div#title{
	background-image: url(images/bg-title.gif);
	background-repeat: repeat-x;
	height: 40px;
	color: #FF0000;
	font-size: 20px;
	font-weight: bold;
}
#nav, #nav ul {
	float: left;
	width: 772px;
	height: 42px;
	list-style: none;
	line-height: 1;
	background-color: #0066CB;
	font-weight: bold;
	padding: 0;
	border: solid #408CD8;
	border-width: 1px 0;
	margin: 0;
}

#nav a {
	display: block;
/*	width: 10em;
	w\idth: 6em;*/
	height: 22px;
	color: #FFF;
	text-decoration: none;
	padding: 15px 15px 10px 15px;
	voice-family: "\"}\"";
	voice-family:inherit;
}
html>body #nav a {
	height: 16px;
	/* ie5win fudge ends */
}

#nav a.daddy {
	background: url(rightarrow.gif) center right no-repeat;
}

#nav li {
	float: left;
	padding: 0;
	width: 10em;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14.4em;
	w\idth: 13.9em;
	font-weight: normal;
	border-width: 0.25em;
	margin-left: 0;
/*	margin-left: -4.5em;*/
	voice-family: "\"}\"";
	voice-family:inherit;

}
html>body #nav li ul {
	margin: 0;
	margin-left: 0em;
	/* ie5win fudge ends */
}

#nav li li {
	padding-right: 1em;
	width: 13em;
	border-top: 1px solid #004C98;
	text-align: left;
}

#nav li ul a {
/*	width: 13em;
	w\idth: 9em;*/
	width: 200px;
}

#nav li ul ul {
	/*margin: -1.75em 0 0 14em;*/
	margin: 0px;
	width: 200px;
}

#nav li ul li a {
	width: 200px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background-color: #408CD8;
}
#subnav {
	width: 128px;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #959595;
	color: #FFF;
	text-align: left;
	margin: 0em;
	voice-family: "\"}\"";
	voice-family:inherit;
}
html>body #subnav {
	width: 159px;
	/* for non ie */
}

	
#subnav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	border: none;
}
	#subnav li {
		border-top: 1px solid #FFF;
		margin: 0;
		list-style: none;
		list-style-image: none;
/*		width: 128px;*/
		voice-family: "\"}\"";
		voice-family:inherit;
}
html>body #subnav li {
/*	width: 159px; */
	/* for non ie */
}

	
	#subnav li a {
		display: block;
		padding: 5px 5px 5px 0.5em;
		border-left: 10px solid #959595;
		border-right: 10px solid #959595;
		background-color: #959595;
		color: #FFF;
		text-decoration: none;
		width: 100%;
	}

	html>body #subnav li a {
		width: auto;
		}

	#subnav li a:hover {
		border-left: 10px solid #7D7D7D;
		border-right: 10px solid #7D7D7D;
		background-color: #7D7D7D;
		color: #fff;
		}
.emphasis{
	color: #FF0000;
	font-weight: bold;
	font-size: 13px;
}
#footer{
	text-align: center;
	clear: both;
	width: 772px;
	margin-top: 20px;
}