body {
	background: #2472A3 url('images/bg.jpg') 0 0 repeat-x;
	text-align: center;
	font: normal 11pt arial;
}

#container {
	position: relative;
	text-align: left;
	margin: auto;
	margin-top: 200px;
	width: 800px;
	padding-bottom: 20px;
}


#logo {
	position: absolute;
	left: 0;
	top: 0;
	width: 289px;
	height: 90px;
}

#tab {
	border: 1px solid #2472A3;
	width: 365px;
	background: #ddd url('images/tab_bg.jpg') 0 0 repeat-y;
}

#right_bar {
	position: absolute;
	left: 320px;
	top: 0px;
	width: 365px;
}

#footer {
	color: white;
	text-align: right;
	padding-right: 15px;
	font-size: 10pt;
	color: #eef;
}

#tab_contents {
	margin: 25px;
	margin-bottom: 0;
}

#tab_footer {
	width: 365px;
	height: 14px;
	background: #2472A3 url('images/tab_footer.jpg') 0 0 no-repeat;
}

.notify {
	font-size: 14pt;
	color: #ff8400;
	font-weight: bold;
}

.notify2 {
	font-size: 10pt;
	color: #327cae;
}

.email_input {
	font-size: 16pt;
	padding: 3px;
	margin-top: 10px;
	width: 100%;
}

.submit_button {
	display: block;
	padding: 5px 15px;
	margin-top: 5px;
}

#taglines {
	position: absolute;
	top: 120px;
	left: 10px;
	width: 280px;
	height: 500px;
	color: #a1bdeb;
	line-height: 20pt;
	font-size: 12pt;
}

#taglines .strong {
	font-size: 18pt;
	color: #f1e8af;
}

.tagline {

}

a, a:visited {
	text-decoration: none;
	color: #a1bdeb;
}

a:hover {
	text-decoration: underline;
}

.thank_you {
	margin: 10px;
	padding: 10px;
	font-size: 10pt;
	background-color: #dfd;
	border: 1px solid #9d9;
	line-height: 14pt;
	color: #444;
}

.alert {
	padding: 10px;
	color: #944;
}

#contact {
	font-size: 10pt;
	text-align: right;
}

#contact a {
	color: #479;
}
