/* CSS Document */
body {
	font: 85% Georgia, "Times New Roman", Times, serif;
	color: #333;
	margin: 0;	padding: 0;
}
body.img1 {
	background: #fff url(../html/images/Logor_bk2.gif) no-repeat fixed 100% 75px;
}
body.img2 {
	background: #fff url(../html/images/Logol_bk1.gif) no-repeat fixed 100% 75px;
}
body.img3 {
	background: #fff url(../html/images/Logoc_bk1.gif) no-repeat fixed 100% 75px;
}
h1, h2, h3, h4 {
	font-weight: bold;
	margin: 0; padding: 5px 0 0;
}
h1 {
	background: #609;
	background: #739;
	letter-spacing: 1px;
	font-size: .9em;
	color: #fff;
	border-top: 2px solid #ffd000;
	border-bottom: 3px solid #000;
	margin: 0; padding: 6px 15px;
}
h2 {
	font-size: 1.3em;
	text-align: right;
	color: #333;
	margin: 10px 25px 0 160px; padding: 0;
}
h3 {
	text-align: center;
	font-size: 1.5em;
	color: #609;
	margin: 0; 	padding: 40px 180px 0;
}
h4 {
	text-align: center;
	font-size: 1em;
	background: url(../html/images/bk_hdr3_r.gif) no-repeat right top;
	color: #609;
	border-bottom: 1px solid #da1;
	padding: 3px 10px;
}
h5 {
	font-size: 1.1em;
	text-align: right;
	color: #333;
	margin: 1px 25px 0 160px; padding: 0;
}
h5 span{
	font-style: italic;
}
p {
	font-size: 1em;
	line-height: 1.4em;
	margin: 0; padding: 0;
}
ul {
	margin: 0; padding: 0;
}
li {
	font-size: .9em;
	font-weight: bold;
	list-style: none;
	background: #eee;
	border: 1px solid;
	border-color: #fff #ccc #ccc #eee;
	border-width: 1px 2px;
	margin: 0; padding: 0;
}
a {
	display: block;
	text-decoration: none;
	color: #609;
	margin: 0; padding: 3px 10px;
}
a:hover, a.current {
	background: #ffe;
}
lockquote {/* fix this */
	margin: 0; padding: 0 30px;
}
sup {
	font-size: smaller;
}
/* ~~~~~~~~~~~~~~ DIVS ~~~~~~~~~~~~~~~~~~*/
#header {
	background: url(../html/images/Logor-sm1.gif) no-repeat 50px 100%;
	height: 200px;
	margin: 0; padding: 0 0 30px;
}
#header h1 a {
	color: #fff;
	margin: 0; padding: 0px 15px;
}
#header h1 a:hover {
	background: #609;
	text-decoration: underline;
}
body.img1 #header {
	background: url(../html/images/Logor-sm1.gif) no-repeat 50px 100%;
}
body.img2 #header {
	background: url(../html/images/Logol-sm1.gif) no-repeat 50px 100%;
}
body.img3 #header {
	background: url(../html/images/Logoc-sm.gif) no-repeat 50px 100%;
}
#wrapper {
	border: 1px solid #fff; /* This fixes crappy positioning in IE6 */
	position: relative;
}
#index h3 {
	font-size: 1.6em;
	font-style: italic;
}
#content {
	background: #fffff6;
	border: 2px solid #eb2;
	border-width: 1px 3px;
	margin: 0px 26% 40px; padding: 10px;
}
#content h2 {
	font-size: 1.2em;
	text-align: left;
	color: #609;
	background: url(../html/images/star-1e.gif) no-repeat left top;
	margin: 25px 0 10px; padding-left: 25px;
}
#content h3 {
	text-align: left;
	font-style: normal;
/*	color: #336;*/
	color: #383;
	font-size: 1em;
	margin: 2em 0 .5em; padding: 0;
}
#content h4 {
	background: none;
	text-align: left;
	font-style: normal;
	font-weight: bold;
	color: #333;
	font-size: 1em;
	border-bottom: none;
	margin: 2em 0 .5em 2em; padding: 0;
}
#content p {
	line-height: 1.7em;
	text-indent: 2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 1em; padding: 0 1em;
}
#content ul {
	margin: 1em; padding: 0;
}
#content li {
	list-style: none;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.5em;
	background: url(../html/images/dot-3a.gif) no-repeat left 0.5em;
	border: none;
	margin: .5em 2.5em; padding: 0 0 0 15px;
}
#content a {
	display: inline;
	text-decoration: none;
	background: none;
	font-weight: bold;
	color: #609;
	margin: 0; padding: 0;
}
#content a:hover {
	text-decoration: underline;
}
#content pre {
	font: 1.2em/1.5 "Times New Roman", Times, serif;
	background: #fff;
	border: 1px solid #eee;
	margin: 10px 20px; padding: 20px 40px;
	margin: 5px; padding: 10px 20px;
}
#content blockquote {
	position: relative; /* IE7 fix for sliding background */
	background: #ffd;
	border: 1px solid #eeb;
	border-color: #ffb #edf #edf #ffb;
	margin: 20px; padding: 0;
}
#content span.sup {
	position: relative;
	bottom: 0.3em;
	font-size: 0.8em;
}
#content img {
	float: right;
	position: relative; /* attempt to fix IE5 problem */
	border: 2px solid #999;
	margin: .5em 10px .8em 12px; padding: 0;
}
#content img#louise {
	width: 150px; height: 150px;
}
#content img#mapsdc {
	width: 300px; height: 220px;
}
#content.cntr {
	text-align: center;
}
#content.clr {
	clear: both;
}
#content.bfl {
	color: #609;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-variant: small-caps;
}
#answers, #action, #areas, #lesson {
	position: absolute; width: 20%;
	background: url(../html/images/bk_hdr3_l.gif) no-repeat left top;
	margin: 0; padding: 0;
}
/* positions */
#answers {
	top: 25px; left: 25px;
}
#action {
	top: 220px; left: 25px;
}
#areas {
	top: 25px; right: 25px;
}
#lesson {
	top: 220px; right: 25px;
}
#footer {
	position: relative;
	clear: both;
	font-size: small;
	background: #b0a9b0;
	color: #ddd;
	border-top: 2px solid #609;
	margin: 0; padding: 10px;
}
#footer p {
	text-align: right;
	margin: 0; padding: 5px;
}
#footer a {
	float: left;
	background: none;
	color: #ddd;
	text-decoration: none;
}
#footer a span {
	display: none;
}
#footer a ul {
	margin: 10px 15px; padding: 0;
}
#footer a ul li{
	background: none;
	border: none;
	margin: 0; padding: 5px;
}
#footer a:hover span{
	display: inline;
	position: absolute; bottom: 100px; left: 50px;
	background: #b0a9b0;
	color: #ff9; font-weight: bold; 
	border: 2px solid;
	border-color: #90c #609 #609 #90c;
	padding: 0 15px;
}
/* ~~~~~~~~~~~~~~ CLASSES ~~~~~~~~~~~~~~~~~~*/
.ital {font-style: italic;}
.clear {clear: both; height: 0;}
.debug {background: #def;}
/* {border: 1px solid cyan;}/**/
