body, html {
	margin: 0px;
	height: 100%;

	background: #42B4E5 url('images/background.jpg') repeat-x;
}

body {
	font-size: 12px;
	font-family: Verdana;
	color: #FFFFFF;	
}

table, tr, td {
	font-size: 12px;
	font-family: Verdana;
	color: #FFFFFF;
}

td a, a:visited, a:active {
	font-size: 12px;	
}

td a:hover {
	font-size: 12px;
	text-decoration: underline;
}

td ul {
	margin-top: 2px;
	padding-left: 18px;
	margin-left: 18px;
}


#text a, a:visited, a:active {
	font-size: 12px;
	font-family: Verdana;
	color: #FFFFFF;
	text-decoration: none;
}
#text a:hover {
	font-size: 12px;
	text-decoration: underline;
}


#background_top_left {
	position: absolute;
	height: 100%;
	width: 300px;
	margin: 0 auto;
	background: url('images/background.top.jpg') no-repeat top left;
	float: left;
}

#background_top_right {
	position: absolute;
	height: 100%;
	width: 1118px;
	margin: 0 auto;
	background: url('images/background.top.jpg') no-repeat top right;
}

#center {
	position: absolute;
	z-index: 1;
	margin: 0px;
	margin-left: 50%;
	height: 100%;
	min-height: 100%;

	left: -559px;
}

#textarea {
	position: relative;
	z-index: 2;
	background-color: #006A4E;
	width: 700px;
	min-height: 100%;
	height: 100%;
	left: 209px;
	z-index: 10;
}

#header {
	width: 700px;
	height: 125px;
	background: url('images/header.jpg') no-repeat;
}

#text {
	width: 700px;
	padding-bottom: 15px;
	
	color: #FFFFFF;
	background-color: #006A4E;
}

#text h1 {
	font-size: 16px;
}

#text_fillin {
	width: 680px;
	padding: 20px;
}

#footer {
	width: 700px;
	
	padding-top: 3px;
	padding-bottom: 3px;
	
	left: 150px;

	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	border-top: 1px solid #FFFFFF;
}

#footer a, a:hover {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
