body {
	background-image:url(/Images/Layout/PageBG.jpg);
	background-repeat:repeat-x;
	background-color:#39444F;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}

#Container {
	width:900px;
	margin:0px auto;
}

#Logo {
	margin-left: 50px;
	float:left;
	width:225px;
}

#NLSignUp {
	float:right;
	text-align:right;
}

#NLSignUp .formField {
	border:#000000 1px solid;
	width:250px;
}

#NLSignUp .SubmitButton {
	border:1px solid #FFFFFF;
	padding-left:10px;
	padding-right:10px;
	color:#FFFFFF;
	background-color:#39444F;
}

#Nav {
	clear:right;
	float:right;
	margin-top:35px;
	width:575px;
}

#Nav a {
	text-decoration:none;
	color:#FFFFFF;
}

#Nav ul {
	margin:0px;
	float:right;
}

#Nav li {
	float:left;
	color:#FFFFFF;
	padding-left:45px;
	list-style:none;
}

#MainImage {
	clear:both;
	width:100%;
	height:193px;
	padding-top:10px;
}

#HeaderText {
	width:35%;
	float:left;
	font-size:14px;
	letter-spacing:1px;
	line-height:140%;
	padding-top:10px;
	padding-left:30px;
}

#HeaderText H1 {
	font-family:Arial Narrow, Arial, Helvetica, sans-serif;
	font-weight:lighter;
	font-size:24px;
	letter-spacing:5px;
}

#HeaderImage {
	width:50%;
	float:right;
}

#Scroller {
	clear:both;
	width:100%;
	position:relative;
	top:15px;
	background-color:#99CC00;
	color:#FFFFFF;
	font-weight:bold;
	padding:5px;
	float:left;
}

#MainBody {
	float:left;
}

#LeftColumn {
	float:left;
	width:600px;
}

#LeftColumn a, #RightColumn a {
	color:#7CD0FE;
	text-decoration:none;
	border-bottom:#7CD0FE dashed 1px;
}

#LeftColumn .email {
	padding-right:25px;
	background-image:url(/Images/icons/email_link.png);
	background-position:right;
	background-repeat:no-repeat;
}

#MainContent H1 {
	color:#99CC00;
	font-family:Arial Narrow, Arial, Helvetica, sans-serif;
	font-weight:lighter;
	line-height:40px;
	font-size:30px;
}

#MainContent form {
	background-color:#232F3B;
	padding:15px;
	border:#000000 1px dashed;
}

#MainContent .formField {
	width:100%;
	border:#000000 1px solid;
}

#MainContent label {
	font-weight:bold;
	padding-top:7px;
	float:left;
}

#MainContent .SubmitButton {
	border:1px solid #FFFFFF;
	padding-left:10px;
	padding-right:10px;
	color:#FFFFFF;
	background-color:#39444F;
}

#Features {
	background-color:#121F2D;
	width:100%;
	float:left;
	height:125px;
	margin-top:25px;
}

#RightColumn {
	width:270px;
	float:right;
	margin-top:25px;
	margin-left:20px;
}

#RightColumn H1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:lighter;
	color:#7CD0FE;
	margin:0px;
	padding-bottom:10px;
}

#RightColumn .formField {
	width:100%;
	border:#000000 1px solid;
}

#RightColumn label {
	font-weight:bold;
	padding-top:7px;
	float:left;
}

#RightColumn .SubmitButton {
	border:1px solid #FFFFFF;
	padding-left:10px;
	padding-right:10px;
	color:#FFFFFF;
	background-color:#39444F;
}

#MainContent {
	letter-spacing:1px;
	line-height:19px;
	margin-top:10px;
	float:left;
}

#Footer {
	clear:both;
	color:#CCCCCC;
	font-size:10px;
	padding-top:25px;
	text-align:center;
}

#Footer h1 {
	color:#CCCCCC;
	font-size:10px;
}

#Footer a {
	text-decoration:none;
	color:#CCCCCC;
}

.green {
	color:#99CC00;
}

#HeaderText .button {
	background-color:#121F2D;
	color:#FFFFFF;
	text-decoration:none;
	padding:3px;
	border:#99CC00 1px solid;
	margin:5px;
}



