@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/mainbg.gif);
	background-repeat: repeat-x;
	font-family: Arial;
	font-size: 11px;
	color: #bebebe;
	background-color: #000000;
}

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: 114px;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	color: #000000;
	padding-left: 75px;
	vertical-align: bottom;
	padding-top: 45px;
}

.logo a {
	color: #ff9900;
}


.navbar {
	background-image: url(images/navbar.gif);
	background-repeat: no-repeat;
	height: 18px;
	text-align: left;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 35px;
}
.navbar a {
	font-weight: bold;
	color: #FFFFFF;
}


.nav-home {
	height: 7px;
	text-align: left;
	background-repeat: no-repeat;
	color: #FFFFFF;
	background-position: left top;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 35px;
	margin-top: -35px;
}

.nav-home a {
	color: #FFFFFF;
}
.nav-sub {
	padding: 8px 15px 0 15px;
	height: 23px;
	color: #36515d;
	text-align: left;
}
.nav-sub a {
	color: #36515d;
}
.nav-end {
	background-image: url(images/navend.gif);
	height: 54px;
	background-repeat: no-repeat;
	background-position: right top;
	width: 100%;
}



.padding {
	padding: 0 0 0 15px;
}
.content {
	padding: 1px 10px 1px 10px;
	line-height: 16px;
	margin: 0 5px 0 4px;
	top: auto;
}

.contentarea {
	font-style: normal;
	font-variant: normal;
	font-weight: lighter;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 5px;
	color: #FFFFFF;
}

.content h1 {
	font-size: 11px;
	font-weight: bold;
	color: #00c0ff;
	margin: 0px 0 15px 0;
	background-image: url(images/icon-arrow.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding: 0 0 0 14px;
}



.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: #006080;
	background-image: url(images/icon-arrow.gif);
	background-repeat: no-repeat;
	background-position: 9px 13px;
}
.content  ul {
	margin: 0;
	padding: 0;
}
.content a {
	font-weight: bold;
	color: #00c0ff;
	text-decoration: none;
}
.content a:hover {
	text-decoration: underline;
}

.contentline {
	padding: 15px 10px 15px 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #006080;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #006080;
}
.contentline a {
	color: #00c0ff;
}
.footer {
	background-image: url(images/footer2.gif);
	background-repeat: repeat-x;
	height: 65px;
	margin: 0;
}

.footer-home {
	height: 22px;
	padding: 8px 0 0 20px;
	color: #FFFFFF; 
	background-repeat: no-repeat;
	background-position: left;
}



.footer-home a {
	color: #FFFFFF;
}

.footer-txt {
	color: #999999;
	padding: 8px 0 0 15px;
	font-size:9px;
	height: 22px;
}

.footer-txt a {
	color: #999999;
}

.txt-bold {
	font-weight: bold;
}

.txt-normal {
	font-weight: normal;
	color: #bebebe;
	line-height: 19px;
}
.txt-boldTwo {
	font-weight: bold;
	padding-left: 75px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
