﻿body 
{
	margin: 0 auto;
	padding: 0;
	background-color: #89BCE6;
	text-align: center;
	font: .8em Verdana, Arial, Tahoma, Helvetica, sans-serif;
}

#mainContent
{
	position: relative;
	margin: 10px auto;
	width: 800px;
	height: 530px;
	background-color: White;
	text-align: center;
	/*border: solid 1px red;*/
}

#headerRoundedEdgesDiv, #headerImageDiv
{
	text-align: center;
	position: absolute;
	margin: 0;
	padding: 0;
	top: 2px;
	left: 20px;
	width: 320px;
	height: 170px;
}

#headerRoundedEdgesDiv
{
	background-image: url(../images/header/curvedBorders.gif);
	background-repeat: no-repeat;
	/*border: solid 1px black;*/
	z-index: 3;
}

#headerImageDiv
{
	z-index: 2;
	border: 0;
}

#headerImageDiv img
{
	border: 0;
	width: 320px;
	height: 170px;
}



#headerRightDiv
{
	padding: 0;
	margin:0;
	position: absolute;
	top: 12px;
	right: 20px;
	z-index: 4;
}

#headerRightDiv p
{
	margin: 0;
	padding: 0;
	color: #1C4F72;
	text-align: right;
	font-size: .85em;
	line-height: 18px;
}

#headerRightDiv a
{
	color: #1C4F72;
	text-decoration: none;
}

#headerRightDiv a:link
{
	color: #1C4F72;
	text-decoration: none;
}

#headerRightDiv a:visited
{
	color: #1C4F72;
	text-decoration: none;
}

#headerRightDiv a:hover
{
	color: #89BCE6;
	text-decoration: none;
}

#chewonkiTitleDiv
{
	padding: 0;
	margin: 0;
	position: absolute;
	top: 145px;
	right: 20px;
	z-index: 4;	
}

#chewonkiTitleDiv h1
{
	padding: 0;
	margin: 0;
	font-family: Garamond, Serif;
	font-size: 2.1em;
	font-weight: normal;
	color: #1C4F72;
}

#chewonkiTitleDiv a
{
	color: #1C4F72;
	text-decoration: none;
}

#chewonkiTitleDiv a:link
{
	color: #1C4F72;
	text-decoration: none;
}

#chewonkiTitleDiv a:visited
{
	color: #1C4F72;
	text-decoration: none;
}

#chewonkiTitleDiv a:hover
{
	color: #89BCE6;
	text-decoration: none;
}

#footer
{
	color: #FFFFFF;
	/*border: solid 1px black;*/
}

#footer a
{
	text-decoration: none;
	color: #FFFFFF;
}

#footer a:link
{
	text-decoration: none;
	color: #FFFFFF;
}

#footer a:visited
{
	text-decoration: none;
	color: #FFFFFF;
}

#footer a:hover
{
	text-decoration: none;
	color: #1C4F72;
}

#weFooter
{
	color: #FFFFFF;
	font-size: .8em;
	/*border: solid 1px black;*/
}

#weFooter a
{
	text-decoration: none;
	color: #FFFFFF;
}

#weFooter a:link
{
	text-decoration: none;
	color: #FFFFFF;
}

#weFooter a:visited
{
	text-decoration: none;
	color: #FFFFFF;
}

#weFooter a:hover
{
	text-decoration: none;
	color: #1C4F72;
}

#fourOhFourText
{
	padding: 0;
	margin: 0;
	position: absolute;
	width: 500px;
	top: 250px;
	left: 20px;
	/*border: solid 1px black;*/
	text-align: left;
}