#pgtop {
	position:absolute;
	margin:0;
	top:0;
	left:0;
	display:block;
	width:890px;
	height:130px;
	background:url(pix/TitleBox.jpg) no-repeat;
	overflow:hidden;
	color:#000000;
}
#pgbdy {
	overflow:visible;
	position:absolute;
	top:166px;
	left:10px;
	right:0;
	width:720px;
	margin-left:65px;
	padding:0;
	border:0;
	z-index:2;
}
body {
	font-size:14px;
	text-align:left;
	background:url(pix/WWBkgd.jpg);
	font-family:verdana, arial, helvetica, sans-serif;
}
a {
	color:#000;
}
a:visited {
	color:#111;
}
a:active {
	color:#222;
}
a:hover {
	text-decoration:none;
}
/* CrapForMenu */
.preload1 {
	background: url(pix/bo.gif);
}
.preload2 {
	background: url(pix/boa.gif);
}
#nav {
	position:absolute;
	width:750px;
	top:130px;
	left:70px;
	padding:0;
	margin:0;
	list-style:none;
	height:36px;
	z-index:500;
	font-family:arial, verdana, sans-serif;
	background:url(pix/bg.gif) no-repeat
}
#nav li.top {
	display:block;
	float:left;
}
#nav li a.top_link {
	display:block;
	float:left;
	height:36px;
	line-height:27px;
	color:#ccc;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	padding:0 0 0 12px;
	cursor:pointer;
	background: url(pix/b.gif);
}
#nav li a.top_link span {
	float:left;
	display:block;
	padding:0 24px 0 12px;
	height:36px;
	background:url(pix/b.gif) right top;
}
#nav li a.top_link span.down {
	float:left;
	display:block;
	padding:0 24px 0 12px;
	height:36px;
	background:url(pix/ba.gif) no-repeat right top;
}
#nav li a.top_link:hover {
	color:#fff;
	background: url(pix/bo.gif) no-repeat;
}
#nav li a.top_link:hover span {
	background:url(pix/bo.gif) no-repeat right top;
}
#nav li a.top_link:hover span.down {
	background:url(pix/boa.gif) no-repeat right top;
}
#nav li:hover > a.top_link {
	color:#fff;
	background: url(pix/bo.gif) no-repeat;
}
#nav li:hover > a.top_link span {
	background:url(pix/bo.gif) no-repeat right top;
}
#nav li:hover > a.top_link span.down {
	background:url(pix/boa.gif) no-repeat right top;
}
/* Default list styling */

#nav li:hover {
	position:relative;
	z-index:200;
}
/* keep the 'next' level invisible by placing it off screen. */
#nav ul, #nav li:hover ul ul, #nav li:hover ul li:hover ul ul, #nav li:hover ul li:hover ul li:hover ul ul, #nav li:hover ul li:hover ul li:hover ul li:hover ul ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:0;
	height:0;
	margin:0;
	padding:0;
	list-style:none;
}
#nav li:hover ul.sub {
	left:0;
	top:31px;
	background: #fff;
	padding:3px;
	border:1px solid #758279;
	white-space:nowrap;
	width:110px;
	height:auto;
	z-index:300;
}
#nav li:hover ul.sub li {
	display:block;
	height:20px;
	position:relative;
	float:left;
	width:110px;
	font-weight:normal;
}
#nav li:hover ul.sub li a {
	display:block;
	font-size:11px;
	height:20px;
	width:110px;
	line-height:20px;
	text-indent:5px;
	color:#000;
	text-decoration:none;
}
#nav li ul.sub li a.fly {
	background:#fff url(ar.gif) 110px 7px no-repeat;
}
#nav li:hover ul.sub li a:hover {
	background:#758279;
	color:#fff;
}
#nav li:hover ul.sub li a.fly:hover {
	background:#758279 url(aro.gif) 110px 7px no-repeat;
	color:#fff;
}
#nav li:hover ul li:hover > a.fly {
	background:#758279 url(aro.gif) 110px 7px no-repeat;
	color:#fff;
}
#nav li:hover ul li:hover ul, #nav li:hover ul li:hover ul li:hover ul, #nav li:hover ul li:hover ul li:hover ul li:hover ul, #nav li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul {
	left:90px;
	top:-4px;
	background: #fff;
	padding:3px;
	border:1px solid #758279;
	white-space:nowrap;
	width:110px;
	z-index:400;
	height:auto;
}
/* CrapForForms */
label {
	display:block;
	font-weight:bold;
	text-align:right;
	width:140px;
	float:left;
}
#Checklabel {
	display:block;
	font-weight:normal;
	text-align:right;
	float:left;
	font-size: 90%;
}
label em {
	display: block;
	color:#666666;
	font-size: 65%;
	font-style: normal;
}
input {
	float:left;
	font-size:12px;
	padding:4px 2px;
	margin:2px 0 10px 10px;
	margin-right: 1em;
	border: 1px solid #999;
}
/* class = radio for line around check and radio 0px*/
input.radio {
	float:left;
	font-size:12px;
	padding:4px 2px;
	margin:2px 0 10px 10px;
	margin-right: 0em;
	border: 0px solid #999;
}
/* class = radio for line around check and radio 0px*/
input.checkbox {
	float:left;
	font-size:12px;
	padding:4px 2px;
	margin:2px 0 10px 10px;
	margin-right: 0em;
	border: 0px solid #999;
}
select {
	float:left;
	font-size:12px;
	padding:4px 2px;
	margin:2px 0 20px 10px;
	margin-right: 1em;
	border: 1px solid #999;
}
textarea {
	float:left;
	font-size:12px;
	padding:4px 2px;
	margin:2px 0 20px 10px;
	margin-right: 1em;
	border: 1px solid #999;
}
button {
	clear:both;
	height:31px;
background:#666666 text-align:center;
	line-height:31px;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
}
fieldset {
	border:solid 2px #999;
	background:#eee;
	width: 100%;
}
legend {
	color: #000;
	background: #eee;
	padding: 2px 6px;
	border:solid 0px #999;
}
br {
	clear: left;
}

