@charset "UTF-8";

/* Re-Definitions */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003;
	background-color: #055481;
	background-image: url(media/images/ma_background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color:#055481;
	margin:0px;
	padding:0px;
	line-height: 18px;
}

/* Layout Definitions */

#contentWrapper {
	background-image:url(media/images/ma_layout_05.jpg);
	background-repeat:repeat-y;
	background-color:#055481;
	margin: auto;
	width: 940px;
	padding: 0px;
}
#contentHeader {
	background-image: url(media/images/ma_layout_02.png);
	background-repeat: no-repeat;
	min-height: 942px;
}
#contentBodyBG {
	background-image: url(media/images/ma_layout_04.jpg);
	background-repeat: no-repeat;
	min-height: 688px;
	padding: 0px 20px 0px;
}
#contentFooter {
	background-image: url(media/images/ma_layout_06.png);
	height: 139px;
}
#title {
	margin: auto;
	width: 569px;
}
#box_and_burst {
	float: right;
	width: 330px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#contentFooter {
	color: #FFF;
}

#novaLogo {
	display: block;
	width: 147px;
	height: 31px;
	float: right;
	position: relative;
	right: 175px;
	top: 78px;
}


/* HTML Elements */

#contentFooter a {
	color: #FFF;
	text-decoration: none;
}

#contentFooter a:hover {
	color: #FFF;
	text-decoration: underline;
}




/* Class Definitions */

.pageHeadline {
	font-size: 22px;
	color: #006;
	line-height: 30px;
	margin-top: 32px;
}

.pop_up_wrapper {
	background-image:url(media/images/pop_up_01.png);	
	height: 500px;
	background-repeat:no-repeat;
	padding-left: 180px;
	padding-top: 1px;
}

