@charset "utf-8";

.header {
	background-color: #990000;
	background-image: url(images/bg-top.png);
	background-repeat: repeat-x;
	height: 166px;
	overflow: hidden;
}
.topPictures {
	float: right;
	height: 166px;
	width: 275px;
	padding-right: 50px;
	z-index: 1;
	overflow: hidden;
}
.logo {
	height: 166px;
	width: 510px;
	padding-left: 25px;
	overflow: hidden;
	z-index: 2;
	float: left;
}
.menu {
	background-color: #999999;
	background-image: url(images/bg-menu.png);
	background-repeat: repeat-x;
	height: 53px;
	overflow: inherit;
}
.buttons {
	float: left;
	height: 53px;
	width: auto;
	padding-left: 55px;
}
.mainContent {
	background-image: url(images/bg-mid.png);
	background-repeat: repeat-x;
	background-color: #7A9DA6;
	overflow: auto;
	height: 175px;
}
.lotextleft {
	float: left;
	height: inherit;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 60px;
}

#mainContent {
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-weight: bold;
	color: #CCCCCC;
	line-height: 1.5;
}
.mainImage {
	background-image: url(images/mainImage1.png);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	width: 100%;
	overflow: auto;
}
.lower {
	background-image: url(images/bg-bot.png);
	background-repeat: repeat-x;
	background-color: #EFEDEC;
	height: 80%;
	min-height: 260px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #999999;
}
.mainCopy {
	float: left;
	width: 500px;
	padding-top: 20px;
	padding-left: 60px;
	height: inherit;
	overflow: auto;
}
.lowerText {
	font-family: "Trebuchet MS";
	font-size: 10pt;
	color: #666666;
	line-height: 1.5;
}
.subhead {
	font-family: "Trebuchet MS";
	font-size: 10pt;
	text-transform: uppercase;
	color: #990000;
}
.textRight {
	font-family: "Trebuchet MS";
	font-size: 8pt;
	line-height: 2;
	text-transform: uppercase;
	color: #666666;
	letter-spacing: 2px;
	height: auto;
}
.seperator {
	background-image: url(images/seperator.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.mainImage2 {
	background-image: url(images/mainImage2.png);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	width: 100%;
	overflow: auto;
}
.mainImage3 {
	background-image: url(images/mainImage3.png);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	width: 100%;
	overflow: auto;
}
.mainImage4 {
	background-image: url(images/mainImage4.png);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	width: 100%;
	overflow: auto;
}
.lowerc {
	background-image: url(images/bg-bot.png);
	background-repeat: repeat-x;
	background-color: #EFEDEC;
	height: 100%;
	min-height: 420px;
}

