/* CSS Document */
body {
	background-color: #fff;
	margin: 0px;
	text-align: center;
	background-image:url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333;
}
#main {
	width: 934px;
	height: 552px;
	background-image:url(../images/bg_index.png);
	background-repeat: no-repeat;
	text-align: left;
	margin: 0px auto;
	padding-top: 30px;
}
#logo {
	width: 934px;
	float: left;
	text-align: center;
}
#unsubscribe {
	width: 520px;
	float: left;
	margin: 0px auto;
	padding-left: 230px;
}
#copyright {
	padding: 20px;
	width: 934px;
	float: left;
	text-align: center;
}
* html #main {
	_behavior: url("scripts/png.htc");
}
h1 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#006699;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color:#333;
}
.hidden {
	display: none;
}
.icon_bullet {
	vertical-align: text-bottom;
}
.white {
	color: #fff;
}
.gray {
	color: #333;
}
.blue {
	color: #055e99;
}
.orange {
	color: #C49300;
}
.center {
	text-align: center;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.justify {
	text-align: justify;
}
.right {
	text-align: right;
}
form {
	margin: 0;
	padding: 0;
}
a {
	color: #006699;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.transparency {
	_behavior: url("scripts/png.htc");
}
#bulletin {
	width: 295px;	
	background-color:#006699;
	float: left;
	margin-left: 320px;
}
	#bulletin_title {
		width: 295px;
		height: 45px;
		background-color:#ccc;
		float: left;
	}
		#bulletin_title_content {
			padding: 15px 15px 0px 15px;
		}
		* html #bulletin_title_content {
			padding: 15px 0px 0px 15px;
		}
	#bulletin_content {
		padding: 20px 25px 20px 25px;
		float: left;
		text-align: center;
	}
