@charset "UTF-8";
* {
	margin: 0;
}
#wrapper {
	width: 965px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/headerBG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #dcdcdc;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px; /* the bottom margin is the negative value of the footer's height */
}
html, body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	line-height: 22px;
	background-color: #333333;
}
#header {
	height: 405px;
	width: 965px;
}
#content {
	width: 691px;
	margin-right: auto;
	margin-left: auto;
}
.title {
	height: 15px;
	padding-bottom: 25px;
}
#footer {
	height: 100px; /* .push must be the same height as .footer */
	width: 965px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#push {
	height: 100px; /* .push must be the same height as .footer */
	width: 965px;
	margin-right: auto;
	margin-left: auto;
}
a:link {
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #ffab00;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}
.answer {
	color: #565656;
}
.question {
	font-weight: bold;
	color: #333333;
}
h1 {
	display: none;
}
.clickBtn a {
	background-image: url(images/clickBtn.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 29px;
	width: 121px;
	display: block;
}
.clickBtn a:hover {
	background-image: url(images/clickBtn.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 29px;
	width: 121px;
}
#footerMenu {
	margin-top: 68px;
	width: 600px;
	margin-left: 182px;
	height: 20px;
	position: absolute;
	text-align: center;
}
.divide {
	height: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
	float: left;
}
#footerMenu ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#footerMenu ul li
{
display: block;
float: left;
text-align: center;
padding: 0;
margin: 0;
}

#footerMenu ul li a
{
	width: 119px;
	height: 18px;
	padding: 0;
	margin: 0 0 10px 0;
	text-decoration: none;
	display: block;
	text-align: center;
	font: normal 10px/18px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}

#footerMenu ul li a:hover
{
	color: #fcb000;
}

#footerMenu a:active
{
	color: #fcb000;
}

#footerMenu li#active a
{
	color: #fcb000;
}

