@charset "UTF-8";
body,td,th {
	color: #006;
	font: 100% Verdana, Geneva, sans-serif;
}
body {
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	margin: 20px 0px 50px;
}
a {
	font-size: 90%;
	color: #063;
}
a:visited {
	color: #006;
}
a:hover {
	color: #060;
}
a:active {
	color: #060;
}
a:link {
	color: #006;
	font-size: 90%;
}
h1 {
	color: #015e3c;
	font: 180% Georgia, "Times New Roman", Times, serif;
}
h2 {
	color: #015e3c;
	font: normal 130% Georgia, "Times New Roman", Times, serif;
}
h3 {
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}
#container {
	margin: 0px auto;
	padding: 20px 0px 0px;
	width: 880px;
	background: #FFF;
	border-top: 5px solid #DFDEFE;
	border-right: 5px solid #DFDEFE;
	border-bottom: 5px solid #C0BFDB;
	border-left: 5px solid #DFDEFE;
}
#header {
	margin: 0px;
	padding: 0px 40px 5px;
	height: 100px;
	background: url(images/bg_divider.jpg) no-repeat center bottom;
}
#navBar {
	margin: 0px;
	padding: 20px 40px 0px;
	height: 30px;
	background: url(images/bg_gradient.gif) repeat-x left bottom;
}
#mainContent {
	margin: 0px;
	padding: 15px 55px;
	background: url(images/bg_divider.jpg) no-repeat center bottom;
	text-align: left;
}
#footer {
	margin: 0px;
	padding: 10px 40px 5px;
	background: url(images/bg_gradient.gif) repeat-x left bottom;
	text-align: center;
}
#imgbanner {
	background: url(images/img_banner.jpg) no-repeat center center;
	margin: 0px;
	padding: 0px;
	height: 230px;
}
#logo {
	background: url(images/logo_full.png) no-repeat right top;
	margin: 0px;
	padding: 0px;
}
.btn {
	margin: 0px 10px 0px 5px;
	padding: 0px;
}
.centeredText {
	text-align: center;
}
ul {
	list-style: square outside;
}
.answerSection {
	color: #015e3c;
	font: 120% Georgia, "Times New Roman", Times, serif;
}
.copyright {
	font-size: 70%;
}
.bigLink {
	font-size: 110%;
}
