body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #339933;
}
a {
	color: #0000FF;
}
a:hover {
	color: #000066;
}
.thrColFixHdr #container {
	width: 774px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000; /* this overrides the text-align: center on the body element. */
	text-align: left;
	margin-top: 4px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.thrColFixHdr #header {
	height: auto;
	background-color: #EAF7EA;
	background-image: url(images/header_btm_border1.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 0px;/*background-image: url(images/LogoCross.jpg);
	background-repeat: no-repeat;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #339933;*/
}
.thrColFixHdr #header h1 {
	padding-top: 1.5em;
	padding-right: 0;
	padding-bottom: 2em;
	font-size: 140%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #003300;
	background-image: url(images/LogoCross.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding-left: 130px;
}
.thrColFixHdr #header .tag {
	color: #333333;
	font-weight: normal;
	font-size: 90%;
	display: block;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 156px;
	padding-bottom: 10px;
	padding-top: 0px;
	margin-top: 1em;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	background-color: #EAF7EA;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 156px; /* padding keeps the content of the div away from the edges */
	padding-bottom: 10px;
	margin-top: 1em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	background-color: #EAF7EA;
	text-align: center;
}
#sidebar1 h4, #sidebar2 h4 {
	background-color: #009900;
	text-align: center;
	font-size: 86%;
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0px;
	font-weight: normal;
}
#sidebar1 h4 a, #sidebar2 h4 a {
	color: #FFFFFF;
}
#sidebar1 h4 a:hover, #sidebar2 h4 a:hover {
	color: #FFFF00;
	background-image: url(SpryAssets/SpryMenuBarDoubleHover.gif);
	background-repeat: no-repeat;
	background-position: 98% 50%;
}
#sidebar1 p, #sidebar2 p {
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 78%;
}
.thrColFixHdr #mainContent {
	margin-top: 1em;
	margin-right: 165px;
	margin-bottom: 1em;
	margin-left: 165px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	text-align: left;
}
#mainContent h2 {
	margin-top: 0px;
	font-size: 120%;
	color: #333333;
	text-align: center;
}
.tinyText {
	font-size: 80%;
}
.pdf_small {
	background-image: url(images/pdficon_small.gif);
	background-repeat: no-repeat;
	width: 24px;
}
.pdf_small {
	font-weight: normal;
	font-size: 90%;
}
.pdf_small a {
	text-decoration: none;
}
.pdf_small a:hover {
	color: #003366;
	text-decoration: underline;
}
.pdf_normal {
	background-image: url(images/pdficon_small.gif);
	background-repeat: no-repeat;
	width: 24px;
}
.pdf_normal {
	font-weight: normal;
	font-size: 100%;
}
.pdf_normal a {
	text-decoration: none;
	color: #000066;
}
.pdf_normal a:hover {
	color: #003366;
	text-decoration: underline;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mainContent h3 {
	font-size: 110%;
	color: #333333;
}
#mainContent h4 {
	font-size: 100%;
	color: #333333;
}
.thrColFixHdr #footer {
	text-align: center;
	font-size: 80%;
	background-color: #EAF7EA;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #339933;
	padding-top: 0;
	padding-right: 2em;
	padding-bottom: 0;
	padding-left: 2em;
}
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.outlineText {
	border: 1px solid #333333;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}
#navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: right;
	font-size: 80%;
	margin-top: 2px;
	margin-right: 0em;
	margin-bottom: 2px;
	margin-left: 0em;
	position: relative;
	height: 1.4em;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#navigation li {
	list-style: none;
	margin: 0;
	display: inline;
	padding-bottom: 2px;
}
#navigation li a {
	text-decoration: none;
	padding-top: 2px;
	padding-right: 1em;
	padding-bottom: 2px;
	padding-left: 1em;
	margin: 2px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
#navigation li a:link {
	color: #000066;
}
#navigation li a:visited {
	color: #000066;
}
#navigation li a:hover {
	color: #FFFFFF;
	background-color: #339933;
	background-image: none;
	border: 1px solid #FFFF00;
}
.date_revised {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.credit {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}
.credit a {
	color: #336699;
	text-decoration: none;
}
.credit a:hover {
	color: #000066;
	text-decoration: underline;
}
noscript {
	background-color: #FFFF33;
	position: absolute;
	top: 92px;
	font-size: 70%;
	width: 53%;
	right: 206px;/*	border: 1px solid #C4C400; */
}
noscript p {
	margin: 0px;
	padding: .3em;
}
.skipit {
	position: absolute;
	margin-left: 130px;
	font-size: 70%;
	color: #666666;
}
.skipit a {
	color: #6666FF;
}
.skipit a:hover {
	color: #0000FF;
}
.validation img {
	margin-right: 0.5em;
	margin-left: 0.5em;
	margin-top: 0.3em;
}
#home #sidebar1 {
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 2em;
}
#home #sidebar2 {
	width: 156px;
}
#home #mainContent {
	margin-right: 160px;
	margin-left: 3em;
}
.thrColFixHdr #home #header {
	background-image: url(../images/Homepage-Logo3a.gif);
	background-repeat: no-repeat;
}
#home #header h1 {
	background-image: url(images/Homepage-Logo3a.gif);
	height: 80px;
	padding-left: 200px;
	font-size: 160%;
	padding-top: 2.6em;
}
#home #header {
}
#home .skipit {
	margin-left: 200px;
}
.small_justified {
	font-size: 70%;
	text-align: justify;
}
#home #mainContent h2 {
	text-align: left;
}
.highlight_red_border_emphasis {
	background-color: #FFA8A8;
	border: 4px double #F00;
	display: block;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}
.highlight_yellow {
	background-color: #FF0;
	display: block;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #CCC;
}
.highlight_lightGreen {
	background-color: #9F6;
	display: block;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #CCC;
}
.highlight_lightBlue {
	background-color: #6CF;
	display: block;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #CCC;
}
