body {
	background-attachment: scroll;
	background-image: url(../graphics/backgroundTile.gif);
	background-repeat: repeat;
}
.masterContainer {
	background-color: #FFF8DC;
	border: 1px solid #000000;
	position: relative;
	height: auto;
	width: 800px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	display: block;
}
.masterTitleContainer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: xx-large;
	font-variant: small-caps;
	color: #000000;
	height: 100px;
	width: 800px;
	position: relative;
	top: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.masterMenu {
	clear: both;
	float: left;
	width: 80px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	position: relative;
	background-color: #000000;
	text-align: left;
	white-space: nowrap;
	margin-right: 40px;
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	height: 900px;
}
.masterMenuItem {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-variant: normal;
	color: #000000;
	background-color: #FFB90F;
	padding: 2px;
	clear: left;
	float: left;
	height: auto;
	width: 102px;
	border: 1px solid #000000;
	position: relative;
	text-align: left;
	vertical-align: middle;
	margin-left: 5px;
	font-weight: normal;
	margin-bottom: 5px;
}
.masterMenuItem:hover {
	background-color: #7EC0EE;
}
a.masterMenuItemLink:link {
	color: #000000;
	text-decoration: none;
}
a.masterMenuItemLink:hover {
	color: #990033;
	text-decoration: underline;
}
a.masterMenuItemLink:visited {
	color: #000000;
	text-decoration: none;
}
a.masterMenuItemLink:active {
	color: #000000;
	text-decoration: none;
}
.pageTitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-variant: small-caps;
	color: #2C5F7C;
	text-align: center;
	font-style: italic;
	font-weight: bold;
}
.pageTitle2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-variant: small-caps;
	color: #2C5F7C;
	text-align: center;
	font-style: italic;
	font-weight: bold;
}
.imgRight {
	vertical-align: top;
	margin: 5px;
	float: right;
}
.imgRight2 {
	vertical-align: top;
	margin: 5px;
	float: right;
	clear: right;
	width: 700px;
}