/* CSS Document */
#outerwrapper {
	margin: 0 auto;
	width: 800px;
	border-right: 1px solid #6A278D;
	border-left: 1px solid #6A278D;
	background: #FFFFFF;
}
#header {
	width: 100%;
	height: 150px;
	position: relative;
	background: url(/images/quesst_logo1.jpg) no-repeat 2px 30px;
}
#content {
	overflow: auto;
	border-top: 1px solid #6E2991;
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
	position: relative;
}
#footer {
	width: 100%;/*	height: 76px;*/
	border-top: 1px solid #6E2991;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#topBorder {
	width: 100%;
	height: 28px;
	background-color: #6E2891;
}
#footerText a, #footerText a:link, #footerText a:hover, #footerText a:visited {
	color: #B0A2BE;
	text-decoration: none;
}
#bottomBorder {
	width: 100%;
	height: 28px;
	background-color: #6A278D;
}
#footerText {
	width: 100%;
	height: 16px;
	font-size: 0.625em;
	padding-top: 8px;
	color: #6E2891;
}
#clearDiv {
    clear:both;
    height:1px;
    overflow:hidden;
}
#navColumn a, #navColumn a:hover, #navColumn a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #996600;
}
#navbar {
	position: absolute;
	bottom: 4px;
	width: 100%;
	margin-left: 0px;
	border-top: 1px solid #6E2991;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
}
#contentColumn li {
	list-style: url(/images/li.gif) outside;
}
#outerwrapper #content #contentColumn li {
	list-style: url(/images/page.gif) outside;
}
#outerwrapper #content #contentColumn li li {
	list-style: url(/images/pages.gif) outside;
}
#contentColumn {
	width: 580px;
	padding: 0 20px 0 10px;
	color: #000000;
	float: left;
	line-height: 1.3em;
}
#outerwrapper #content #contentColumn ul {
	line-height: 2ems;
}
/* For three columns */
#rightColumn {
	width: 205px;
	float: left;
	padding-top: 95px;
	color: #666;
	font-size: .8em;
}
#mainContent {
	width: 610px;
	float: left;
}
#breadcrumb {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.currentSection {
	color: #666666;
}
#content h1 {
	font-size: 2.25em;
	font-style: italic;
	color: #6E2991;
	margin-bottom: 0px;
}
#content h2 {
	font-size: 1.1em;
	color: #000000;
	margin-bottom: 0px;
	margin-top: 0px;
}
#leftColumn h1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #6E2891;
}
#leftColumn ul {
	margin-right: 10px;
	margin-left: 0px;
}
#leftColumn li {
	margin-bottom: 5px;
}
.firstParagraph {
	margin-top: 0px;
}
.floatLeft {
	float: right;
	padding-right: 10px;
	padding-left: 5px;
}
.currentLink {
	color: #6E2891;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #6E2891;
	border-bottom-color: #6E2891;
	margin-left: -10px;
	padding: 10px;
}
#rightColumn p {
	padding-right: 20px;
}
#contentFeature {
	width: 100%;
	text-align: right;
	padding-top: 20px;
}
.floatRight {
	float: left;
	padding-right: 10px;
}
.pullQuote {
	background-image: url(chap_03/assets/pullquote_bg.jpg);
	background-repeat: repeat-x;
	background-position: 50% 50%;
	width: 140px;
	border-top: solid 1px #333333;
	border-bottom: solid 1px #333333;
	float: right;
	color: #333;
	font-family: "Trebuchet MS";
	font-size: 1.1em;
	font-style: oblique;
	padding-left: 10px;
}
.arrowBox {
	padding-left: 5px;
}
#contentWrapper {
	float: left;
	width: 593px;
}
body.twoColumn #contentColumn {
	width: 575px;
}
.imgFloatLeft {
	float: left;
	margin-right: 3px;
}
.imgSpaceBottom {
	margin-bottom: 3px;
}
#navColumn p {
	margin-bottom: 0.8em;
	margin-top: 0px;
}
#navColumn {
	float: left;
	padding-left: 30px;
	padding-top: 30px;
	letter-spacing: 0.1em;
	width: 146px;
	border-right: 1px solid #6a278d;
}
#googlesearchbar {
	position: absolute;
	left: 440px;
	top: 47px;
	height: 50px;
	width: 350px;
}
#contentColumn a:link, #contentColumn a:hover, #contentColumn a:visited, #contentColumn a:active {
	color: #7F5D91;
	text-decoration: none;
}
#contentColumn h2 a:hover {
	color: #F4F444;
	background: #6E2891;
}

