/* CSS Document */

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 196px;
	padding: 0px;
		}

		/**
		 *	CSS only menu using only li's and a's
		 *	-------------------------------------
		 *	Tragically, IE wont do the li:hover>lu 
		 *	so a short script is used for that
		 *	(c) 2K3, Peter Nederlof
		 *	http://www.xs4all.nl/~peterned/
		 */

		ul,li {
	list-style-type:none;
	margin:0;
	padding:0;
		}

		ul {
	border:1px solid #FFFFFF;
	background:white;
		}

		li {
			display:block;
			position:relative;
			border:1px solid white;
		}

		li a {
	display:block;
	background:#FFFFFF;
	color:#002569;
	text-decoration:none;
	font-weight:bold;
	width: 100%;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 2px;
		}

		li a.submenu {
	background:#FFFFFF url(../../../ucd/blue-arrow.gif) no-repeat right;
	text-indent: 0pt;
		}

		li a:hover {
	background-color:#002569;
	color:#FFFFFF;
	background-repeat: no-repeat;
	background-position: right;
		}

		li:hover>ul {
			visibility:visible;
		}

		ul ul {
			position:absolute;
			visibility:hidden;
			z-index:100;
			left:195px;
			top:-1px;
		}		
.subBorder {
	border: 1px solid #002569;
	font-weight: normal;
	font-size: 11px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}
li a.submenu:hover {
	background-color:#002569;
	color:#FFFFFF;
	background-repeat: no-repeat;
	background-position: right;
	background-image: url(../../../ucd/white-arrow.gif);
}body {
	background-color: #002569;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding: 5px;
	width: 800px;
	text-align: center;
}
.footer a, a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
.footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.frameBorder {
	border: 2px solid #FFFFFF;
	width: 800px;
}
.headerBorder {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #002569;
	padding-left: 2px;
	padding-bottom: 4px;
	padding-top: 4px;
	line-height: 18px;
	letter-spacing: -1px;
	border: 0px;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #013073;
	text-decoration: none;
	padding: 0px;
	font-size: 12px;
	width: 580px;
	text-align: left;
}
.textHeadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #013073;
	text-decoration: none;
}

.history {
	color: #FFFFFF;
	text-decoration: underline;
}
.history a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.history a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
.history a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.history a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

