body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #11977E;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}

#container {
	width: 100%;
	background: #0D436B;
	background-image: url(images/popup-layout_10.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 0 auto; 
	text-align: center; 
	padding-top: 15px;
}

#innerContainer {
	width: 620px;
	margin: 0 auto;
}

#header {
	background-image: url(images/header.jpg);
	padding: 0px 10px;  
	width: 600px;
	height: 50px;
	margin: 0;
}

#header .text {
	color: #0C78B1;
	font-size: 10px;
}

#header .save_area {
	width: 270px;
	height: 35px;
	padding: 10px 10px 0px 20px;
	float: left;
	text-align: left;
}

#header .share_area {
	width: 270px;
	height: 35px;
	padding: 12px 20px 3px 10px;
	float: right;
	text-align: right;
}

#header .save_button {
	width: 60px;
	height: 20px;
	vertical-align: bottom;
}

#header .share_button {
	width: 56px;
	height: 18px;
	margin: 3px;
}

#mainContent {
	padding: 10px 20px; 
	margin: 0px 10px;
	background: #FFFFFF;
	width: 560px;
	text-align: left;
}

#mainContent h1 {
	margin: 0;
	color: #0C78B1;
	font-size: 2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}

#mainContent h2 {
	margin: 0;
	color: #11977E;
	font-size: 1.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	display: inline;
	font-weight: normal;
}

a.h2_link {
	margin: 0;
	color: #11977E;
	font-size: 1.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: underline;
	display: inline;
}

a.h2_link:hover {
	text-decoration: none;
}

#footer {
	padding: 0px 10px; 
	background-image: url(images/footer.jpg);
	width: 600px;
	height: 175px;
	margin: 0;
}

#banner_space {
	margin: 0px 10px;
	background: #FFFFFF;
	width: 600px;
	text-align: center;
}

#banner {
	width: 580px;
	height: 100px;
	border: solid 3px #ED1C24;
	margin: 7px;
}

.hidden {
	display: none;
}

.white {
	color: #FFFFFF;
	font-size: 10px;
}

.red {
	color: #FF0000;
}

.center {
	text-align: center;
}

.progress {
	text-align: right;
	font-size: 10px;
	color: #999;
}

.gray {
	font-size: 10px;
	color: #999;
}

p {
	text-indent: 30px;
}

a.footer_text {
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
}

a.footer_text:hover {
	text-decoration: none;
}