@charset "UTF-8";

@import "cactus.css";

h1 {
	font-size: 180%;
}

strong {
	font-weight: bold;
}

pre {
	font-size: 120%;
}


#cslsHeader {
	height: 2em;
	background-color: #2B61BE;
	color: white;
	padding: 4px 4px 4px 10px;
	margin: 0px 0px 30px 0px;
	clear: left;
	
}

#cslsHeader a:link {
	color: white;
	text-decoration: none;
}

#cslsHeader a:visited {
	color: white;
	text-decoration: none;
}

#cslsHeader a:hover {
	text-decoration: underline;
}



#cslsHeaderText {
	font-size: 150%;
	float: left;
	text-align: center;
}

.cslsHeaderLink a {
	margin: 0.3em;
	
	

}

#cslsHelpLink {
	font-size: 90%;
	float: right;
	text-align: center;
	margin: 0.4em;
	
}

#cslsDisclaimerLink {
	font-size: 90%;
	float: right;
	text-align: center;
	margin: 0.4em;
	padding: 0em 0.6em 0em 0.6em;
	border-width: 0px 1px 0px 1px;
	border-style: solid;
}

#cslsContactLink {
	font-size: 90%;
	float: right;
	text-align: center;
	margin: 0.4em;
}

#cslsContactLinkContainer {
	margin: 2px 0px 30px 0px;
	/*border-width: 0px 0px 2px 0px;
	border-style: dotted;
	border-color: #CCCCCC;*/
	height: 1.5em;
	clear: left;
}



#cslsLink {
	color: #333333;
	padding: 0px 3px 0px 3px;
	float: left;

}


.pageContent {
	padding: 1px;
}

#helpHeadline {
	padding: 0px 0px 10px 0px
}

#disclaimerHeadline {
	padding: 0px 0px 20px 0px
}

#questionIndex li {
	list-style-type: decimal;
}

#questionIndex {
	background-color: #F9F9F9;
	border-style: dotted;
	border-width: 2px;
	border-color: #CCCCCC;
	padding: 20px 20px 20px 20px;
	margin: 0px 0px 30px 0px
	
}

.answer {
	margin: 5px 0px 30px 0px
}

.answer p.runningText {
	font-family: "Times New Roman", Times;
	font-size: 130%;
	padding: 5px 2px 5px 2px
}

.answerSubBox {
	background-color: #F9F9F9;
	border-style: dotted;
	border-width: 2px;
	border-color: #CCCCCC;
	padding: 20px 20px 20px 20px;
	margin: 0px 0px 30px 0px
}
