@charset "UTF-8";
/* CSS Document */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:#000000;
	text-align: center;
	font-family:verdana;
	font-size:11px;
	color:#000;
}

h1 { 
	font:20px verdana,serif; 
	margin:0.5em 0;
}

h2 {
	font:20px verdana,serif;
	margin:0 0 0.5em;
}

h3 {
	font:11px verdana,serif;
	margin:0 0 0.5em;
}

h1, h2, h3, a {
		color:#000000;
		text-align: left;
}

p { 
	font-family:verdana;
	font-size:11px;
	line-height:150%; 
	margin:0 0 1em;
	text-align: left;
}
form {
	font-family:verdana;
	font-size:11px;
	line-height:150%; 
	margin:0 0 1em;
	text-align: left;
}
div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:750px;
	background:#fff;
	clear:both;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#header {
	padding:0;
	background:#b1b1b1;
}
	div#header p {
		font-style:italic;
		font-size:9px;
		margin:0;
	}

div#content {
	background:#fff;
	padding:1em 1em 5em; /* bottom padding for footer */
}
	div#content p {
		text-align:justify;
		padding:0 1em;
	}

div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	background:#abb4be;
	left: 0px;
}
	div#footer p {
		padding:1em;
		margin:0;
		font-family:verdana;
		font-size:9px;
	}
.textarea
{
	width:400px; 
	border:1px solid #cccccc; 
	padding:3px; 
	font-family:Verdana; 
	font-size:11px; 
	color:#000000; 
	background:#f6f6f6;
	margin:0px 0px 0px 10px;
}
.textinput 
{
	border:1px solid #ccc;
	padding: 3px; 
	font-family:Verdana;
	font-size:11px; 
	color:#000000;
	font-size:11px;
	background:#f6f6f6;"}
.submitbutton 
{
	border:1px solid #ccc;
	padding: 3px; 
	font-family:Verdana;
	font-size:11px; 
	color:#000000;
	font-size:11px;
	background:#f6f6f6;"}
