body {
	margin: 0px;
	padding: 0px;
	background: #59bee8 !important;
	font-family: arial, verdana, helvetica;
	font-size: 12px;
	color: #333;
	text-align: center;
}

p, td, li {
	font-family: arial, verdana, helvetica;
	font-size: 12px;
	color: #333;
	line-height: 1.5;
}

a {
	color: #666;
	text-decoration: underline;
}

a:hover {
	color: #666;
	text-decoration: none;
}


h1 {
	font-size: 16px;
	color: #fe801a;
	font-weight: bold;
}

h2 {
	font-size: 14px;
	color: cc3300;
	font-weight: bold;
}

#wrapper {
  width: 692px;
	margin: 0px auto 0px auto;
	background: #FFF;
}

.email {
	color: #333;
	text-decoration: none;
}

.email:hover {
	color: #333;
	text-decoration: underline;
}

#banner {
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  border-bottom: 0px;
}

#menuarea {
  background: #FE801A;
  border-bottom: 1px solid #333;
  height: 28px !important;
}

#body {
	text-align: left;
	vertical-align: top;
	padding: 15px;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
/* IE HACK to prevent div breaking when table width=100% */
	width: 660px;
	_width: 692px; 
}

#footer {
  background-color: #CCC;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
}

#copyright {
  padding: 2px;
	background-color: #FE801A;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
}

#copyright td {
  color: #FFF;
}

#copyright a {
	color: #333;
	text-decoration: underline;
}

#copyright a:hover {
	color: #333;
	text-decoration: none;
}

#copyright td { text-align: center;}


