BODY {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#555555;
	margin: 0px 0px 50px 0px;
	padding: 0px;
	background-color: #fff;
	background-image: url(images/bg_content.jpg);
	background-repeat: no-repeat;
	background-position: center 0%;
}

table, th, tr, td {
	vertical-align: top; /*Makes sure table cells are aligned top*/
	}

/*	For Inheritance */	
	div, p, table, th, tr, td, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6 { 
	text-align: left; /* Overides NN4 force centre */
	}
	
.intro{font-size:14px; line-height:23px;}
h1{font-size:30px; line-height:30px;}

a:link, a:active, a:visited {color:#20599E; text-decoration:underline;}
a:hover {color:#FF9900; text-decoration:underline;}

#wrapper {
	width: 750px; /* contains width*/
	margin: 0 auto;
	text-align: center; /*Added for IE5*/
}
	
#headwrap {
width: 750px;
margin: 0 auto;
height: 146px;
}

#logo { float: left; }

#navhead {float: right; width:470px; margin-top:85px;}
#navhead li{
color:#FFFFFF;
font-weight:bold;
float: left;
display: inline;
height: 26px;
padding:7px;
list-style:none;
}
#navhead li a{
color:#FFFFFF;
height: 26px;
text-decoration:none;
float:left;
}
#navhead li a:hover{
color:#FF9900;
text-decoration:none;
}


#contentwrap:after {
   	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
	
	#contentwrap {
	display: inline-table;
	}

	/* Hides from IE-mac \*/
	* html #contentwrap {height: 1%;}
	#contentwrap {display: block; width:750px;}
	/* End hide from IE-mac */

#contentwrap #maincol {
	float: left;
	width: 360px;
	margin: 60px 0 0 0;
	text-align:left;
	}
	
	#contentwrap #sidecol {
	float: right;
	width: 360px;
	text-align:right;
	}
	
	#contentwrap #sidecol #row1 {
	float: right;
	width: 360px;
	text-align:right;
	}
	
	#contentwrap #sidecol #row2 {
	float: right;
	width: 360px;
	text-align:right;
	}

#footer {
	border-top: 1px #ccc solid;
	padding-top: 4px;
	font-size: 11px;
	color: #333;
	text-align: left;
	margin-top: 40px;
	width:750px;
	}
	
	#footer a {
	color: #666;
	text-decoration: none;
	}
	
	#footer a:hover {
	color: #FF9900;
	text-decoration: underline;
	}
	
	#copyright {
	float:right;
	display: inline;
	color: #666
	}
	
	#footer #footer-disc {
	border-top: 1px #ccc solid;
	margin: 4px 0 0 0;
	padding: 4px 0 0 0;
	}