
/* clear */
.col_nowrap_hdr{
	clear:both;
}

/* one column */
.col1_wrap_hdr{
	height:100%;
	margin-bottom:20px;
	padding-bottom:10px;
	padding-top:10px;
	background: #00B1B1;
	clear:both;
}

.col1_wrap_hdr p {
    color: #D2F6F6;
    font-size: 16px;
}


/* two column */
.col2_wrap_hdr{
	height:100%;
	margin-bottom:20px;
	padding-bottom:10px;
	padding-top:10px;
	background: #00B1B1;
	clear:both;
}

.col2_wrap_hdr p {
    color: #D2F6F6;
    font-size: 16px;
}

.col2_wrap{
	height:100%;
	margin-bottom:20px;	
	clear:both;
}

.col2_left {
	text-align:left;
}

#content .col2_left p {
	margin-right: 0;
}

.col2_right{
	float:right;
	width:350px;
}

.col2_right250{
	float:right;
	width:250px;
}


.col2_right290{
	float:right;
	width:290px;
}

.col2_right img {
	float:none;
	clear:both;
	border:0;
}

.col2_right250 img {
	float:none;
	clear:both;
	border:0;
}

.col2_right290 img {
	float:none;
	clear:both;
	border:0;
}





.hr 
{
	clear:both;
}


p.newsletterTitle {
font-weight: bold;
color: #215E92;
width: 480px;
font-size: 14px;
}

p.newsletterContents {
clear: both;
}

#newsletterContents li{
	margin: 0 0 0 50px;
}

p.newsletterLink {
clear: both;
margin-bottom: 30px;
}



#newsletter li {
font-size: 100%;
}


