body
{
	background-color: #DDDDDD;
	font-family: Arial;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	font-family: Palatino, sans-serif;
}

#headerContainer
{
	z-index: 1000;
	position: fixed;
	top: 0px;
	height: 100px;
	background-color: #2aaae2;
	width: 100%;
}

#header
{
	position: relative;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 20px 0px 20px;
	width: 800px;
	height: 100px;
}

#logo
{
	position: absolute;
	background: url('images/SmallLogo.png') top center;
	background-size: 165px 100px;
	height: 100px;
	width: 165px;
	margin-left: 0px;
	margin-top:0px;
}

#menu
{
	position: absolute;
	margin-bottom: 5px;
	margin-right: 5px;`
	color: #ffffff;
	font-size: 16pt;
	text-align: right;
	width: 800px;
	height: 30px;
	right: 5px;
	bottom: 0px;
}

#menu a
{
	margin-left: 20px;
	margin-right: 10px;
	color: #ffffff;
}

#menu a:link, a:visited, a:hover, a:active
{
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}

#bannerContainer
{
	position: fixed;
	top: 100px;
	z-index: 10;
	width: 100%;
}

#banner
{
	height: 450px;
	width: 100%;
	background: #ffffff url('images/header.jpg') top center;
}

#pageContainer
{
	position: relative;
	z-index: 100;
	margin-top: 150px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	width: 800px;
	background-color: #ffffff;
}

#contentHeader
{
	background-color: #2aaae2;
	padding: 5px;
	padding-left: 10px;
	width: 785px;
	text-align: left;
	color: #ffffff;
	font-size: 28pt;
}

#contentFooter
{
	background-color: #2aaae2;
	padding: 10px;
	width: 780px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
}

#contentHeader .icon {
	text-align: left;
	width: 32px;
	height: 32px;
	margin: 4px 5px 4px 0px;
}

#content
{
	padding: 10px 10px 10px 30px;
}

#content a.anchor
{
	display: block; position: relative; top: -200px; visibility: hidden;
}

#content hr { 
	border: 0;
	height: 1px;
	margin: 50px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));}

#content a:link, a:visited, a:hover, a:active
{
	color: #2aaae2;
	text-decoration: none;
	font-weight: normal;
}

#content p
{
	padding-left: 10px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

#content h1 { color: #2aaae2; }
#content h2 { color: #2aaae2; margin-left: 5px;}

#contentFooter a:link, a:visited, a:hover, a:active
{
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal;
}

