@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/mainbg.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: 11px;
	color: #767676;
}

input {
	font-family: Arial;
	font-size: 11px;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#container {
	width: 100%;
}
.clearboth
{
	clear: both;
}

.accesskey {
	text-decoration: none;
}

.logo {
	height: 79px;
}
.banner {
	height: 64px;
	padding: 3px 3px 0px 16px;
	margin: 10px 0 0 0;
	background-color: #0069b7;
	text-align: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #cecece;
	border-left-color: #cecece;
}
.navbar {
	background-image: url(images/navbar.gif);
	background-repeat: repeat-x;
	height: 36px;
	margin: 0 3px 0 3px;
}

.nav-home {
	height: 28px;
	padding: 8px 0 0 17px;
	text-align: left;
	background-repeat: no-repeat;
	color: #616161;
	background-image: url(images/nav-home.gif);
}

.nav-home a {
	color: #616161;
	font-weight: bold;
}
.nav-sub {
	background-image: url(images/nav-subbg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 32px;
	color: #999999;
	text-align: left;
	margin: 0 5px 0px 5px;

}
.nav-end {
	background-image: url(images/nav-end.gif);
	height: 36px;
	background-repeat: no-repeat;
	background-position: right top;
	width: 100%;
}
.nav-subhome {
	background-image: url(images/nav-subhome.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 32px;
}
.nav-subend {
	background-image: url(images/nav-subend.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 32px;
}
.content {
	padding: 2px 10px 5px 10px;
	line-height: 16px;
	margin: 0 5px 0px 5px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #cecece;
	border-left-color: #cecece;
}
.content-corner {
	background-image: url(images/bottom-head.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 10px;
}
.content-bot {
	background-image: url(images/content-bot.gif);
	background-repeat: repeat-x;
	margin: 0 5px 0 5px;
}
.content-end {
	background-image: url(images/bottom-end.gif);
	background-repeat: no-repeat;
	height: 10px;
	background-position: right top;
}




.contentarea {
	padding: 5px 10px 0 6px;
	margin: 10px 0 20px 0;
}

.content h1 {
	font-size: 11px;
	font-weight: bold;
	color: #bd57b7;
	margin: 0px 0 15px 0;
	text-transform: uppercase;
}



.content li
{
	list-style: none;
	margin: 5px 0 5px 0;
	padding: 10px 10px 15px 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ebebeb;
}
.content  ul {
	margin: 0;
	padding: 0;
}
.content a {
	font-weight: bold;
	color: #bd57b7;
	text-decoration: none;
}
.content a:hover {
	text-decoration: underline;
}

.contentline {
	padding: 15px 10px 10px 6px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ebebeb;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #ebebeb;
	margin: 0 0 10px 0;
}
.contentline a {
	color: #bd57b7;
}
.footer-top {
	background-image: url(images/footer-top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 5px;
}

.footer {
	background-image: url(images/footer.gif);
	background-repeat: repeat-x;
	height: 66px;
}
.footer-home {
	height: 19px;
	padding: 5px 0 0 15px;
	color: #626262;
	background-image: url(images/footer-sub.gif);
	background-repeat: no-repeat;
}



.footer-home a {
	color: #666666;
}
.footer-end {
	background-image: url(images/footer-end.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.footer-bg {
	background-image: url(images/footer-subbg.gif);
	background-repeat: repeat-x;
	height: 24px;
	margin: 0 5px 0 5px;
}


.footer-txt {
	color: #859fd1;
	padding: 15px 0 0 15px;
	font-size: 11px;
	height: 24px;
}
.txt-bold {
	font-weight: bold;
}
.txt-normal {
	font-weight: normal;
	color: #999999;
	line-height: 19px;
}
