body {
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color:#132330;
	margin:0px;
	width:100%;
	background-image: url(images/main_bg_rep.jpg);
	background-repeat: repeat-x;
}
.clear {
	clear:both;
}
#contentWrapper {
	clear:both;
	width:800px;
	background-color:#132330;
	margin:0px auto;
	background-image: url(images/the_script.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom:60px;
}
.contentMain {
	padding: 20px 20px;
  min-height:350px;
  height:auto !important;
  height:350px;
	margin-bottom:20px;
}

.img1 {
	height:155px;
}
.contentRight {
	float:right;
	width:158px;
}
.contentLeft {
	float:left;
	width:520px;
	padding-top:10px;
}
.contentLeftFull {
	float:left;
	padding-top:10px;
}

.footer {
	width:800px;
	margin:20px auto;
	font-size:0.8em;
	color:#666666;
}
.green {
	color:#B7D641;
}
a, a:visited, a:hover {
	color:#B7D641;
	font-weight:bold;
}
h1 {
	font-size:2.4em;
	color:#B7D641;
	text-transform:uppercase;
	letter-spacing: -0.06em;
}
.left {
	float:left;
	padding-right:5px;
	padding-bottom:80px;
}
.subText {
	color:#FFFFFF;
	font-size:0.8em;
}
.bandImg {
	float:left;
	padding-right:10px;
	padding-bottom:20px;
	width:250px;
}
.fiftyFifty {
	float:left;
	padding-right:20px;
	padding-bottom:20px;
	width:350px;
}
.fiftyFiftyLast {
	float:left;
	padding-right:0px;
	padding-bottom:20px;
	width:350px;
}
.leftAlign {
	float:left;
	padding-right:20px;
}
.leftAlignLast {
	float:left;
}
.rightContent {
	float:right;
	width:292px;	
}
.leftContent {
	float:left;
	width:440px;	
}
.rightAlign {
	float:right;
	padding-left:20px;
}
label {
	font-size:1em;
}
.formRow, #formRowSubmit {
	clear:both;
}
hr {
	background-color:#B7D641;
	color:#B7D641;
	height:1px;
	border:0;
	margin:10px 0px;
}







#navcontainer ul {
	padding-left: 0;
	margin-left: 0;
	background-color: #85B32F;
	color: White;
	float: left;
	width: 100%;
}
#navcontainer ul li { display: inline; }

#navcontainer ul li a {
	padding: 0.5em 1em;
	background-color: #B7D641;
	color: #132330;
	text-decoration: none;
	float: left;
	border-right: 1px solid #132330;
	text-transform:capitalize;
}

#navcontainer ul li a:hover {
	background-color: #369;
	color: #fff;
}