@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background:#000080;
	background-color: #ffffff;
	font-family: Arial;
	font-size: 11px;
	color: #330000;
}

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: 100px;
}

.navbar {
	background-image: url(../images/navbar.gif);
	background-repeat: repeat-x;
	height: 30px;
	margin: 4px 4px 4px 4px;
}

.nav-home {
        background-image: url(../images/nav-home.gif);
	height: 28px;
	padding: 8px 0 0 20px;
	text-align: left;
	background-repeat: no-repeat;
	color: #660000;
	
}

.nav-home a {
	color: #660000;
	font-weight: bold;
}
.nav-sub {
	background-image: url(../images/nav-subbg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 30px;
	color: #999999;
	text-align: left;
	margin: 0 5px 0 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: 2px;
}
.content {
        background-image: url(../images/bgpaper.gif);
	padding: 0px 0px 0px 0px;
	line-height: 10px;
	margin: 0 0px 0px 0px;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ffffff;
	border-left-color: #ffffff;
}
.content-corner {
	background-image: url(../images/bottom-head.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 15px;
}
.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 4px;
}

.content h1 {
	font-size: 11px;
	font-weight: bold;
	color: #660000;
	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: #660000;
	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 {
	
	height: 30px;
}
.footer-home {
	height: 19px;
	padding: 15px 40 40 15px;
	color: #660000;
	
}



.footer-home a {
	color: #660000;
}
.footer-end {
	
	background-position: right top;
}
.footer-bg {
	
	height: 24px;
	margin: 0 5px 0 5px;
}


.footer-txt {
	color: #660000;
	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;
}
