/* styles for v5+ browsers */

body {
	margin:0;
	padding:0;
	color:#000;
	font:76% Arial, Helvetica, Verdana, sans-serif;
	}

/* display elements */
h1, h2, h3{
	margin: 0.8em 0 0.2em 0;
	padding:0;
	}
h1 {
	font-size:1.5em;
	margin-top:1.3em;
	}
h2 {
	font-size:1.3em;
	margin-right:10px;
	}
h3 {
	font-size:1.2em;
	}
p {
	font-size:1.1em;
	margin: 0.5em 0.5em 0.5em 0;
	padding:0;
	}
a {
	color:#000099;
	}
a:hover {
	color:#000099;
	}
a:visited {
	color:#990000;
	}
img{
	border:0;
}
table{
	border:0;
	margin: 0.5em 0 0.5em 0;
	padding:0;
}
table tr, table td{
	margin:0;
	padding:0;
}
.bold {
	font-weight:bold;
	}

/* list elements */
ul {
	margin:0;
	padding:0;
	list-style:none;
	}
/* hidden elements */
.hide {
	display:none;
	}

.left {
	float:left;
	}
.right {
	float:right;
	}
.clear-all { /* can be used on a <div> or <br> to avoid collapsing divs - especially ns6 (pc) */
	clear:both;
	height:0;
	line-height:0;
	font-size:0;
}

/* structural elements */
/* if no right column required, remove #col-three and #col-two then put content in #col-two-three */
#wrapper {
	width:800px; /* #wrapper = #col-one + 10px + #col-two-three */
	background:#e6e6e6;
	}
#header {
	width:780px;
	margin:0 10px 0 10px;
	padding:0 0 10px 0;
	float:left;
	clear:both;
	border-bottom:1px dotted #000;
	font-size:1.2em;
	}
#header h1 a {color: #000;text-decoration:none;}
#header li {
	float:left;
	display:inline;
	border-left:1px dotted #000;
	margin-top:0px;
	padding:0 .5em;
	}
#header li.first {
	border-left:0;
	padding-left:0;
	}
#col-one {
	margin:0 10px 0 10px;
	width:182px;
	float:left;
	}
#col-two-three { /* #col-two-three = #col-two + 10px + #col-three */
	width:587px;
	margin:0 10px 0 0;
	padding:0 0 15px 0;
	float:right;
	border-left:1px dotted #000;
	}
#col-two {
	width:380px;
	float:left;
	}
#col-three {
	width:150px;
	float:right;
	}
#footer {
	width:800px;
	margin:0 10px 0 10px;
	clear:both;
	margin:0;
	padding:6px 0;
	background:#fff;
	}
#footer li {
	float:left;
	display:inline;
	border-left:1px solid #000099;
	padding:0 .5em;
	}
#footer li.first {
	border-left:0;
	padding-left:0;
	}
#footer li#venda {
	float:right;
	margin-right:3px;
	border-left:0;
	padding:0;
	}

/* start styles to centre content (remove these styles if site should be left-aligned) */
body {
	text-align:center; /* centres content in ie4/5 */
	}
#wrapper {
	margin:0 auto; /* centres content (except in ie4/5) */
	text-align:left; /* left-aligns all sub-content */
	}
#content{
	margin: 0 0 0 10px;
	min-height:360px;
}	
#col-two-three {
	text-align:left; /* ie4 fix needed due to float:right; */
	}
/* end styles to centre content */

/* previous/continue buttons floated left/right within #buttons div */
#buttons {
	border-top:1px solid #fff;
	padding:5px;
}




/* left column styles */
#col-one h4{margin:15px 0 10px 0;}
#col-one ul{
background:#fff;
width:180px;
float:left;
margin:0 0 10px 0;
	}
#col-one ul li {
	margin:0;
	padding:5px 0 5px 5px;
	}
#col-one ul li#help{ font-size:0.9em; font-style:italic;}
ul#fundingLinks li{margin-top:10px;}