body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	background:#fff;
}

img {
	border:none;
}

.hide, .Hide {   
    display:none;
}

.AlignLeft {
	float:left;
}

.AlignRight {
	float:right;
}

h1, h2, h3, h4, h5, h6, p { margin:21px 0; padding:0; font-weight:normal; line-height:normal; }

h1 {color:#e1004b;font-size:32px;}
h2 {color:#43b9b0;font-size:24px;}
h3 {color:#43b9b0;font-size:19px;}
h4 {color:#43b9b0;font-size:15px;}
h5 {color:#43b9b0;font-size:13px;}
h6 {color:#43b9b0;font-size:11px;}

blockquote { line-height:22px; font-size:16px; margin:21px 0 21px 21px; border-left:2px solid #999999; padding:0 0 0 10px; }

ul, li {
	padding:0;
	margin:0;
	list-style:none;
}

.ClearFix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.ClearFix {
	display: inline-block;
}
 
html[xmlns] .ClearFix {
	display: block;
}
 
* html .ClearFix {
	height: 1%;
}

.TextArea {
	font-size:14px;
	color:#2f2f2f;
	line-height:22px;
}
	.TextArea a, p a {
		color:#e1004b;
		font-weight:bold;
	}
	.TextArea a:hover, p a:hover {
		text-decoration:none;
	}

.TextArea ol, .TextArea ul {	
	list-style:circle;
	color:#2f2f2f;
	font-size:14px;
	line-height:22px;
	padding:0 0 10px 30px;
	margin:0;

}
	.TextArea ul li {
		list-style:disc;
	}
	.TextArea ol li {
		list-style-type: decimal;
	}
	.TextArea img {
		margin:21px 0;
	}
	
	
	
	
.NavList ul {
	overflow:hidden
}
	.NavList li {
		border-left: 1px solid #fff;
	    float: left;
	    line-height: 1.2em;
	    margin: 0 .5em 0 -.5em;
	    padding: 0 .5em 0 .5em;
	    white-space: nowrap;
	}
	
p {
	color:#2f2f2f;
	font-size:14px;
	line-height:22px;
	padding:0 0 10px 0;
	margin:0;
}

.Wrapper {
	width:980px;
	margin:0 auto;
}

/********************** HEADER **********************/

#Bar {
	background:#999999;
	height:34px;
	font-size:14px;
	line-height:34px;
}
	#Bar #BarNav {
		float:left;
		padding:8px 0 0 0;
	}
	#Bar #BarNav a {
		color:#FFFFFF;
		text-decoration:none;
	}
	#Bar #BarNav a:hover {
		text-decoration:underline;
	}
	
#Search {
	float:right;
	padding:4px 0 0 0;
	width:220px;
}
	.SearchBox1 {
		float:left;
	}
	.SearchButton1 {
		float:right;
		margin:2px 0 0 0;
	}
	
/********************** FOOTER **********************/

#Footer {
	background-color:#333333;
	min-height:147px;
	height:auto !important;
	height:147px;
	clear:both;
	margin:20px 0 0 0;
}

#FooterLinks {
	padding-left:10px;
	float:left;
	width:210px;
	padding-top:28px;
}
	#FooterLinks ul {
		margin:0px 0px 0px 0px;
		padding:0px;
		list-style-type:none;
	}
		#FooterLinks ul li {
			color:#333333;
		}
		#FooterLinks ul li a {
			font-size:80%;
			color:#FFFFFF;
			text-decoration:none;
			padding-left:5px;
			line-height:160%;
		}
		#FooterLinks ul li a:hover {
			text-decoration:underline;
		}

#ContactDetails {
	float:left;
	width:500px;
	padding-right:20px;
	padding-top:30px;
	color:#FFFFFF;
}
	#ContactDetails p {
		padding:0px;
		margin:0px 0px 10px 0px;
		color:#FFFFFF;
		font-size:80%;	
	}	
	#ContactDetails a {
		text-decoration:none;
		background-color:#ed1847;
		padding:0px 4px 0px 4px;
		color:#FFFFFF;
	}	
	#ContactDetails a:hover {
		text-decoration:none;
		border-bottom:1px #CCCCCC dotted;
	}

.SmallPara {
	font-size:70%;
}

#FooterLogos {
	float:left;
	width:204px;
	padding-top:35px;
}

.DesignatedLogo {
	padding-right:20px;
}

#DesignedBy {
	min-height:22px;
	height:auto !important;
	height:22px;
	background-color:#CCCCCC;
	padding-left:15px;
	padding-top:8px;
}
	#DesignedBy a {
		color:#333333;
		text-decoration:none;
	}	
	#DesignedBy a:hover {
		text-decoration:underline;
	}


/* Search */

#SearchResultsList ul, #SearchResultsList li {
	list-style:none;
}

#SearchResults {
	padding:14px 0;
}

#SearchResultsList p {
	margin:14px 0 0 0;
}

.PageSelector {
	margin:10px 0;
	padding:6px;
	background:#efefef;
}
	
.SupportUsLogos {
	border-top:1px solid #ccc;
	padding:20px 0 0 0;
}
.SupportUsLogos img {
	margin:0 10px 0 0;
	height:80px;
}

