body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0px;
	background-image: url(img/bg.jpg);
	background-attachment: fixed;
	background-color: #464531;
}
p {
	margin: 0px;
	padding: 0px;
}
#container {
	margin-right: auto;
	margin-left: auto;
	height: auto;
	width: 700px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #222222;
	border-left-color: #333333;
}
#header {
	height: 125px;
	width: 700px;
	background-image: url(img/faq_header.jpg);
	background-color: #1A1A1A;
	position: relative;
}
#header a {
	position: absolute;
    top: 0;
    left: 0;
    width: 700px;
    height: 125px;
}
.logo {
	display:none;
}
#menu {
	background-color: #A88253;
	height: 45px;
	width: 700px;
	color: #FFFFFF;
	font-size: x-small;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
	background-image: url(img/menu_bg.jpg);
}
#content {
	background-color: #E4DDD4;
	height: auto;
	width: 680px;
	padding: 10px;
}
#copyright {
	background-color: #1A1A1A;
	width: 700px;
	font-size: 9px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 5px;
	height: 50px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DDDDDD;
	background-image: url(img/footer_bg.jpg);
}
#copyright img {
	margin-bottom: 2px;
	border: none;
	margin-top: 10px;
}
h1 {
	font-family: Georgia, Trebuchet, serif;
	font-size: 26px;
	margin-top: 20px;
	margin-bottom: 25px;
	color: #335B8C;
	padding-bottom: 5px;
	font-weight: normal;
}
h2 {
	font-size: 16px;
	width: 645px;
	margin-left: 20px;
	padding-bottom: 2px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 12px;
	margin-left: 20px;
	color: #3B68A0;
	cursor:pointer;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: bold;
}
.content {
	margin-left: 27px;
	margin-right: 27px;
	line-height: 150%;
	margin-bottom: 15px;
	margin-top: -5px;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 85%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px dashed #FFFFFF;
	padding-bottom: 10px;
	padding-top: 8px;
	background-color: #D7CBBD;
	display: none;
}
.content a:link {
	color: #3B68A0;
	font-weight: bold;
	text-decoration: none;
}
.content a:visited {
	color: #3B68A0;
	font-weight: bold;
	text-decoration: none;
}
.content a:hover {
	color: #3B68A0;
	font-weight: bold;
	text-decoration: underline;
}
dl a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	border: none;
}
dl a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	border: none;
}
dl a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
dl {
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 30px;
	color: #335B8C;
}
dt {
	margin-right: 20px;
	margin-top: 18px;
	font-weight: bold;
	float: left;
	font-size: 11px;
}
.subtitle {
	font-size: small;
	font-weight: bold;
	color: #FF0000;
}
.emphasized {
	font-weight: bold;
	color: #333333;
	padding-left: 5px;
}
.categories {
	color: #FFFFFF;
	background-color: #666666;
	padding: 5px;
	font-weight: bold;
	width: 670px;
	height: 15px;
	font-size: x-small;
	margin-bottom: 20px;
}
.boldhead {
	font-weight: bold;
	font-size: small;
}
.small {
	font-size: 10px;
	color: #333333;
}
.bold {
	font-weight: bold;
}
ul {
	margin: -15px 0px 30px;
	padding: 0px;
}
.back {
	font-size: x-small;
	margin-left: 20px;
	margin-bottom: 40px;
}
.back a:link {
	color: #3B68A0;
	font-weight: bold;
	text-decoration: none;
}
.back a:visited {
	color: #3B68A0;
	font-weight: bold;
	text-decoration: none;
}
.back a:hover {
	color: #3B68A0;
	font-weight: bold;
	text-decoration: underline;
}
.dot {
	color: #999999;
}
.list {
	margin-left: 15px;
	line-height: 140%;
}
iframe {
	height: 210px;
	width: 400px;
	margin: 25px 0px 0px;
	border: none;
}
