@charset "utf-8";
body {
	background-image: none;
	margin: 0;
	text-align: center;
	padding: 0;
	background-color: #000;
	background-image: url(../_graphics/outerBackground.jpg);
}
#center {
}

#wrapper {
	color: #000;
	width: 900px;
	border: 0;
	padding: 0;
	text-align: left;
	height: inherit;
	
}
#mainLayout {
	width: 900px;
	margin: 0;
	padding: 0;
	background-color: #000;
	
}
#wrapper #mainLayout #mainHeading1 {
	color: #DE9F0C;
	height: 120px;
	width: 725px;
	text-align: left;
	float: right;
	background-image: url(_graphics/innerBackground.png);
}
#wrapper #mainLayout #mainHeading2 {
	width: 675px;
	height: 50px;
	margin-left: 25px;
	margin-top: 20px;
	text-align: center;
}
#wrapper #mainLayout #mainHeading3 {
	height: 30px;
	width: 675px;
	margin-left: 25px;
	margin-top: 0px;
	text-align: center;
}
#wrapper #mainLayout #mainContent1 {
	width: 725px;
	float: right;
	clear: right;
	background-image: url(_graphics/innerBackground.png);
	background-repeat: no-repeat;
}
#wrapper #mainLayout #mainLogo1 {
	height: 120px;
	width: 175px;
	float: left;
	margin: 0;
	padding: 0;
	background-color: #000;
}
#wrapper #mainLayout #mainSidebar1 {
	width: 175px;
	float: left;
	clear: left;
	background-color: #000;
}
#wrapper #mainLayout #mainFooter1 {
	background-color: #000;
	clear: both;
	float: none;
	height: 30px;
	width: 900px;
	padding: 0;
	margin-top: 20px;
	text-align: center;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#wrapper #mainLayout #mainFooter2 {
	float: left;
	height: 30px;
	width: 175px;
	background-color: #000;
	margin: 0;
	padding: 0;
}
.mainButtonBorder {
	margin-top: 15px;
	margin-left: 25px;
	overflow: hidden;
	clear: none;
}
.mainTitleText {
	font-family: "Calisto MT";
	font-size: 40px;
	color: #DE9F0C;
	letter-spacing: .05em;
	text-transform: uppercase;
}
.mainTitleSubText {
	font-family: "Calisto MT";
	text-transform: uppercase;
	color: #DE9F0C;
	letter-spacing: .05em;
	font-size: 26px;
}
.mainFooterText {
	font-family: "Calisto MT";
	font-size: 11px;
	text-transform: uppercase;
	color: #DE9F0C;
	text-align: center;
	text-decoration: none;
}
.mainHeadingText {
	font-family: "Calisto MT";
	font-size: 16px;
	text-transform: capitalize;
	color: #DE9F0C;
	letter-spacing: .1em;
}
.mainContentText {
	font-family: "Calisto MT";
	font-size: 14px;
	color: #CCC;
	text-align: justify;
	text-decoration: none;
}
.mainButtonText {
	font-family: "Calisto MT";
	font-size: 14px;
	color: #DE9F0C;
	text-align: justify;
	text-decoration: none;
}
.mainHeadingTextCaps18 {
	font-family: "Calisto MT";
	text-transform: uppercase;
	color: #CCC;
	letter-spacing: .1em;
	font-size: 18px;
}
.mainHeadingTextCaps16 {
	font-family: "Calisto MT";
	font-size: 16px;
	text-transform: uppercase;
	color: #DE9F0C;
	letter-spacing: .1em;
}
