/* CSS Document */
html, body {
	background-color: #ffffff;
	margin: 0;
	padding: 0;
}

body, td, p {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:10pt;
}

body, body div, body p, body th, body td, body li, body dd	{
	voice-family:	""}"";
	voice-family:	inherit;
font-size:8pt;
	}

html>body, html>body div, html>body p, html>body th, html>body td, html>body li, html>body dd	{
	font-size:	8pt;
	}


#header {
	height: 25px;
	width: 80%;
	margin:1em auto;
	margin-top: 0;
	border-top: 4px solid #CC0000;
	text-align:left;
	max-width: 1024px;
	background-color: #E7E7E7;
	vertical-align: middle;
 }
  
#breadcrumbs {
  width: 80%;
  margin:1em auto;
  text-align:left;
  max-width: 1024px;
 }
 
 #footer {
  width: 80%;
  margin:1em auto;
  margin-top: 35px;
  /* border-top: 2px solid #CC0000; */
  text-align:left;
  max-width: 1024px;
 }

#content {
  width: 80%;
  margin:1em auto;
  /* border: 1px solid black; */
  text-align:left;
  max-width: 1024px;
  }

#sidebar {
  float: left;
  width: 150px;
  margin:0; padding:0;
  /* background-image: url(sideBack.gif);
  background-repeat: repeat-y; */ 
}

#sidebar-content {
	margin:0;
	padding: 0em 1em 0.5em;
	font-size: 90%; 
}

#sidebar-content h3 {
	padding: 3px 0 0;
	margin: 0 0 3px 0;
	border-bottom: 1px solid #CC0000;
}

#main {
  margin:0 0 0 150px; padding:0;
 }

#main-content {
  margin: 0; 
  padding: 1em 5em 0.5em;
  font-size: 100%;
 }
 
 #main-content h2 {
	margin: 0 0 10 0;
	font-size: medium;
 }
  
hr.cleaner {
  clear:both;
  height:1px;
  margin: -1px 0 0 0; padding:0;
  border:none;
  visibility: hidden;
}