@charset "utf-8";
/* CSS Document */

#MasterWrapper {
	width: 85%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	margin-bottom: 20px;
	padding: 30;
	overflow: hidden;
}
#Header {
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: center top;
	height: 130px;
	background-image: url(images/USA-Header-enlarged.jpg);
	margin: 0px;
	padding: 0px;
	width: auto;
}
#LeftColumn  {
	float: left;
	width: 200px;
	margin-right: 20px;
	padding-left: 20px;
	text-align: left;
}
#CenterColumn {
	padding: 5px 40px 5px 40px;
	text-align: justify;
}
#RightColumn {
	float: right;
	width: 200px;
	margin-left: 20px;
	text-align: left;
	background-color: #FFF;
}
#RightColumn p {
	font-size: 90%;
	color: #666;
}
#FooterWrapper {
	text-align: center;
}
#Footer {
	clear: both;
	background-image: url(images/footerBG.jpg);
	height: 40px;
	background-position: bottom;
	background-repeat: repeat-x;
}
#Footer table tr td p {
	font-size: 80%;
	color: #FFE000;
}
.MenuDivider {
	font-size: 150%;
	font-weight: bold;
	background-color: #000;
	text-align: center;
	height: 2.5em;
	width: 200px;
	color: #FFF;
	line-height: 2.5em;
	display: inline-block;
	background-image: url(images/barBG.jpg);
	background-repeat: repeat-x;
	background-position: center;
}
.PopBox {
	font-size: 85%;
	display: none;
}
.PopBoxLabel {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #00F;
	cursor: help;
}
.CenterText {
	text-align: center;
}
.establishment {
	font-size: 110%;
	font-weight: bold;
	background-image: url(images/establishmentGB.jpg);
	background-repeat: repeat-y;
}
.IndentLeft270px {
	padding-left: 270px;
}
.FlushLeft {
	float: left;
	margin-right: 1em;
}
.FlushRiight {
	float: right;
	margin-left: 1em;
}
.ClearBoth {
	clear: both;
}
.SmallCapsItalics {
	font-style: italic;
	font-variant: normal;
	font-size: 80%;
	text-transform: uppercase;
	font-weight: bold;
}
.Underline {
	font-weight: bolder;
	text-decoration: underline;
}


body {
	margin: 0px;
	background-color: #900;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	font-size: medium;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(images/volcano-bg.jpg);
	background-attachment: fixed;
}
.BoldRed {
	font-weight: bold;
	color: #F00;
}


h1 {
	font-size: 200%;
	font-weight: bold;
	color: #00F;
	text-align: left;
}
h2 {
	font-size: 150%;
	color: #F00;
	text-align: left;
}
h3 {
	font-size: 125%;
	color: #900;
}
h4 {
	font-size: 125%;
	color: #00C;
}

ul {
	color: #0000A0;
}
#MasterWrapper #FooterWrapper #Footer table tr td p a {
	color: #FF9;
}
h5 {
	font-size: 125%;
	font-weight: bold;
}
.dkBlueText {
	color: #30C;
}
