﻿/* CSS Document */
.PageTitle { color: #000; color:#3E5165; }
.Padding { background-color:#FFF; }
.Content { 
	padding:0px; 
	margin:0px; 
	background-image:none;
	color: #FFF;
	background-color:#FFF;
}
.Content { min-height: 300px;}
.ContentArea { height:auto; }

.Left, .Right { 
	float: left;
	height:100px;
}

.FullWidth {
	clear:both;
	float:left;
	padding: 20px;
	background-color:#00B0E1;
	background-color:#FFF;
	color:#3E5165;
}


select { width: 220px; }


#countryLinks {}
#countryLinks a { 
	clear:both; 
	display: block;
	width: 200px;
	color: #FFF; 
	background-color:#00447B; 
	padding: 5px; 
	margin-bottom: 2px; 
	font-size:10px; 
	font-weight:bold; 
	text-decoration: none;
	background-image:url(/layouts/images/arrow_disclaimer_credit.gif);
	background-position: right;
	background-repeat:no-repeat;
}








