/*
	#dark blue: #281670;

*/

body {
	font-family: verdana, arial, sans-serif;
	text-align: center;
	margin-top: 5px;
	color: #281670;
}

a {
	color: #44baf2;
}

div.wrapper {
	position: relative;
	width: 776px;
	height: 608px;
	margin: 0px auto;
	text-align: left;
	background: url(../img/back_wrapper.gif) repeat-y left top;
	z-index: 100;
}
	div.container {
		position: relative;
		z-index: 100;
	}

div.header {
	height: 106px;
	background: url(../img/back_header.gif) repeat-y left top;
}
	img.logo {
		margin-left: 200px;
		border-collapse: collapse;
	}
	div.header a {
		outline: none;
	}
	
div.links {
	position: relative;
	float: left;
	width: 200px;
	margin-top: -13px;
}
	div.links div {
		margin: 0px 0px 10px 32px;
	}
	div.links div.menu {
		width: 200px;
		margin-left: 0px;
		background: url(../img/back_menu.gif) no-repeat right top;
	}
		ul.menu {
			position: relative;
			margin: 0px 0px -10px 14px;
			padding: 0.5em 0px 0px 0px;
			z-index: 1000;
		}
			ul.menu li {
				padding: 0px 0px 0px 0px;
				margin: 0px 0px 1px 0px;
				font-size: 0.9em;
			}
					ul.menu li a {
						display: block;
						color: #281670;
						margin-left: 34px;
						padding: 0em 0px 0px 0px;
						height: 28px;
						line-height: 28px;
					}
						ul.menu li.hier a,
						ul.menu li a:hover {
							margin: 0px 0px 0px 0px;
							padding: 0em 0px 0px 34px;
							font-weight: bold;
							background: url(../img/back_menu_hier.gif) no-repeat left top;
						}
						ul.menu li a:hover {
							background: url(../img/back_menu_hover.gif) no-repeat left top;
						}
						ul.menu li.hier a:hover {
							background: url(../img/back_menu_hier.gif) no-repeat left top;
						}
		div.menu img.footer {
			margin-left: 32px;
			z-index: 0;
		}
	div.partners {
		position: relative;
		height: 131px;
		z-index: 100;
		background: url(../img/back_partners.gif) no-repeat left top;
	}
		h4#partnertitle {
			padding: 10px 0px 4px 0px;
			text-align: center;
			font-size: 0.8em;
		}
		div.partners p {
			text-align: center;
		}
			div.partners p img {
				margin: 0px 4px 8px 4px;
			}
	div.login {
		position: relative;
		z-index: 1000;
		background: url(../img/back_login.gif) no-repeat left top;
	}
		h3#logintitle {
			margin: 0px 0px 10px 14px;
			padding: 8px 0px 0px 0px;
			height: 18px;
			font-size: 0.9em;
		}
		#loginform {
			padding: 0px 0px 10px 14px;
			margin: 0px 0px 0px 0px;
		}
			#loginform label {
				float: left;
				display: block;
				width: 53px;
				font-size: 0.6em;
				padding: 4px 0px 0px 0px;
			}
			#loginform input {
				font-size: 0.7em;
				width: 88px;
				border: 1px solid #281670;
			}
			#loginform #login_warning {
				font-size: 0.7em;
				color: #cc0000;
				font-weight: bold;
			}
		#loginbutton {
			position: absolute;
			margin-top: 70px;
			width: 34px;
			height: 35px;
			z-index: 1000;
			background: url(../img/button_login.gif) no-repeat left top;
		}
			html>body #loginbutton {
				position: absolute;
				right: 10px;
				bottom: -17px;
			}
div.content {
	position: relative;
	margin-top: 5px;
	float: left;
	width: 573px;
	height: 438px;
	z-index: 1000;
	overflow: auto;
}
	div.padding {
		padding: 0px 11px 0px 11px;
	}
	div.content h1 {
		font-size: 1em;
		margin-bottom: 0.5em;
	}
	div.content h2 {
		font-size: 0.9em;
		margin-bottom: 0.5em;
	}
	div.content h3 {
		font-size: 0.8em;
		margin-bottom: 0.5em;
	}
	div.content h4 {
		font-size: 0.7em;
		margin-bottom: 0.5em;
	}
	div.content p { 
		font-size: 0.8em;
		line-height: 164%;
		margin-bottom: 0.7em;
	}
	div.content ul, div.content ol {
		margin-bottom: 0.5em;
		margin-left: 14px;
		list-style: disc;
	}
		div.content ul li, div.content ol li {
			font-size: 0.8em
		}
	div.content td {
		font-size: 0.8em;
		padding: 4px;
		vertical-align: top;
	}
		div.content td p {
			font-size: 1em;
		}
	


div.footer {
	position: absolute;
	height: 65px;
	width: 776px;
	background: url(../img/footer.gif) no-repeat left top;
	z-index: 0;
}
	body.home div.footer {
		margin-top: -24px;
	}

.clearfloat:after {
	content: ".";
	display: block;
	height: 0;
	visibility:hidden;
	clear: both;
}
.screenreader {
	display: none;
}
.formbutton {
	border: 0px;
	cursor: pointer;
	padding: 0px;
	text-indent: -999em;
}