/* Pretty Stuff
================================== */

/* Zero down margin and paddin on all elements */
* {
  margin: 0;
  padding: 0;
}

body {
  font: 80% Verdana, Arial, Helvetica, sans-serif;;
  BACKGROUND:  #ffffff;
}

H1 {
	FONT-SIZE: 1.5em;
	COLOR: #093280;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 10px;
}

.accessibility {
	display:inline;
	}
	
H2 {
	FONT-WEIGHT: normal; FONT-SIZE: 1.4em; COLOR: #0066FF; BORDER-BOTTOM: #ccc 1px solid; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif}

H3{
FONT-WEIGHT: normal; FONT-SIZE: 1.2em; COLOR: #036; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}

h1, p {
  margin: 0em 0 1em;
}

.hideme, .printonly, #navigation, #branding, #secondaryContent, #links, #bottom_link, #side_links, #footer{
	DISPLAY: none;
}

#wrapper {
	border:0px;
	}

#stat {
	CLEAR: both;
	FONT-SIZE: 0.75em;
	PADDING-BOTTOM: 5px;
	WIDTH: 650px;
	LINE-HEIGHT: 1em;
	PADDING-TOP: 5px;
	FONT-FAMILY: verdana, arial, helvetica, sans-serif;
	display: block;
	text-align: center;
	border: none;
	}

.clearing {
	CLEAR: both;
}

/* CLEAR
================================== */

.clear{clear:both;height:0px;line-height:0px; width:100%; }

#clear{clear:both;height:0px;line-height:0px; width:100%; }

/* Hides from IE-mac */

 * html .clear{display:none;}

 * html #clear{display:none;}



/* End hide from IE-mac */

#content { 
  width: 640px; 
  float: left;

}

#mainContent {
	width: 640px;
	float: left;
	margin: 0px;
 }
