﻿body {
	margin: 0;
	text-align: center;
	padding: 0;
	background: #c2dfec;
	font-size:62.5%;
	}
DIV#main {
	background: transparent url("../images/yourFuture_bg.jpg") center top no-repeat;
}

DIV#filterDiv
{
	display: block; 
	width:200px;
	border:solid 1px black;
	background-color:White;
	height:100%;
	position:fixed;
	left:0;
	top:0;
}

DIV#contentDiv
{
	display: block; 
	width:100%;
	height:100%;
	position:fixed;
	left:200px;
	top:0;
}

DIV#footerDiv
{
	display:block;
	position:fixed;
	bottom:0;
	left:0;
	background-color:White;
	width:100%;
	text-align:right;
}

filterH1
{
	font-family: Arial, Verdana, Times New Roman;
	color: #6666ee;
}

.normalpage 
{
	padding:10px 20px;
	text-align:left;
	background-color:#fff;
	font-family:Verdana;
	font-size:1.1em;
	line-height:1.7em;
	border:1px solid #BAD7E5;
	margin:20px auto;
	width:80%;
}

.normalpage li 
{
	margin:1em 0em;
}

.normalpage h2, 
.normalpage h3,
.normalpage strong
{
	color:#2C729F;
}

.normalpage h2 
{
	font-size:1.5em;
}

.normalpage h3
{
	font-size:1.2em;
}
/* removes focus border in firefox */
:focus
{
  -moz-outline-style: none;
}


