body, td {
	margin: 0;
	font-family: arial, sans-serif;
	font-size: .85em;
	color: #666;
}
h1 {
	margin: 0 0 8px 0;
	padding: 0;
	font-size: 1.3em;
	color: #000;
}
h2 {
	margin: 0 0 8px 0;
	padding: 0;
	font-size: 1.3em;
	color: #000;
}
h3 {
	margin: 0 0 2px 0;
	padding: 0;
	font-size: 1.1em;
	color: #000;
}
.centerIE {
   	width: 100%;
   	text-align: center;
}
.centerFF {
   	width: 763px;
   	margin-left: auto;
   	margin-right: auto;
   	text-align: left;
}
.top {
	width: 763px;
	height: 200px;
	background: url(/images/header.jpg);
}
.navigation {
	position: relative;
	top: 200px;
	left: 250px;
}
.navigation a {
	color: #000;
	text-decoration: none;
	padding: 3px 8px 4px 8px;
}
.navigation a:visited {
	color: #000;
	text-decoration: none;
}
.navigation a:hover {
	color: #333;
	text-decoration: none;
	background: #f0c868;
}
.content {
	overflow: auto;
	width: 763;
}
.left {
	float: left;
	width: 410px;
	padding: 20px 0 10px 10px;
}
.right {
	float: right;
	width: 265px;
	padding: 20px 3px 0 0;
}
.pdescription {
	font-size: .85em;
}
.bottom {
	clear: both;
	height: 69px;
}
.bnavigation {
	height: 23px;
	background: url("/images/foot_bg.jpg") repeat-x;
	color: #FFF;
	padding: 3px 0 0 10px;
}
.bnavigation a {
	color: #FFF;
	text-decoration: none;
	padding: 3px 8px 4px 8px;
}
.bnavigation a:visited {
	color: #FFF;
	text-decoration: none;
}
.bnavigation a:hover {
	color: #FFF;
	text-decoration: none;
	background: #88a8dd;
}
	
