﻿body {
	font-family: Corbel, Copperplate Gothic, Georgia, serif;
	font-size: 14px;
}
a {
	color: #0066FF;
}
h1 {
	font-size: 18px;
	padding-right: 3px;
	padding-left: 3px;
	font-weight: bold;
}
h2 {
	font-size: 16px;
	padding-right: 3px;
	padding-left: 3px;
	font-weight: bold;
}
h3 {
	font-size: 14px;
	font-weight: bold;
}
img {
	border: 0px;
}
#left_panel {
	position: absolute;
	left: 50px;
	top: 170px;
	width: 190px;
	z-index: 6;
	text-align: center;
}
#center_panel {
	position: absolute;
	left: 280px;
	top: 170px;
	width: 655px;
	z-index: 7;
	border: thin solid #CCCCCC;
}
#right_panel {
	position: absolute;
	left: 960px;
	top: 170px;
	width: 225px;
	z-index: 8;
	text-align: center;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#Topbanner {
	position: absolute;
	top: 10px;
	width: 1200px;
	z-index: 1;
	text-align: center;
}
#Topbuttonrow {
	position: absolute;
	top: 95px;
	width: 1200px;
	z-index: 2;
	text-align: center;
}
.pgtitle {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}