

div {
	border: none;
	}

#header {
	color: #666666;
	height: 130px;
	padding: 5px;
	font-size: small;
	text-align: center;
	background-color: #FFFFFF;
	}
	
#leftcol {
	float: left;
	width: 140px;
	color: #666666;
	font-size: small;
	padding: 5px;
	background-color: #FFFFFF;
	}
		
#rightcol {
	position: absolute;
	left: 80%;
	top: 140px;
	width: 140px;
	font-size: xx-small;
	z-index: 3;
	color: #666666;
	padding: 5px;
	background-color: #FFFFFF;
	}

#leftcol p, #leftcol li, #rightcol p {
	}
	
	
#content {
	margin: 0px 25% 0 165px;
	padding: 5px;
	color: #666666;
	}
	
	
#footer {
	clear: both;
	width: 75%;
      text-align: center;
	padding: 5px;
	color: #666666;
	font-size: small;
	background-color: #FFFFFF;
	}
	
	#footer .date {
		float: left;
	 	font-size: small;
		text-align: left;
		color: #666666;
		}
	
	#footer .contact {
		float: right;
		font-size: small;
		text-align: right;
		color: #666666;
		}
		
	#footer .myinfo {
		float: right;
		width: 90%;
		text-align: left;
		font-size: xx-small;
		padding: 3px;
		color: #666666;
		}
	
body {
	width: 97%;
	}

html, body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	color: #666666;
	font-size: small;
	}
	
hr {
  border:0;
  border-top: 1px solid #6666CC;
  height: 0;
  background: #666666;
}

	
body, p, a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	}

h1 {
	font-size: medium;
	color: #CC0033;
	text-align: right;
	}
	
h2 {
	font-size: medium;
	color: #CC0033;
	}

h3 {
	font-size: medium;
	color: #CC0033;
	text-align: center;
	}

h4 {
	font-size: small;
	text-align: center;
	color: #CC0033;
	}

h5 {
	font-size: x-small;
	text-align: center;
	color: #CC0033;
	}

h6 {
	font-size: xx-small;
	color: #CC0033;
	}

.reverse {
	color: #7F7F7F;
	border: 1px solid #BBB;
	background: url(http://www.moneysearch.ca/images/chromebg.gif) center center repeat-x;
	}
	
.ul
{
list-style-type: none;;
} 


A:link    { text-decoration:none; color: #000099; }
A:active   { text-decoration:none; color: #000099; }
A:visited { text-decoration:none; color: #3333FF; }
A:hover   { text-decoration:none; color: #CC0033; }
