html {
	/* Always show a scrollbar for short pages. non-ie browsers */
	height: 100%;
	margin-bottom: 1px;
	/* IE hack */
	font-size: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	color: #5a5972;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background: url(../images/template/page-bk-tile.gif) repeat;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.page-holder {
	width: 910px;
	padding: 0px 0px 10px;
	margin: 10px auto;
}

.top-bottom-inline {
	display: inline;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 5px;
	width: 910px;
}

.top-bottom-inline2 {
	display: inline;
	margin: 0px;
	padding: 0px 0px 10px;
	float: left;
	height: 5px;
	width: 910px;
}

.page-bk {
	background: #565453;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 910px;
}

#page-header {
	margin: 0px;
	padding: 20px 25px 30px 30px;
	float: left;
	height: 45px;
	width: 855px;
}

#page-header .logo-link {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 45px;
	width: 190px;
	background: url(../images/template/logo-link.gif) no-repeat;
}

#page-header .util-nav {
	color:#999;
	margin: 0px;
	padding: 0px;
	float: right;
	font-size: 14px;
}

#page-header .util-nav a {
	margin: 0px;
	padding: 0px 5px;
	color: #dad7d6;
}

#page-footer {
	margin: 0px;
	padding: 20px;
	float: left;
	width: 870px;
}

#page-footer .iip {
	float: left;
	margin: 0px;
	padding: 0px;
	height: 62px;
	width: 90px;
}
#page-footer .footer-links {
	font-size: 1em;
	color: #676565;
	margin: 0px;
	padding: 0px 0px 15px;
	float: right;
	width: 760px;
	text-align: left;
}

#page-footer .footer-links a {
	color: #dad7d6;
	padding-right: 5px;
	padding-left: 5px;
}
#page-footer .copyright {
	margin: 0px;
	padding: 0px 0px 8px 5px;
	float: right;
	width: 755px;
	color: #dad7d6;
	text-align: left;
}

#page-footer .copyright a {
	color: #DAD7D6;
}

#page-footer .buglink {
	margin: 0px;
	padding: 0px 0px 0px 5px;
	float: right;
	width: 755px;
	color: #b6b3b2;
	text-align: left;
}

#page-footer .buglink a {
	color: #B6B3B2;
}

.main-nav {
	margin: 0px 10px;
	padding: 0px;
	float: left;
	height: 30px;
	width: 890px;
	list-style-image: none;
	list-style-type: none;
	display: inline;
}

.main-nav li {
	margin: 0px 1px 0px 0px;
	padding: 0px;
	float: left;
	height: 30px;
	display: inline;
}

.main-nav #a .on {
	background: url(../images/template/main-nav/a-on.gif) no-repeat;
	float: left;
	height: 22px;
	width: 75px;
	color: #403f3e;
	font-weight: bold;
	font-size: 1.1em;
	text-align: center;
	padding-top: 8px;
}

.main-nav #a .off {
	background: url(../images/template/main-nav/a-off.gif) no-repeat top;
	float: left;
	height: 22px;
	width: 71px;
	font-weight: normal;
	font-size: 1.1em;
	text-align: center;
	padding-top: 8px;
}

.main-nav #a .off:hover {
	background: url(../images/template/main-nav/a-off.gif) no-repeat bottom;
	float: left;
	height: 22px;
	width: 71px;
	font-weight: normal;
	font-size: 1.1em;
	text-align: center;
	padding-top: 8px;
	text-decoration: none;
}

.main-nav #b .on {
	background: url(../images/template/main-nav/b-on.gif) no-repeat;
	float: left;
	height: 22px;
	width: 186px;
	color: #403f3e;
	font-weight: bold;
	font-size: 1.1em;
	text-align: center;
	padding-top: 8px;
}

.main-nav #b .off {
	background: url(../images/template/main-nav/b-off.gif) no-repeat top;
	float: left;
	height: 22px;
	width: 169px;
	font-weight: normal;
	font-size: 1.1em;
	text-align: center;
	padding-top: 8px;
}

.main-nav #b .off:hover {
	background: url(../images/template/main-nav/b-off.gif) no-repeat bottom;
	float: left;
	height: 22px;
	width: 169px;
	font-weight: normal;
	font-size: 1.1em;
	text-align: center;
	padding-top: 8px;
	text-decoration: none;
}

.main-nav #c .on {
	background: url(../images/template/main-nav/c-on.gif) no-repeat;
	float: left;
	height: 22px;
	width: 91px;
	color: #403f3e;
	font-weight: bold;
	font-size: 1.1em;
	text-align: center;
	padding-top: 8px;
}

.main-nav #c .off {
	background: url(../images/template/main-nav/c-off.gif) no-repeat top;
	float: left;
	height: 22px;
	width: 89px;
	font-weight: normal;
	font-size: 1.1em;
	text-align: center;
	padding-top: 8px;
}

