body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	background-color: #666666;
}

#HeaderContainer {
	background: url(header-bkgd.jpg);
}

#OrangeContainer {
	background: url(orange-bkgd.jpg);
} 

#BlueContainer {
    	background: url(blue-bkgd.jpg);
}

#GreyContainer {
    	background: url(grey-bkgd.jpg);
}

#HeaderContainer, #OrangeContainer, #BlueContainer, #GreyContainer {
	background-size: cover;
    	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#Header {
	text-align: left;
	padding: 39px 20px 60px 15px;
	max-width: 800px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	
}

.HeaderImg {
	max-width: 288px;
	width: 100%;
	height: auto;
}

.HeaderImgTag {
	max-width: 371px;
	width: 100%;
	height: auto;
}

#WhiteContainer {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#Content {
	background: rgba(255, 255, 255, 0.7);
	background-image: url("shadow-left.png"), url("shadow-right.png");
	background-position: left top, right top;
    	background-repeat: repeat-y, repeat-y;
	padding: 20px 20px 20px 20px;
	max-width: 800px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
}


#OrangeContainer H1, #OrangeContainer H2, #OrangeContainer H3, #OrangeContainer H4 {
	color: #990000;
	font-weight: normal;
	font-style: normal;
	margin-top: 0px;
}

#WhiteContainer H1, #WhiteContainer H2, #WhiteContainer H3, #WhiteContainer H4 {
	color: #990000;
	font-weight: normal;
	font-style: normal;
	margin-top: 0px;
}

#BlueContainer H1, #BlueContainer H2, #BlueContainer H3, #BlueContainer H4 {
	color: #000099;
	font-weight: normal;
	font-style: normal;
	margin-top: 0px;
}

#GreyContainer H1, #GreyContainer H2, #GreyContainer H3, #GreyContainer H4 {
	color: #333333;
	font-weight: normal;
	font-style: normal;
	margin-top: 0px;
}

.OrangeFloatLeft {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	border: 1px solid #990000;
}

.OrangeFloatRight {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	border: 1px solid #990000;
}

.BlueFloatLeft {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	border: 1px solid #000099;
}

.BlueFloatRight {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	border: 1px solid #000099;
}

.GreyFloatLeft {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	border: 1px solid #333333;
}

.GreyFloatRight {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	border: 1px solid #333333;
}
	

#topNav, #bottomNav {
	text-align: center;
	color: #ffffff;
	padding: 5px 25px 5px 25px;
	max-width: 800px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	
}

#topNav a:link, #topNav a:visited, #bottomNav a:link, #bottomNav a:visited, #Footer a:link, #Footer a:visited {
	color: #ffffff;
	text-decoration: none;
}

#topNav a:hover, #bottomNav a:hover, #Footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#FooterContainer {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#Footer {
	color: #ffffff;
	max-width: 800px;
	padding: 2px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}