@charset "utf-8";
/* CSS Document */



body {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	line-height: 140%;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: centre; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #CCCCCC;
}

h1 {}
#containerindex {
	width: 800px;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
}

#container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#banner {
	width: 100%;
	height:100px;
	margin: 0;
	padding: 0;
	background-image: url(images/topbanner.png);
	background-repeat: no-repeat;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	padding-top: 5px;
	line-height: 135%;
	text-align: right;
}

h2 {font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	padding-top: 5px;
	line-height: 135%;
	text-align: right;
	}

#topnav {
height: 37px;
	background-image: url(file://///office/sydney/home/support/dlanyon/Desktop/Custom Design Management/Client Sites/maranoainsurance/images/navbar.jpg);
	background-repeat: no-repeat;
	margin-top: 0;
	padding: 0;
}

#topnav ul {
margin: 0px 0 0 290px;
padding-top: 80px;
}

#topnav li {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	padding-right: 30px;
	display: inline;
	list-style-type: none;
}

#topnav li a {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

#topnav li a:hover {
	color: #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}


#leftcol{
	float: left;
	margin: 0;
	padding: 20px 15px 0 0;
	width: 253px;
	height: 240px;
	background-color: #FEEBC7;
}

#bodytext {
margin: 38px 60px 30px 290px;
}

#footer {
	clear: both;
	width: 100%;
	text-align: center;
	background-color: #000000;
	font-size: 9px;
	
}
p.footer {
	padding: 10px 15px 10px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: white;
}

a:link {
		
	text-decoration: none;
	
}

a:visited {color: gray;}
a:hover {text-decoration: underline; color: orange;}


