@charset "utf-8";
/* CSS Document */

body { font: normal 13pt Tahoma, Arial, Helvetica, sans-serif; color: #000; background: white;}

#seagulls { width: auto; }
#container { width: auto; }

/* VARIABLE HEADER CSS */
#header { display: none; }

#content { width: auto; float: none !important; margin:0;}

#onecolumn, #twocolumn, #threecolumn { width: auto; }
#threecolumn #leftsidebar { display: none;}
#threecolumn #breadcrumbs { display: none; }
#threecolumn #bodycopy { width: auto; }
#threecolumn #rightsidebar { display: none; }

a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}


/* NAVIGATION CSS */
#menu { display: none; }

/* FOOTER CSS */
#footer { height: 40px; }
#footerlinks { display: none; }
#footerlinks ul { }
#footerlinks li { }
#footerlinks a:link, #footerlinks a:visited, #footerlinks a:active { }
#footerlinks a:hover { }
#copyright { font: normal 11px Tahoma, Arial, Helvetica, sans-serif; color: #000; text-align: left; width: auto; padding-top: 80px; }

/* GENERAL CLASSES */
.noborder { border: none !important; }
.clear { clear: both;}
