*
{
	margin: 0;
	padding: 0;
}

html
{
	background-color: #CCC;
}

body
{
	/*	This is required to make IE resize correctly */
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	width: 954px;
	margin: 0 auto;
	background-color: #fff;
	font-size: 12pt;
}

/****************************************
	Clearfix Hack
*****************************************/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0;
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* old school clearer */
.clearfloat {
	clear:both;
	height:0px;
	font-size: 1px;
	line-height: 0px;
}

a:link, a:visited
{
	color: #666;
	text-decoration: none;
}

a:hover
{
	color: #000;
}

a:active
{
	color: #666;
	text-decoration: none;
}

a img
{
	border: none;	
}

h1, h2, h3, h4, h5
{
	font-weight: normal;
}

#footer
{
	clear: both;
	font-size: 0.7em;
	padding: 68px 0 50px 0;
	text-align: center;
	color: #999;
}

.homeBar
{
    background-color: #a80532;
    color: #fff;
	font-size: 0.7em;
	padding: 5px 20px;
}

.countrySelection h3
{
	float: left;
	font-size: 1em;
}

.countrySelection ul
{
	float: left;
	list-style: none;
	display: block;
	font-size: 1em;
}

.countrySelection ul li
{
	float: left;
	padding: 0 0 0 23px;
}

.countrySelection ul li a span
{
	display: block;
}

.countrySelection ul li a:link, .countrySelection ul li a:visited
{
	display: block;
	color: #fff;
	text-decoration: none;
}

.countrySelection ul li a:hover
{
	display: block;
	color: #A4A4A4;
	text-decoration: none;
}

.countrySelection ul li a:active
{
	display: block;
	color: #fff;
	text-decoration: none;
}

.homeContent
{
	padding: 35px 18px 0 18px;
	line-height: 1.5;
}

.mainContent
{
	padding: 25px 36px 0 36px;
	line-height: 1.5;
}

.mainContent h2
{
	font-size: 1.5em;
	color: #000;
	padding-bottom: 8px;
}

.mainContent p
{
	padding: 10px 0;
	font-size: 0.8em;
}