body {
	/*background: #101F46;*/
	background: #FFF;
	font-family: arial, verdana, helvetica;
	font-size: 14px;
	color: #666666;
	text-align: center;
	line-height: 1.5;
}

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

a {
	color: #527FBD;
	text-decoration: underline;
}

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


h1 {
	font-size: 20px;
	color: #0066cc;
	font-weight: bold;
}

h2 {
	font-size: 18px;
	color: #0066cc;
	font-weight: bold;
}

h3 {
	font-size: 15px;
	color: #0066cc;
	font-weight: bold;
}

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

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

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

#banner {
  	width: 800px;
	border: 0px solid #333;
}

#menuarea {
	width: 800px;
	background-color: #660000;
}

.menu {
	color: #1FF;
	font-weight: bold;
	text-decoration: none;
}

.break {
	font-size: 14px;
	font-weight: bold;
  	color: #660000;
	padding: 0px 5px 0px 5px;
}

#body {
	text-align: left;
	vertical-align: top;
	padding: 15px;
	width: 770px;
}

.cellshade {
	background: #F4F4F4;
}

div.container {
	float: left;
	width: 180px;
	height: 180px;
	padding: 0px;
}

div.dummy {
	clear: both;
}

