#bodyContainer {
	width : 780px;
	margin : auto;
}
#topcontainer {
	height : 104px;
	padding : 10px;
	background : #193144;
}
#frontLogo {
	width : 228px;
	height : 60px;
	margin-left : 20px;
	margin-top : 10px;
	background-image : url('logo.png');
}
#mainimgcontainer {
	padding-top : 0px;
	padding-bottom : 0px;
	overflow : visible;
	background-color : #fff;
}
.mainimg {
	width : 100%;
	height : 254px;
	overflow : hidden;
	background-image : url('main.jpg');
}
.frontBody {
	height : 100%;
	margin-bottom : 0;
	filter : progid;
}
#leftcontainer p,#leftcontainer a,#leftcontainer div {
	color : #555;
}
#leftcontainer #accountForgotLabel {
	font-size : 11px;
}
#leftcontainer h1 {
	color : #515b67;
}
#loginbox #loginForm input {
	color : #000;
	border : 1px solid #c0d1e1;
	background : #fff none repeat scroll 0 0;
}
#loginbox a {
	color : #2d8ee9;
}
#footercontainer {
	height : 100px;
	padding : 10px;
	background : #f7f7f7;
	margin-top : 10px;
}
#footercontainer a {
	color : #2d8ee9;
}
#header {
	position : relative;
	width : 100%;
	height : 75px;
	border-bottom : 1px solid #a4a4a4;
	line-height : 14px;
	z-index : 99 !important;
	background : linear-gradient(to bottom,#fdfdfd 0%,#dddddd 100%);
	filter : progid;
}
#smaLogo {
	position : absolute;
	top : 8px;
	left : 10px;
	width : 285px;
	height : 60px;
	padding : 0;
	background-image : url('logo.png');
	background-repeat : no-repeat;
}
#smaLogo.appLogo {
	background-image : url('applogo.png');
}
#header a {
	color : #0071B4;
}
#header a:hover {
	color : #0071B4;
	text-decoration : underline;
}
#signupButton {
}
#signupButton:hover {
}
