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

*{margin:0;padding:0;} /*clear preset browser spaces*/

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset { /*to clear any preset browser spaces*/
	margin: 0;
	padding: 0;
	border: 0;
	}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both; 
	}

body {
	font-family : "Times New Roman", Times, serif;
	font-size:0.9em;
	color: #000000;
	background-color: #ffffff;
	display:table;
	width:100%;
	}
	
h1, h2, h3, h4, h5, h6 { margin-top:5px;}

#content, #leftpane_foot, #rightpane_foot, #leftpane, #rightpane {margin-top:20px;}

#main-navigation, #footmenu, #footer { display:none;}