h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	font-weight: normal;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
  margin-bottom: 20px;
  background: #ffffff url(bg.gif) repeat-x;
}
.maintext {
	font-size: 13px;
	text-align: justify;
	line-height: 13px;

}
.bottom {
	color: #666666;
	text-align: center;
	font-size: 10px;
}
.homebuttons {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #3333CC;
	text-align: center;
	line-height: 10px;

}
.homebuttons a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
.homebuttons a:hover {
	color: #FFFF99;
	text-decoration: none;
	font-weight: bold;

}
.homebuttons a:link {
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF;

}
a:visited {
	font-weight: bold;
	color: #3333CC;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #660000;
	text-decoration: none;
}
a:link {
	font-weight: bold;
	color: #3333CC;
	text-decoration: underline;
}
.homebuttons1 {

	font-size: 13px;
	font-weight: bold;
	color: #3333CC;
	text-align: center;
}

/*-------------------------------
	NEW STYLES - KCS 2009/03/24
-------------------------------*/

#main_content {
  width: 706px;
  margin: 0 auto;
  background-color: #ffffff;
  border: 1px solid #660000;
}

#left,
#left_fix {
  float: left;
  width: 475px;
  background-color: #ffff99;
  padding: 0 10px;
  border-right: 1px solid #660000;
}

#left p,
#left li,
#left_fix p,
#left_fix li {
  font-size: 14px;
  text-align: justify;
}

h2 {
  font-family: "Bradley Hand ITC", "Comic Sans MS", "Courier New", Courier, Arial, sans-serif;
  font-size: 26px;
  font-weight: normal;
}

#right {
  float: right;
  width: 210px;
  background-color: #ffffff;
  border-left: 1px solid #660000;
  margin-left: -1px;
}

#right p {
  color: #3333CC;
  font-weight: bold;
  font-size: 14px;
  padding: 0 10px;
}

#right table {
  padding: 0 9px;
}

#footer {
  border-top: 1px solid #660000;
  color: #666666;
  text-align: center;
  font-size: 10px;
  padding-top: 7px;
}

.clear {
  clear: both;
}