.main-nav #c .off:hover {
	background: url(../images/template/main-nav/c-off.gif) no-repeat bottom;
	float: left;
	height: 22px;
	width: 89px;
	font-weight: normal;
	font-size: 1.1em;
	text-align: center;
	padding-top: 8px;
	text-decoration: none;
}

.main-nav #d .on {
	background: url(../images/template/main-nav/d-on.gif) no-repeat;
	float: left;
	height: 22px;
	width: 94px;
	color: #403f3e;
	font-weight: bold;
	font-size: 1.1em;
	text-align: center;
	padding-top: 8px;
}

.main-nav #d .off {
	background: url(../images/template/main-nav/d-off.gif) no-repeat top;
	float: left;
	height: 22px;
	width: 87px;
	font-weight: normal;
	font-size: 1.1em;
	text-align: center;
	padding-top: 8px;
}

.main-nav #d .off:hover {
	background: url(../images/template/main-nav/d-off.gif) no-repeat bottom;
	float: left;
	height: 22px;
	width: 87px;
	font-weight: normal;
	font-size: 1.1em;
	text-align: center;
	padding-top: 8px;
	text-decoration: none;
}

.main-nav #e .on {
	background: url(../images/template/main-nav/e-on.gif) no-repeat;
	float: left;
	height: 22px;
	width: 114px;
	color: #403f3e;
	font-weight: bold;
	font-size: 1.1em;
	text-align: center;
	padding-top: 8px;
}

.main-nav #e .off {
	background: url(../images/template/main-nav/e-off.gif) no-repeat top;
	float: left;
	height: 22px;
	width: 103px;
	font-weight: normal;
	font-size: 1.1em;
	text-align: center;
	padding-top: 8px;
}

.main-nav #e .off:hover {
	background: url(../images/template/main-nav/e-off.gif) no-repeat bottom;
	float: left;
	height: 22px;
	width: 103px;
	font-weight: normal;
	font-size: 1.1em;
	text-align: center;
	padding-top: 8px;
	text-decoration: none;
}

.main-nav #f .on {
	background: url(../images/template/main-nav/f-on.gif) no-repeat;
	float: left;
	height: 22px;
	width: 78px;
	color: #403f3e;
	font-weight: bold;
	font-size: 1.1em;
	text-align: center;
	padding-top: 8px;
}

.main-nav #f .off {
	background: url(../images/template/main-nav/f-off.gif) no-repeat top;
	float: left;
	height: 22px;
	width: 72px;
	font-weight: normal;
	font-size: 1.1em;
	text-align: center;
	padding-top: 8px;
}

.main-nav #f .off:hover {
	background: url(../images/template/main-nav/f-off.gif) no-repeat bottom;
	float: left;
	height: 22px;
	width: 72px;
	font-weight: normal;
	font-size: 1.1em;
	text-align: center;
	padding-top: 8px;
	text-decoration: none;
}

.main-nav #g .on {
	background: url(../images/template/main-nav/g-on.gif) no-repeat;
	float: left;
	height: 22px;
	width: 163px;
	color: #403f3e;
	font-weight: bold;
	font-size: 1.1em;
	text-align: center;
	padding-top: 8px;
}

.main-nav #g .off {
	background: url(../images/template/main-nav/g-off.gif) no-repeat top;
	float: left;
	height: 22px;
	width: 148px;
	font-weight: normal;
	font-size: 1.1em;
	text-align: center;
	padding-top: 8px;
}

.main-nav #g .off:hover {
	background: url(../images/template/main-nav/g-off.gif) no-repeat bottom;
	float: left;
	height: 22px;
	width: 148px;
	font-weight: normal;
	font-size: 1.1em;
	text-align: center;
	padding-top: 8px;
	text-decoration: none;
}

.main-nav #h .on {
	background: url(../images/template/main-nav/h-on.gif) no-repeat;
	float: left;
	height: 22px;
	width: 107px;
	color: #403f3e;
	font-weight: bold;
	font-size: 1.1em;
	text-align: center;
	padding-top: 8px;
}

.main-nav #h .off {
	background: url(../images/template/main-nav/h-off.gif) no-repeat top;
	float: left;
	height: 22px;
	width: 99px;
	font-weight: normal;
	font-size: 1.1em;
	text-align: center;
	padding-top: 8px;
}

.main-nav #h .off:hover {
	background: url(../images/template/main-nav/h-off.gif) no-repeat bottom;
	float: left;
	height: 22px;
	width: 99px;
	font-weight: normal;
	font-size: 1.1em;
	text-align: center;
	padding-top: 8px;
	text-decoration: none;
}

.white-page {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 910px;
}

.white-page .feature-panel {
	background: #FFFFFF url(../images/template/page-div-shadow.gif) repeat-x bottom;
	margin: 0px;
	padding: 8px 8px 18px;
	float: left;
	width: 894px;
}

.white-page .feature-panel span {
	display: none;
}

.white-page .feature-panel img {
	border-width: 0px;
	border-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
}
