* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	width: 100%;
}
body {
	font: normal 12px/16px Verdana, Geneva, Arial, Helvetica, sans-serif;
	height: 100%;
	width: 100%;
}
/* DIV */
div.leftColumn {
	clear: left;
	float: left;
	height: auto;
	margin: 1em 2em 1em 1em;
	overflow: hidden;
	width: 20em;
}
div.rightColumn {
	clear: right;
	float: left;
	height: 50em;
	margin: 1em 0 1em 0;
	position: relative;
	width: 50em;
}
div.singleColumn {
	clear: left;
	float: left;
	height: auto;
	margin: 1em;
	position: relative;
	width: 50em;
}
div.overlay {
	background-color: blue;
	display: none;
	height: 71px;
	left: 0px;
	position: absolute;
	top: 0px;
	visibility: hidden;
	width: 71px;
	z-index: 2;
}
/* /DIV */

/* header, paragraphs */
h1 {
	font-size: 1.4em;
	margin-bottom: 1em;
	font-weight: normal;
}
h4 {
	font-size: 1em;
	margin-bottom: 0.4em;
}
h5 {
		font-size: 1.4em;
		color: white;
		margin-top: 10px;
		font-weight: normal;
}
h6 {
	font-size: 1em;
	font-weight: normal;
	margin-bottom: 1em;
}
p {
	margin-bottom: 1em;
}
div.overlay p {
	color: #fff;
	font-size: 2em;
	font-weight: bold;
	margin: 1em 0 0 1em;
}
.error {
	color: #f00;
}
strong {
	font-weight: bold;
}
table {
	text-align:left;
	border: 0;
	border-spacing:0;
}

table thead p {
	vertical-align:bottom;
	font-size: 0.8em;
	padding: 31px 0px 0px 24px;
}
table tbody td {
	padding:24px 0px 0px 24px;
}
table tbody td p {
	font-size:0.8em;
}
table tbody td h1 {
	font-size:1.2em;
}
td li{
	margin-left:15px;
}
	div#head {
		position: absolute;
		left: 0px;
		top: 0px;
		height: 60px;
		background-color: #85D0F0;
		width: 100%;
	}
	div#head_pos {
		position: relative;
		left: 24px;
		top: 0px;
		height: 60px;
		background-color: #85D0F0;
		width: 950px;
	}

	div#main_column {
		position: absolute;
		left: 24px;
		top: 96px;
	}

/* /header, paragraphs */

/* forms */
input {
	margin: 0.5em 0.5em 0 0;
}
input.long {
	width: 20em;
}
/* /forms */