/* CSS Document */
html, body {
	background-color: #ffffff;
	margin: 0;
	padding: 0;
}

body, td, p {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body, body div, body p, body th, body td, body li, body dd	{
	font-size:	x-small;
	voice-family:	""}"";
	voice-family:	inherit;
	font-size:	small
	}
img {
	border-style: none;
}

html>body, html>body div, html>body p, html>body th, html>body td, html>body li, html>body dd	{
	font-size:	small
	}


#header {
	height: 25px;
//	width: 100%;
	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: 70%; 
}

#sidebar-content h3, #sidebar-content li {
  padding: 3px 0 0;
  margin: 0 0 5px 0;
  border-bottom: 1px solid #CC0000;

}

#sidebar-content a {
  text-decoration: none;
  color: #3300CC;
  font-size: medium;
}

#sidebar-content img {
   margin-bottom: 10px;
}

#sidebar-content ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#main {
  margin:0 0 0 80px; 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;
}