@charset "utf-8";
/* CSS FAQ Document */

body {
	background-color:#CFC8C0;
	background-image: url(../Images/bkazv2.gif);
	background-repeat: repeat-x;
	margin:0;
	padding:0;
	border: 1px solid #000000;
}
.MainContent #body {
	width: 941px;  /* this will create a container 80% of the browser width */
	background: #FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-color:#000;
	font:Verdana, Geneva, sans-serif;
}
h1, h3, p {
	margin-left:40px;
	margin-right:40px;
	text-align:justify;
	font-family:Tahoma, Geneva, sans-serif;
}
#Location {
	text-align:center;
	font-size: 20px;
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
	background-color:#53514E;
	border-top-style: groove;
}
#FAQ_Content h1 {
	text-align:center;
}

