body {
	color: #525252;
	font-family: verdana;
	font-size: 11px;
    background-image: url("images/backgroundgeel.jpg");  
    background-position: top;
    background-repeat: repeat-x;    
}

div {
	font-size: 11px;
}

a {
	text-decoration: none;
	color: #1192d8;
}

a:hover {
	color: #525252;
}

table {
	margin-left: 0px;
}

td {
	padding-bottom: 5px;
	padding-left: 0px;
	margin-left: 0px;
	vertical-align: top;
}

h1 {
	font-size: 11px;
}

h2 {
	font-size: 11px;
}

h3 {
	font-size: 11px;
	color: #1192d8;
}

.homecontent {
	padding-left: 20px;
	padding-top: 10px;
}

.wrapper {
	width: 770px;
	margin:0 auto;
	margin-top: 15px;
	border-top: 1px solid #525252;
	border-left: 1px solid #525252;
	border-right: 1px solid #525252;
	border-bottom: 1px solid #525252;
}

.container {
	background-color: #ffffff;
	padding: 10px 10px 10px 10px;
	text-align: left;
}

.header {
	width: 100%;
}

.headersplitter {
	width: 100%;
	margin-bottom: 5px;
	margin-top: 3px;
}

.disclaimersplitter {
	width: 100%;
	margin-bottom: 5px;
	margin-top: 5px;
}

#logo {
	position: relative;
	float: left;
}

#menu {
	font-family: verdana;
	font-size: 11px;
	text-align: right;
	position: relative;
	height: 30px;
	padding-top: 15px;
}

#menu a {
	color: #525252;
}

#menu a:hover {
	color: #1192d8;
}

#menu .selected {
	color: #1192d8;
}

#disclaimer {
	font-family: verdana;
	font-size: 10px;
	text-align: left;
	position: relative;
	
}

#headerimage {
	width: 100%;
	margin-top: 15px;
}

/* content style definitions */

#content h1 {
	font-size: 11px;
}

#logfile {
	width: 300px;
	bottom: 15px;
	right: 15px;
	position: absolute;
	border: 1px solid #525252;
	font-family: verdana;
	font-size: 10px;
	display:none;
}

#debug {
	width: 300px;
	top: 15px;
	right: 15px;
	position: absolute;
	border: 1px solid #525252;
	font-family: verdana;
	font-size: 10px;
	display:none;
}