@charset "utf-8";
body {
	background-color: #000000;
	background-repeat: repeat-x;
	background-position: top;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.bannerTable {
	margin: 0px;
	padding: 0px;
	height: 440px;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	background-image: url(images/homebannerbottom.jpg);
	background-position: bottom;
	background-color: #184C92;
	min-height: 570px; 
}
.wrapper {
	padding: 0px;
	width: 850px;
	margin: 0px;
	border: 1px solid #FFFFFF;
	background-color: #6aafe8;
}


.bigbuttons {
	display: inline-block;
	float: left;
	margin-left: 0px;
	background-color: #184C92;
}
.introText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	width: 515px;
	margin-left: 12px;
	padding: 0px;
	border: 1px none #FFFFFF;
	text-align: justify;
	font-weight: normal;
	margin-top: 0px;
	float: left;
}
.mainTable {
	background-image: url(images/bg.jpg);
	width: 100%;
	background-repeat: no-repeat;
	height: 350px;
}
.sectionTitle {
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}
.mainContent {
	font-size: 14px;
	text-align: justify;
	color: #FFFFFF;
	padding: 5px;
	font-family: Arial;
	white-space: normal;
	width: 500px;
	font-weight: bold;
}




.footer {
	width: 100%;
}

.leftMenu {
	width: 200px;
}


.contentSide {
	width: auto;
	padding: 12px;
	text-align: justify;
	color: #FFFFFF;
}
.picborder {
	border: 1px solid #FFFFFF;
}
li {
	width: 440px;
	list-style-type: disc;
	padding: 0px;
	vertical-align: text-top;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
}
.designby {
	font-size: 9px;
	color: #999999;
	text-align: center;
}
.footer {
	font-size: 10px;
	color: #FFFFCC;
	text-align: center;
}

