html, body, form  {
	font-family: Arial;
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #e5e5e5;
}

#background {
	background-image: url('/fileadmin/images/outer.png');
	background-repeat:repeat-x;
	background-position: top;
	position: absolute;
	z-index: 1;
	left: 0px;
	width: 100%;
	height: 100%;
}

#face {
	position: absolute;
	z-index: 0;
	top: 105px;
	left: 20px;
	height: 149px;
	width: 161px;
	background-image: url('/fileadmin/images/face.png');
}

#wrap {
	position: relative;
	z-index: 2;
	background-color: #FFFFFF;
	margin: 0px auto;
	width: 802px;
	height: 1500px;
}

#site {
	position: relative;
	z-index: 2;
	margin-left: -20px;
	width: 840px;
	height: 2000px;
}

#left {
	float: left;
	height: 2000px;
	width: 20px;
	background-image: url('/fileadmin/images/left.png');
}

#right {
	float: right;
	height: 2000px;
	width: 20px;
	background-image: url('/fileadmin/images/right.png');
}

#page_content {
	float: left;
	width: 800px;
	height: 1150px;
}

#logo {
	position: relative;
	z-index: 100;
	background-image: url('/fileadmin/images/logo.png');
	width: 297px;
	height: 144px;
	float: left;
	margin-left: -125px;
}

#header {
	margin-top: 0px;
	* margin-top: -144px;
	height: 300px;
	width: 800px;
	background-image: url('/fileadmin/images/header.png');
	border-bottom: 1px solid #2c53a2;
}

#menu_border {
	margin-top: -44px;
	border-top: 1px solid #2c53a2;
}

#menu_bg {
	height: 43px;
	width: 800px;
	background-color: #2c53a2;
	opacity:0.7;
	filter:alpha(opacity:70);
}

#menu {
	position: absolute;
	z-index: 10;
	margin-top: -43px;
}


#menu span {
	/* padding-left: 10px; */
}

#menu a {
	z-index: 10000;
	position: relative;
	padding-bottom: 13px;
	margin-right: 5px;
}

.menu_item {
	padding-top: 10px;
	padding-left: 5px;
	/* font-weight: bold; */
	padding-right: 15px;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

#content {
	height: 1670px;
	width: 780px;
	margin-top: 5px;
	padding: 10px;
	overflow-x: hidden;
	background-color: #FFFFFF;
}

#login_bar {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30px;
	z-index: 100;
	border-top: #2c53a2;
	background-color: #2c53a2;
	opacity:0.7;
	filter:alpha(opacity:70);
}

#login_bar_border {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 25px;
	z-index: 101;
	border-top: #2c53a2;
	display: inline;
	color: #FFFFFF;
	text-align: center;
}

form {
	display: inline;
	color: #EEEEEE;
	background-color:#6b86be;
}

input {
	margin-left: 10px;
	background-color:#2c53a2;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	padding-left: 2px;
}

.button {

    color: #FFFFFF;
    background-color:#2c53a2;
	border: 1px solid #FFFFFF; 
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 15px;
}

p {
	font-size: 12px;
}

.faq {
	color: #000000;
	text-decoration: none;
	font-size: 13pt;
	cursor:pointer;
}

.faq_spacer {
	height: 5px;
}
