@charset "utf-8";
body {
	background-color: #E9EEF5;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.test {
	background-color: #FFF;
}

#container {
	width: 960px;
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
}


#header {
	background-color: #C60;
	color: #FFF;
	text-align: center;
}

#content {
	background-color: #FFF;
	width: 960px;
	float: left;
}

#content #leftcol {
	float: left;
	width: 740px;
	position: relative;
	padding: 10px;
	visibility: inherit;
}
#content #rightcol {
	float: left;
	width: 200px;
	position: relative;
}
.faq {
	margin-bottom: 0px;
	color: #FFF;
	background-color: #C60;
}
#leftcol p {
	margin-top: 0px;
}


#footer {
	clear: both;
	background-color: #E9EEF5;
	text-align: center;
}
#footer a {
	color: #000066;
	text-decoration: none;
}
#footer a:hover {
	font-weight: bold;
	color: #640204;
}



.copyright {
	font-size: small;
	color: #5579A8;
}
#footer .copyright a {
	color: #5579A8;
}

.author {
	color: #E9EEF5
}
