body {
  background: #FFFFFF;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

.border1 {
	border: 1px solid #000000;
}

.cell1 {
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	text-indent: 0px;
	vertical-align: top;
	white-space: normal;
	padding: 5px;
}

.cellSubhead {
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	color: #0066CC;
	text-align: left;
	text-indent: 0px;
	vertical-align: top;
	white-space: normal;
	padding: 0px;
}

.cell1Bold {
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	text-indent: 0px;
	vertical-align: top;
	white-space: normal;
	padding: 0px;
}

#master {
  width: 760px;
  border: 1px solid #000000;
}

#master a {
  color: #0066CC;
}

#master a.visited {
  color: #3399CC;
}

#header_left {
  float: left;
  width: 500px;
  height: 125px;
  border-right: 1px solid #000000;
}

#header_right {
  float: right;
  width: 258px;
  height: 125px;
}

#menu {
  width: 758px;
  background: #000000;
  height: 25px;
  border-top: 1px solid #555555;
  border-bottom: 1px solid #555555;
  clear: both;
}

#menu a {
  color: #FFFFFF;
}

#menu a.visited {
  color: #FFFFFF;
}

.menu_item_separator {
  border-left: 1px solid #AAAAAA;
}

a.menu_item:link, a.menu_item:visited {
  color: #FFFFFF;
  height: 25px;
  font-weight: bold;
  font-family: Arial, Helvetica;
  font-size: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 5px;
  text-decoration: none;
  background: #000000;
}

a.menu_item_selected:link, a.menu_item_selected:visited {
  color: #FFFFFF;
  height: 25px;
  font-weight: bold;
  font-family: Arial, Helvetica;
  font-size: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 5px;
  text-decoration: none;
  background: #0066CC;
}

.top_bar {
  background: #0066CC;
  color: #FFFFFF;
  border-bottom: 1px solid #000000;
  height: 25px;
  text-align: left;
  padding-left: 20px;
  padding-top: 2px;
  font-weight: bold;
  font-family: Arial, Helvetica;
  font-size: 18px;
}

.text_cell {
  font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	text-indent: 0px;
	white-space: normal;
	padding: 10px;
  text-align: left;
}

#main_left {
  width: 500px;
  float: left;
  border-right: 1px solid #AAAAAA;
}

#main_right {
  width: 258px;
  float: right;
  border-left: 1px solid #AAAAAA;
}

#main {
  width: 758px;
}

#footer {
  width: 758px;
  padding-top: 2px;
  padding-bottom: 2px;
  border-top: 1px solid #AAAAAA;
  font-size: 10px;
  clear: both;
}

#outer_footer {
  padding-top: 20px;
  font-size: 11px;
}