p, h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
  font-size: 1.2em;
  /*margin-bottom: -15px;*/
  /*margin-top: 20px;*/
}
h2 {
  font-size: 1em;
}
/* IE6 hack */
*html h2 {
  margin-bottom: -10px;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.body, p, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.lighttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}
.smbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.welcometext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.lightbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
.headlinebg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #F5F5F5;
}


div#content img {
	float: left;
	padding: 5px;
	margin: 0 10px 10px 0;
	margin-top: 0px;
	border: 1px solid #ccc;
	}

div#content img.noImageStyle {
	float: none;
	padding: 0;
	margin: 0;
	border: 0;
	}

div#content img.noBorder {
	border: 0;
	}

div#content img.floatLeft {
	float: left;
	margin: 0 10px 10px 0;
	}

div#content img.floatRight {
	float: right;
	margin: 0 0 10px 10px;
	}
.attention, .attention a {
  color: #ff0000;
  font-weight: bold;
}

body {
  background-color: #F5F5F5;
}
.style2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
.style3 {
  color: #990000;
}
/*
h3, #sideBar h1 {
  background: #ebebeb;
  padding-left: 5px;
}
*/
#sideBar h1 {
  background: #ebebeb;
  padding-left: 5px;
}
div.sponsor {
  margin-bottom: 10px;
}
.sponsor h3 {
  background: #fff;
  margin: 0 0 -10px 0;
  padding: 0;
}
#sideBar h1 {
  margin-bottom: 10px;
  font-size: 1em;
  text-align: center;
}
h3 {
  font-size: 1em;
  margin-top: 30px;
}
h4 {
  font-size: .9em;
}
div.sponsor a h3 {
  text-decoration: none;
}
/* IE Hacks */
* html h3 {
  font-size: 14px;
}
img {
  border: none;
}
img.left {
  float: left;
  border: none;
  margin: 0 10px 10px 0;
}
img.right {
  float: right;
  border: none;
  margin: 0 0 10px 10px;
}

div.contentBlock {
  border-bottom: 1px solid #555;
  margin: 5px 5px 10px 5px;
  padding: 5px;
}
div.contentAlt {
  border: 1px solid #999;
  position: relative;
  background-color: #f8f8f8; /* was #efefef */
}
div.contentBlock h1,
div.contentBlock h3, 
div.contentBlock h4 {
  color: #00f;
}
div.firstBlock {
  margin-top: 0;
  padding-top: 0;
}
div.lastBlock {
  border-bottom: 0;
}
div.center {
  text-align: center;
}
/*
div.contentBlock h3 {
  border: 1px solid #ccc;
}
*/

/* Error Handling */
.errorMsg
{
  font-weight: bold;
  color: #f00;
}
div.errorMsg
{
  clear: left;
  margin-bottom: 10px;
}