/* General CSS */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%;
}

img {
	display:block;
}

div.clears {
	clear:both;
}

div.bottom_space {
	height:35px;
}

button {
	display:none;
}

#res_breadcrumbs {
	display:none;
}

#container {
	width:515px;
}

/* Common Bluesea CSS */

#sidebar {
	display:none;
}

#mainbody {
	width:515px;
}

#topmenu {
	display:none;
}

/* Search CSS */
#searchbar {
	display:none;
}

/* Footer CSS */
#footer {
	display:none;
}

/* PRINT FOOTER */
#print_footer {
	width:750px;
	border:0;
	margin:0;
	padding:0;
	padding-top:25px;
}

#print_footer img {
	margin:25px 25px 10px 0px;
}

#print_footer p {
	font-size:1em;
	color:#000000;
}

