@charset "UTF-8";
/* CSS Document */

/* This section formats the text in the #sidebar1 (left) div */

/* This section formats the text in the SCROLLER secion of #sidebar2 (right) div */
#scroller h1 {
	margin: 5px 2px 2px 2px;
	padding: 0;
	font-size: 110%;
	font-weight: bold;
	color: #000000;
	text-align: left;
}
#scroller h1.new:before {
	content: "NEW -  ";
	color: #0090F4;
}
#scroller p {
	font-size: 80%;
	color: black;
	margin-top: 0;
	padding: 0 7px;
}
#scroller a {
	color: #005822;
	text-decoration: underline;
}
#scroller a:hover {
	color: white;
	background-color: #005822;
	text-decoration: none;
}
#scroller .image {
	margin: 0 auto;
	border: 1px solid black;
}
#scroller .small {
	font-size: 70%;
	text-align: center;
}

/* This section formats the text in the #mainContent div */
#mainContent p, #mainContentWide p {
	color: black;
	font-size: 90%;
	letter-spacing: .1em;
	line-height: 1.5;
	margin-top: 2px;
	padding: 0 10px 0 10px;
}
#mainContent h1, #mainContentWide h1 {
	font-family: Palatino, "Book Antiqua";
	font-size: 150%;
	font-style: italic;
	color: #FFFF00;
	text-align: left;
	vertical-align: middle;
	width: auto;
	height: auto;
	margin-bottom: 7px;
	padding: 3px 0 2px 10px;
	background-color: #646400;
	border: 1px solid black;
}
#mainContent h2, #mainContentWide h2 {
	font-family: Palatino, "Book Antiqua";
	font-size: 125%;
	font-style: italic;
	color: #FFF529;
	text-align: left;
	vertical-align: middle;
	width: auto;
	height: auto;
	margin-bottom: 1px;
	padding: 3px 0 1px 10px;
	background-color: #606E6F;
	border: 1px solid black;
}
#mainContent a, #mainContentWide a {
	color: #005822;
	font-weight: bold;
	background-color: transparent;
	text-decoration: underline;
}
#mainContent a:hover, #mainContentWide a:hover {
	color: white;
	font-weight: bold;
	background-color: #005822;
	text-decoration: none;
}
#mainContent a:visited, #mainContentWide a:visited {
	color: #1C3849;
	background: transparent;
	text-decoration: underline;
}
#mainContent ul, #mainContentWide ul {
	font-size: 90%;
	letter-spacing: .1em;
	line-height: 1.5;
}
#mainContent ul li, #mainContentWide ul li {
	font-size: 90%;
	letter-spacing: .1em;
	line-height: 2.7;
	list-style-position: outside;
	list-style-type: circle;
	margin: 0 0 0 25px;
	padding: 0 0 0 5px;
}
#mainContent ul.resourceLinks li, #mainContentWide ul.resourceLinks li {
	font-size: 90%;
	letter-spacing: .1em;
	line-height: 1.5;
	list-style-position: outside;
	list-style-type: circle;
	margin: 0 0 0 25px;
	padding: 0 0 0 5px;
}

#mainContent ul li li, #mainContentWide ul li li {
	font-size: 90%;
	letter-spacing: .1em;
	line-height: 1.5;
	list-style-position: outside;
	list-style-type: square;
	margin: 0;
	margin-left: -10px;
	padding: 0 0 0 5px;
	color: red;
}
#mainContent ol, #mainContentWide ol {
	font-size: 90%;
	letter-spacing: .1em;
	line-height: 1.5;
}
#mainContent ol li, #mainContentWide ol li {
	font-size: 90%;
	letter-spacing: .1em;
	line-height: 1.5;
	list-style-position: outside;
	margin: 0 0 0 30px;
	padding: 0 0 0 0;
}
#mainContent ol li li, #mainContentWide ol li li {
	font-size: 90%;
	letter-spacing: .1em;
	line-height: 1.5;
	list-style-position: outside;
	margin: 0;
	padding: 0 0 0 0;
	list-style-type: lower-alpha;
	color: green;
}

/* This section formats the text in the #footer div */
#footer p {
	color: white;
	font-size: 70%;
	line-height: 1;
	text-align: center;
	margin: 0;
	padding-top: 15px;
}
#footer a {
	color: silver;
	text-decoration: none;
}
#footer a:hover {
	color: white;
	text-decoration: underline;
}

/* This section formats the text in the #addressBox div */
.layout #addressBox p {
	color: #000000;
	font-size: 70%;
	line-height: 1;
	text-align: center;
	margin: 0;
	padding-top: 10px;
}

/* This section formats the text in the #copyright div */
#copyright p {
	color: gray;
	font-size: 70%;
	line-height: 1;
	text-align: left;
	margin: 0 0 3px 0;
	padding: 0 5px;
}
#copyright a {
	color: gray;
	text-decoration: underline;
}
#copyright a:hover {
	color: white;
	background-color: gray;
	text-decoration: none;
}

/* This section contains special classes that can be used anywhere in */
.center {
	text-align: center;
}

.red {
	color: red;
}
.green {
	color: green;
}
.blue {
	color: blue;
}
.bold {
	font-weight: bold;
}
.small {
	font-size: 70%;
}
.inTen {
	margin-left: 10px;
}
.inFifteen {
	margin-left: 15px;
}
.inTwenty {
	margin-left: 20px;
}
.inTwentyfive {
	margin-left: 25px;
}
.inThirty {
	margin-left: 30px;
}
.inThirtyfive {
	margin-left: 35px;
}
