html {
	width: 100%;
	height: 100%;
}

body, div, p, ul, li, h1, h2, img, form {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	height: 100%;
	text-align: center;
	background-color: white;
	overflow: hidden;
}

p {
	margin: 0px 0px 10px 0px;
	line-height: 15px;
}

a {
	color: #29363f;
	text-decoration: none;
}

a:hover {
	color: #0e171d;
	text-decoration: underline;
}

a:link {
	color: #29363f;
}

a:link:hover {
	color: #0e171d;
	text-decoration: underline;
}

a:visited {
	color: #29363f;
}

a:visited:hover {
	color: #0e171d;
	text-decoration: underline;
}

h1 {
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}

h2 {
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}

h3 {
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}

input {
	height: 15px;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	margin: 0px;
	border: 1px solid #5c6970;
	background-color: #d5d8e7;
	padding: 2px;
	color: #29363f;
}

.input {
	background-color: #d5d8e7;
	color: #29363f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	border: 1px solid #5c6970;
}

textarea {
	height: 15px;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	margin: 0px;
	border: 1px solid #5c6970;
	background-color: #d5d8e7;
	padding: 2px;
	color: #29363f;
}

ol {
	margin: 0px 0 10px 0px;
	padding: 0;
}

ol li {
	font-size: 12px;
	font-weight: bold;
	list-style-image: none;
	list-style-type: none;
	margin: 0 0 6px 0;
	padding: 0 0 0 0;
	cursor: pointer;
Ê Ê cursor: hand;
}

ol li:hover {
	color: #0e171d;
}

ol ol {
	margin: 5px 0 10px 20px;
}

ol ol li {
	cursor: pointer;
	font-size: 12px;
	font-weight: normal;
	list-style-image: none;
	list-style-type: none;
	margin: 0 0 3px 0;
	padding: 0 0 0 0px;
}



/* BACKGROUND HTML ////////////////////////////////////////////////////// */

#backgroundcontainer {
	background-color: #545e65;
	color: white;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 0;
	text-align: center;
	overflow: auto;
}

#backgroundcontent {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#backgroundcontent h1 {
	margin-bottom: 10px;
}

#backgroundcontent h2 {
	margin-top: 0px;
	margin-bottom: 10px;
}

#backgroundcontent p {
	margin-bottom: 20px;
}

#backgroundiframe {
	visibility: hidden;
}

#closesplit a {
	color: white;
}

/* FLASH //////////////////////////////////////////////////////////////// */

#flashcontainer {
	background-color: #000000;
	color: white;
	position: absolute;
	z-index: 10;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#flashcontent {
	margin-top: 20px;
	margin-bottom: 20px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	text-align: left;
	overflow: hidden;
}

#flashcontent h1 {
	margin-bottom: 10px;
}

#flashcontent h2 {
	margin-top: 0px;
	margin-bottom: 10px;
}

#flashcontent p {
	margin-bottom: 10px;
}

/* FOOTER /////////////////////////////////////////////////////////////// */

#footer {
	width: 400px;
	
	z-index: 11;
	
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	
	position: relative;
	bottom: 0px;
	text-align: left;
}

/* QUICKNAVIBACKGROUND ////////////////////////////////////////////////// */

#quicknavibackgroundcontainer {
	height: 26px;
	
	z-index: 20;
	position: fixed;
	bottom: 0px;
	
	overflow: hidden;
}

#quicknavibackgroundcontainer #quicknavibackground {
	float: left;
	background: url('../gfx/back.png') no-repeat;
	color: #4a5862;
	position: relative;
	bottom: 0px;
}

#quicknavibackgroundcontainer #quicknavirightborder {
	width: 10px;
	
	float: left;
	background: url('../gfx/back.png') no-repeat;
	background-position: top right;
	color: #4a5862;
	margin: 0;
	position: relative;
	left: 0;
}

/* HTML CONTENT ///////////////////////////////////////////////////////// */

#htmlcontentcontainer {
	height: 0px;
	
	z-index: 30;
	position: fixed;
	bottom: 0px;
}

#htmlcontentcontainer #htmlcontent {
	color: #29363f;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: 0;
	position: relative;
	bottom: 0px;
	text-align: left;
	border: 1px solid transparent;
}

#htmlcontentcontainer #htmlcontent li a {
	color: #29363f;
}

#htmlcontentcontainer #htmlcontent li a:hover {
	color: #0e171d;
	text-decoration: underline;
}

#htmlcontentcontainer #htmlcontent .content {
	margin: 13px 14px 14px 14px;
	position: absolute;
	top: 0;
}

#htmlcontentcontainer #htmlcontent .scrollbox {
	overflow: auto;
	height: 317px;
}

#htmlcontentcontainer #htmlcontent .content h2 {
	font-weight: normal;
	font-size: 20px;
	margin-bottom: 18px;
	text-transform: uppercase;
}

#htmlcontentcontainer #htmlcontent .content .loginfield {
	font-size: 11px;
	float: left;
}

#htmlcontentcontainer #htmlcontent .content .response {
	float: left;
	margin-left: 15px;
	margin-top: 18px;
}

#htmlcontentcontainer #htmlcontent .content .loginfield input {
	width: 145px;
	margin-right: 5px;
}

#htmlcontentcontainer #htmlcontent .content .loginfield .submit {
	width: 60px;
	height: 21px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 12px;
	margin-top: 15px;
	margin-right: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	color: white;
	background: #5c6970;
	border: 1px solid #5c6970;
}

#htmlcontentcontainer #htmlcontent .content .loginfield .submit:hover {
	background: #29363f;
	border: 1px solid #29363f;
}

#htmlcontentcontainer #htmlcontent .content textarea {
	background-color: #d5d8e7;
	margin-right: 0px;
}

/* QUICKNAVI //////////////////////////////////////////////////////////// */

#quicknavicontainer {
	height: 26px;
	
	z-index: 40;
	position: fixed;
	bottom: 0px;
}

#quicknavicontainer #quicknavi {
	height: 26px;
	
	color: #4a5862;
	position: relative;
	bottom: 0px;
	text-align: center;
	border: 1px solid transparent;
}

#quicknavicontainer #quicknavi a {
	color: #4a5862;
}

#quicknavicontainer #quicknavi a:hover {
	color: #29363f;
	text-decoration: none;
}

#quicknavicontainer #quicknavi .items {
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 0px;
	font-size: 12px;
	font-weight: normal;
}

#quicknavicontainer #quicknavi .items h3 {
	display: inline;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	cursor: pointer;
Ê Ê cursor: hand;
}

#quicknavicontainer #quicknavi .items h3:hover {
	color: #29363f;
}

#quicknavicontainer #quicknavi .items .separator {
	display: inline;
	margin: 0 4px 0 4px;
}

.closebutton {
	width: 15px;
	height: 15px;

	background: url('../gfx/close.png') no-repeat;
	cursor: pointer;
Ê Ê cursor: hand;
	position: absolute;
	top: -3px;
	right: -3px;
}

.closebutton:hover {
	background: url('../gfx/close_darker.png') no-repeat;
}

.contactform_content {
	float: left;
}

.contactform_content .loginfield {
	margin-bottom: 5px;
}
