/* ============ General ============ */
body{
	margin: 0;
	font: 13px Arial, Arial, Helvetica, sans-serif;
	color: #333;
	background: #0079c1;
}

p{margin-bottom: 10px;}
.clear {clear:both;}
.smallCopy {font-size: 10px;}
a:link, a:visited, a:active { 
	color: #0079be; 
	text-decoration: none;
}

#footer a:active, #footer a:link, #footer a:visited {
	color: #ffffff;
}

sup {
	vertical-align: super;
	font-size: 8px;
	line-height: normal;
}

ul {
	margin: 0 0 15px 0;
}
	li {
		margin-bottom: 10px;
		background: url(../images/arrow.gif) top left no-repeat;
		padding-left: 10px;
	}

h2, h3, h4 {
	display: block;
	text-indent: -30000px;
	margin-bottom: 10px;
}

img.alignright {
	float: right;
	padding: 22px 4px 10px 10px;
}

hr {
	border: none;
	width: 595px;
	height: 2px;
	background: url(../images/hr.gif) top left no-repeat;
	margin: 15px 0 24px;
	text-align: left;
}

.button {
	display: block;
	text-indent: -30000px;
}
.french {width: 280px; float: right; text-align:right; margin-right: 17px;}

/* ============ Structure ============ */
#wrapper{
	margin: 0 auto;
	width: 825px;
}

#content{
	width: 795px;
	margin-left:15px;
	padding-bottom:20px;
	background:url(../images/contentbg.jpg) 0px 0px no-repeat;
}

#header {
	width: 825px;
	height: 100px;
	margin-top: 25px;
	background: #0079c1 url(../images/contenttop.gif) bottom no-repeat;
}
	#header a {color: #fff;}

#header h1, .popupHeader h1{
	display: block;
	width: 236px;
	height: 56px;
	text-indent: -30000px;
	margin-left: 13px;
	float: left;
}

#sidebar {
	float: right;
	margin-top:250px;
	margin-right:20px;
}

#sidebar .rightWrap{
	background:url(../images/sidebar_btm.gif) no-repeat bottom;
}

#sidebar .sidebarTop{
	background:url(../images/sidebar_top.gif) no-repeat top;
	width: 235px;
	padding:25px;
}

#maincontent {
	float: left;
	width: 380px;
	padding-left:55px;
	padding-top:20px;
}

#subcontent{
	padding:40px 0px 5px 0px;
}

#secVltWrap{
	display:none;
	position:absolute;
	width:250px;
	padding:10px;
	background-color:#FFF;
	border:2px solid #0079C1;
	color:#000;
}




#readMoreRight, #readMoreLeft{
	margin-top:10px!important;
}

#readMoreContentLeft, #readMoreContentRight{
	display:none;
}

#code {
	display: block;
	text-indent: -30000px;
	margin-bottom: 5px;
}	

ul#topLinks {
	margin: 7px 0 0 0;
}
	ul#topLinks li {float: right; margin-left: 15px; list-style:none; background-image: none; padding:0;}
	ul#topLinks li a {
		background-image:url(../images/altarrow.gif);
		background-position:left center;
		background-repeat:no-repeat;
		color:#FFFFFF;
		padding-left:10px;
		text-decoration:none;
	}

#footer{
	color: #ffffff;
	height: 30px;
	padding: 20px 0 0 20px;
	background: url(../images/footertop.gif) top no-repeat;
}

	#footer #termsConditions{
		float:right;
		width:150px;
	}
	
	#footer #generalLinks{
		float:left;
		width:400px;
	}

#legal{
	font-size: 10px;
	color: #666;
	margin-left: 20px;
}

	#legal p{
		margin-bottom: 5px;
	}
	
div.sidebarTop h4{
	margin-bottom:0;
}

div.sidebarTop p{
	padding:10px 0px!important;
	margin-bottom:0;
}