body, html {
	margin:	0px;
	padding: 0px;
}

body {
	color: #000000;
	font-family: arial;
   	font-size: 12px;
	background-color: #d8d8d8;
	border:	0px;
	padding: 0px;
	margin: 0px;
	outline: none;
}

.top {
	margin:	0 auto;
	min-height:120px;
	width:950px;
	background-image:url('../images/grey_logo.png');
	background-repeat: no-repeat;
	background-position:top left;
}

.bottom {
	min-height:400px;
	min-width:1000px;
	margin:	0 auto;
}

.front_page {
	height:406px;
	width:950px;
	background:url('../images/main_page.png') top center no-repeat;
}
.wrapper {
	margin:	0 auto;
	width:950px;
}

.header {
	padding:20px 20px 0px 0px;
	height:85px;
}

.topCenter {
	margin:	0 auto;
	width:950px;
}

.display {
	min-height:5px;
	color:#ffffff;
	background-color:#000000;
}

.display div {
	padding:20px;
}

.display div p {
	font-size:13pt;
	padding-top:2px;
	line-height:17pt;
	font-weight:none;
	color: #eaeaea;
}

.content {
	background-color:#ffffff;
	border-top:solid 20px #969696;
	padding:10px 20px 20px 20px;
	min-height:50px;
}

.footer {
	max-height:20px;
	height:20px;
	background-color:#000000;
	padding:0px 5px;
	color:#ffffff;
	margin: 0px 0px 10px 0px;
}

.blackout {
	height				:	2000px;
	width				:	100%;
	z-index				:	2;
	position			: 	absolute;
	left				: 	0px;
	top					: 	0px;
	background-color	: 	#000000;
    filter				:	alpha(opacity=20);
    -moz-opacity		:	0.2;
   	opacity				: 	0.2;
}

.modalwaiting div {
	width:100%;
}

.modalwaitingimg {
	margin-top			:	250px;
	margin-left			:	auto;
	background-image	:	url("../images/wait_icon.gif");
	background-position	:	top center;
	background-repeat	:	no-repeat;
	width				:	136px;
	height				:	136px;
	z-index				:	150;
}

.loggedIn {
	margin:	0 auto;
	top:10px;
	width:930px;
	padding:0px;
	color: #ffffff;
	font-size:14px;
	text-align:right;
	position:absolute;
}

a.emergency_link {
	position: fixed;
	margin-top:260px;
	margin-left:85px;
	height:138px;
	width:195px;
	text-indent: -9999px;
}
a.communication_link {
	position: fixed;
	margin-top:230px;
	margin-left:373px;
	height:168px;
	width:195px;
	text-indent: -9999px;
}
a.mobile_marketing_link {
	position: fixed;
	margin-top:200px;
	margin-left:673px;
	height:197px;
	width:195px;
	text-indent: -9999px;
}
