html,body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #EAECED;	
	font-family: verdana, sans-serif;
	font-size: 0.9em;
	color: #000;
}

html {
	overflow-y: scroll;
}

h1 {
	font-size: 1.3em;
	margin: 0 0 1em;
	/*border-bottom: 1px solid #0682B5;
	margin-left: 20px;*/
}

h2 {
	font: 10px;
	margin: 0 0 0.5em;
}

	h1, h2, a {
		color: #0682B5;
	}
	
h3 {
	font-size: 0.9em;
	text-align: right;
	margin: 6px;
}

h3.built {
	float: left;
}
	
p {
	line-height: 1.5;
	margin: 0 0 1em;
}

	p.line1 {
		line-height: 5px;
		/*margin-left: 45px;*/
	}
	
	p.bold {
		line-height: 1.5;
		/*margin-left: 45px;*/
		font-weight: bold;
	}

	p.line0 {
		line-height: 5px;
		/*margin-left: 45px;*/
	}

	p.footer {
		font-size: 0.8em;
	}
	
a:link,a:visited {
	color: #35498E;
	text-decoration: none;
}

a:hover {
	color: #35498E;
	text-decoration: none;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:100%;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#header {
	padding:1em;
}
	div#header p {
		font-style:italic;
		font-size:1.1em;
		margin:0;
	}

div#content {
	padding:0em 1em 2em; /* bottom padding for footer */
}
	div#content p {
		text-align:justify;
		padding:0 1em;
	}

div#content2 {
	width: 550px;
	margin: 0 auto;
}
	
div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	background: #35498E;
	color: #fff;
}
	div#footer p {
		padding:0.2em;
		margin:0;
		text-align: center;
	}