#header {
	top : 0;
	right : 0;
	left : 0;
	height : 75px;
	background-color : #fff;
	width : 100%;
	border-color : #404040;
	border-style : solid;
	border-right-width : 0;
	border-left-width : 0;
	border-top-width : 0;
	border-bottom-width : 1px;
	z-index : 1;
	position : relative;
	line-height : 14px;
}
#topcontainer {
	border-top : 4px solid rgb(0,0,0);
	border-bottom : 1px solid rgb(0,0,0);
	padding : 10px;
	height : 55px;
	background-color : #527D5F;
}
#frontLogo {
	margin-left : 20px;
	margin-top : -18px;
	background-image : url(logo.png);
	background-repeat : no-repeat;
}
.frontBody {
	background-color : #595959;
	background-image : none;
	margin-bottom : 0px;
	height : 100%;
}
.mainimg {
	overflow : hidden;
	background-image : url(main.jpg);
	height : 207px;
}
#mainimgcontainer {
	background-color : #fff;
	border-top : 1px solid #666666;
	border-bottom : 1px solid #666666;
	padding : 0pt;
}
#bodyContainer {
	background-color : #1A3020;
}
#smaLogo {
	width : 382px;
	margin-top : 8px;
	background-image : url(logo.png);
}
#userRegistrationForm .formSection {
	border-radius : 0px;
	-webkit-border-radius : 0px;
	-moz-border-radius : 0px;
	margin-bottom : 0px;
	box-shadow : none;
}
