body {
	background:#D2D9D2;
	text-align:center;
	margin:20px;
	padding:0;
	font:normal 0.8em/1.2em verdana,aria,sans-serif;
	color:#666;
	}

a {
	color:#FFF;
	text-decoration:none;
	border-bottom:1px dotted;
	}

a:hover {
	border-bottom:1px solid;
	color:#9343B9;
	}

#wrapper1 {
	position:relative;
	text-align:left;
	width:100%;
	background: #D2D9D2;
	}

#wrapper2 {
	position:relative;
	text-align:left;
	width:100%;
	background:#D2D9D2;
	}

#header {
	background: lightblue;
	padding:10px;
	margin:0;
	text-align:center;
	font-size: 150%;
	font-style: italic;
	color:#FFF;
	}

#header h1 {
	text-align: center;
	font-family: sans-serif;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 5%;
	margin-bottom: 5%;
	color: #458B74;
	}

#header a:hover {
	color:#7A2875;
	}

h3
{
	text-align: center;
	font-family: arial, Verdana, "Times New Roman";
	font-size: 120%;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 7%;
	margin-bottom: 8%;
	color: #458B74;
}

#maincol {
	position:relative;
	margin:0;
	padding:10px;
	}

#leftcol {
	position:relative;
	top:-10px;
	left:-10px;
	float:left;
	width: 18%;
	margin:0 0 -10px 0;
	padding:10px;
	background: lightblue;
	font-size: 150%;
	font-style: italic;
	z-index:100;
	}

#rightcol {
	position:relative;
	top:-10px;
	right:-10px;
	float:right;
	width: 18%;
	margin:0 0 -10px 0;
	padding:10px;
	background: lightblue;
	font-size: 150%;
	font-style: italic;
	z-index:99;
	}

#centercol {
	position:relative;
	padding: 6%;
	background: #D2D9D2;
	font-family: "sans-serif";
	font-size: 170%;
	font-style: normal;
	margin-left: 20%;
	margin-right: 20%;
	text-align: justify;
	color: #006633;
	}

p {
    line-height: 130%;
}

p:first-letter
{
	font-family: cursive;
	font-size: 230%;
	font-style: italic;
	font-weight: bold;
	margin-left: 1em;
	color: #4F94CD;
}

#centercol a {
	color: blue;
	}

#centercol a:hover {
	border-bottom:1px solid;
	color:#9343B9;
	}

#footer {
	text-align: center;
	width: 20%;
	padding: 10px;
	margin-top: 3%;
	margin-bottom: 7%;
	color: white;
	letter-spacing: .09em;
	border-style: double;
	border: 5px solid #ccc;
	vertical-align: bottom;
	position: relative;
	top:1px;
	background: lightblue;
	clear:both;
	margin-left: 40%;
	margin-right: 40%;
	padding:1% 0;
	}