@charset "utf-8";
a:link{
	color:#db9746;
	text-decoration: none;
	font-family: arial;
	font-size: 17px;
	font-weight: bold;
	list-style: none;
	line-height: 25px;
	
}
a:visited{
	color:#A0661F;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	color:#E9AC69;
	text-decoration: none;
	font-weight: bold;
}
li {
	text-decoration: none;
	list-style-image: none;
	list-style-type: none;
}

h1 {
	color: #DB9746;
}

h2 {
	line-height: 5px;
	color: #666666;
}
h4 {
	font-size: 95%;
	color: #333333;
}
h3 {
	color: #db9746;
}
h5 {
	font-size: 95%;
	font-weight: bold;
	line-height: 1px;
	color: #666666;
}




body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 650px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	
}
#FaqBreak {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999999;
}

.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.SpecialLink {
	font-size: 14px;
	line-height: 40px;
}
