html {
	height: 100%;
}

body {
	margin: 15px;
	height: 100%;
	padding: 0px;
	font-family: Arial, Helvetica, Sans Serif;
	line-height: 120%;
	font-size: 13px;
	color: #333333;
	background: #eee;
}

#maindiv {
	position: absolute;
	width: 808px;
	height: auto;
	margin-left:-404px;
	left:50%;
}

.clr {
	clear: both;
}

.outline {
  border: 1px solid #cccccc;
  background: #ffffff;
  padding: 2px;
}

#buttons_outer {
	width: 808px;
  	margin-bottom: 2px;
	margin-right: 2px;
	float: left;

}

#buttons_inner {
	border: 1px solid #cccccc;
	height: 21px !important;
	height: 23px;
}

#buttons {
	float: left;
	margin: 0px;
	padding: 0px;
	width: auto;
}


ul#mainlevel-nav
{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.8em;
}

ul#mainlevel-nav li
{
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin: 0;
	font-size: 11px;
	line-height: 21px;
	white-space: nowrap;
	border-right: 1px solid #cccccc;
}

ul#mainlevel-nav li a
{
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	color: #333333;
	background: transparent;
}

#buttons>ul#mainlevel-nav li a { width: auto; }

ul#mainlevel-nav li a:hover
{
	color: #fff;
	background: #C8CFFE;
}

#header_outer {
	text-align: left;
	border: 0px;
	margin: 0px;
}

#header {
	padding: 0px;
	margin-right: 2px;
	width: 806px;
	height: 150px;
	color: #EFEFEF;
	font-size: 16px;
	text-align: right;
	font-style: italic;
	background: url(../images/header.jpg) no-repeat;
}
#header .headline {
	position: relative;
	right: 10px;
	margin-top: 120px;
	font-size: 2em;
}

#content_outer {
	padding: 0px;
	margin-top: 0px;
	margin-left: 2px;
	/** border: 1px solid #cccccc; **/
	float: left;
	width: 806px;
}

#content_inner{
	text-align: left;
	padding: 4px 10px 5px 10px;
	margin-top: 2px !important;
	margin-top: 0px;
	text-align: justify;
}

a:link, a:visited {
	color: #697CBA;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #96ADE7;
	text-decoration: none;
	font-weight: bold;
}
label {
	width: 80px;
	display: block;
	float: left;
}
.textfield_blur {
	color: #999;
	border: 1px solid #BBB;
}
.textfield_focus {
	color: #000;
	border: 1px solid #222;
}
.textfield_hover {
	color: #444;
	border: 1px solid #444;
}
.button {
	background-color: #697CBA;
	border: none;
	color: #EEE;
	padding: 3px;
	font-weight: bold;
}
.big {
	font-size: 16px;
}
.leftimage{
	border: 2px solid black;
	margin-right: 20px;
}
.rightimage{
	border: 2px solid black;
	margin-left: 20px;
}

