ul#default { 
	padding: 0;
	margin: 0;
 }

#content {
	margin: 0 auto;
	/* center on everything else */
	width: 746px;
	border: 1px solid #c9a5cb;
	background: url(../images/contentbg.gif) repeat-y;
}

#content a:link { color: #000099; text-decoration: underline; }
#content a:hover { color: #000099; text-decoration: underline; }
#content a:active { color: #000099; text-decoration: underline; }
#content a:visited { color: #000099; text-decoration: underline; }

h2 { 
  font: 25px arial, helvetica, sans-serif; 
  color: #74187a;
}

#pagetitle { margin: 75px 0px 0px 100px; }

a.bc:link { color: #74187a; }
a.bc:hover { color: #74187a; }
a.bc:active { color: #74187a; }
a.bc:visited { color: #74187a; }

/*.navcell { 
  padding-top:9px; 
  height:110px; 
  background-image: url(../images/funfact_bg.gif); 
  background-repeat: no-repeat; 
}*/

#pagecontent { 
  margin: 10px 20px 20px 100px;
  text-align: left;
  font-size: 12px;
  line-height: 18px;
  color: #74187a;
}

#pagecontent td { 
  text-align: left;
  font-size: 12px;
  line-height: 18px;
  color: #74187a;
}

.breadcrumb { 
  text-align: right;
  vertical-align: bottom;
  font-size: 12px;
  padding-bottom: 10px;
  padding-right: 10px; 
}