#contents {
	background-image: url(/assets/images/home/bg_contents.gif);
	background-repeat: repeat-y;
	background-color: #F5EED5;
	padding-top: 0px;
	height: 100%;
	margin-top: 20px;
}
#action-alert {
	position: absolute;
	height: 37px;
	width: 915px;
	white-space: nowrap;
	background-image: url(/assets/images/bg_action_alert.gif);
	background-repeat: repeat-x;
	line-height: 29px;
	top: 200px;
	z-index: 999;
	margin-right: auto;
	margin-left: auto;
	left: 0px;
}

#action-alert  .headlines {
	font-size: 120%;
	text-transform: uppercase;
	margin-left:37px;
}
#action-alert img {
	position: absolute;
	top: 2px;
	right: 33px;
}

#contents-right {
	background-image: url(/assets/images/home/bg_contents_right.gif);
	background-repeat: repeat-y;
	padding-top: 13px;
	height: 100%;
}
#contents-right h1 {
	margin-top: 35px;
	margin-left: 80px;
	font-size: 2em;
}
#contents-right-blue {
	background-color: #008c99;
	color: #FFFFFF;
	padding-top: 1px;
	padding-right: 80px;
	padding-bottom: 1px;
	padding-left: 80px;
	position: relative;
	right: 0px;
	bottom: 0px;
}
.bodycopyWhite    { 
	color: white;  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}

