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

/* -------------- BODY */

body {
	color: #000;
	background-color: #dddddb;
	max-width: 1100px;
	margin-left: 2%;/*background-color:#FFC;*/
}
/* -------------- HEADER */

header h1 {
	font-family: "Open Sans", Verdana, Arial, sans-serif;
	color: #c03;
}
header h2 {
	font-family: "Open Sans", Verdana, Arial, sans-serif;
}
/*
header p {
	padding-left: 0.8em;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}
*/
header ul {
	font-family: "Open Sans", Verdana, Arial, sans-serif;
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	line-height: 100%;
}
header a:link, header a:visited, header a:active {
	color: #323d47;
	padding-bottom: 1px;
	text-decoration: none;
}
header a:hover {
	border-bottom: 2px dotted #ccc;
	color: #268bd2;
	padding-bottom: 1px;
	text-decoration: none;
}
header li {
	padding-bottom: 1em;
}
/* -------------- SECTION */


.module {
	background-color: #fbfbfa;
	border: 1px solid #bbb;
	max-width: 1000px;
	color: #000;
	padding: 2%;
	margin: 2%;
}
h1, h2, h3 {
	color: #323d47;
	font-family: "Roboto", Verdana, Arial, sans-serif;
	font-weight: 700;
	text-align: left;
	padding-bottom: 0;
	margin-bottom: 0;
}
h1 {
	font-family: "Open Sans", Verdana, Arial, sans-serif;

}
h2 {
	font-family: "Open Sans", Verdana, Arial, sans-serif;
}
h3 {
	font-size: 0.8em;
}
/* -------------- LINKS */

section a:link, section a:visited, section a:active {
	color: #323d47;
	padding-bottom: 1px;
	text-decoration: none;
}
section a:hover {
	border-bottom: 2px dotted #ccc;
	color: #268bd2;
	padding-bottom: 1px;
	text-decoration: none;
}
blockquote {
	border-left: 5px solid #ddd;
	font-family: "Open Sans", Verdana, Arial, sans-serif;
	font-size: 1em;
	padding-left: 1%;
	text-align: left;
	margin: 0;
}
/* -------------- TEXT */


p {
	font-family: "Open Sans", Verdana, Arial, sans-serif;
	margin: 0;
	padding: 0;
}
.yellowHighlight {
	background-color: #FDFBEC;
}
.yellowHighlightStrong {
	background-color: #FF0;
}
/* -------------- FOOTER */



footer a:link, footer a:visited, footer a:active {
	color: #323d47;
	padding-bottom: 1px;
	text-decoration: none;
}
footer a:hover {
	color: #268bd2;
	padding-bottom: 1px;
	text-decoration: none;
}
/*------------- VIEWING OPTIONS */

#prefChoice input {
	margin-right: 0.5em;
}
#prefChoice input, #prefChoice label {
	cursor: pointer;
}
#prefChoice input.enabled+label {
	color: #268bd2;
	font-weight: bold;
	font-size: 110%;
}
#prefChoice input[type="checkbox"] {
	width: 0px;
	opacity: 0;
	display: none;
}
#prefChoice input[type="checkbox"] + label:before {
	background-image: url("../HelperFiles/images/checkbox.png");
	display: inline-block;
	height: 19px;
	width: 19px;
	margin-left: 0.25em;
	vertical-align: middle;
	color: transparent;
	margin: 0.3em;
}
#prefChoice input[type="checkbox"] + label:before {
	background-position: 0px -19px;
	content: "not checked";
}
#prefChoice input[type="checkbox"]:checked + label:before {
	background-position: 0px 0px;
	background-image: url("../HelperFiles/images/checkbox.png");
	content: "checked";
}
/*  This class indents the links "High contrast is Off" and "Large font On Off" within the Preferences feature */
#prefChoice p a {
	padding-left: 6.5%;
}
#prefChoice {
	background-color: #FFFF00;
	padding-top:5px;
}
/*  This is a class that's added by the toggleQSClasses function in the file "toggleQSClasses.js It toggles high contrast on or off for the Preferences feature.*/
.contrast {
	background-color: #FFFF00;
	border-color: 000;
}
/*
/*  This is a class that's added by the toggleQSClasses function in the file "toggleQSClasses.js It toggles the larger font size on or off for the Preferences feature.*/
.fontGrow {
	font-size: 110%;
	line-height: 110%;
/*
