/*

Name: 		Murray Chapman
Email: 		muzoid@yahoo.com

Last Edit:	2011-07-04

*/

body {
    font-size: 14px;
    background-image: none;
    background-color: transparent;
}

a {
    text-decoration: none;
    color: #000;
}

	a:visited:after {
	  content: " (" attr(href) ") ";
	  font-size: 90%;
	  font-style: italic;
	}
	

.screenOnly {
    display: none;
}

div#contentRight{
    margin: 10px 0;
}
div#content div.formContainer {
    margin: 0;
}


.displayLinks a:link:after,
.searchText {
    background-color: transparent;
    font-style: italic;
    font-weight: bold;
}


#contentMiddle {
	width: 80%; 
	margin: 0; 
}

div {
    background-image: none;
    margin: 0;
    padding: 0;
}

div#content, div#contentMiddle {
    width: 100%;
    margin: 0;
}

#footerBusinessInfo, .backToTop {
    display: none;
    visibility: collapse;
}



