@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(../images/blue-bg.gif);
	background-attachment: fixed;
	background-repeat: repeat;
	font-family:"DIN", "Franklin Gothic Medium", Helvetica, Arial, sans-serif;
	margin:0;
}
.mainBoxPositioning {
	margin-left:auto;
	margin-right:auto;	
}
.footer {
	background-image:url(../images/main_footer.gif);
	background-repeat:no-repeat;
	height:50px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:8pt;
	color:#E9E9E9;
}
.footerV2 {
	background-image:url(../images/main_footer.gif);
}
.footer a:hover {
	text-decoration:none;
	color:#439ED8;
}
.footer a {
	text-decoration:none;
	color:#E9E9E9;
}
.rightContent {
	position:absolute;
	right:15px;
	top:17px;
}
.leftContent {
	position:absolute;
	left:15px;
	top:17px;
}
.header {
	height:71px;
}
.contentBox {
	height:400px;
}
#success{text-transform:uppercase;}
