<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Teach American History (200)*/

/*preset all default styles*/

*{outline:none;}
body{color:#000;background:#816E57 ;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup,sub{line-height:-1px;vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
body{font:14px/1.5 "Lucida Grande", Verdana, Arial, sans-serif;*font-size:small;*font:x-small;}
table{font-size:inherit;font:100%;}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:99%;}


.clrfix{zoom:1;}
.clrfix:after{
	content:".";
	display:block;
	height:0;
	width:0;
	line-height:0;
	clear:both;
	visibility:hidden;
}
.clr{clear:both;}


html {
	height: 100%;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.5;
	margin: auto;
	background: #9ebac3 url(images/map_background.jpg) center 0 no-repeat;
}


p {
	margin: .5em 0;
}
h2 {
	font-weight: bold;
	font-size: 1.5em;
	margin-top: 1em;
}
h3 {
	font-weight: bold;
	font-size: 1.2em;
}

h1, h2, h3 {
	color: #645442;
}

a:link {
	color: #9b301c;
}
a:visited {
	color: #AD593B;
}
a:active, a:hover {
	color: #645442;
}

#pageBackground {
	margin: auto;
	position: relative;
	top: 0;
}

#pageWrapper {
	width: 900px;
	margin: auto;
	position: relative;
	padding-top: 20px;
}

#innerPageWrapper {
	position: relative;
	background: url(images/page_background.jpg) repeat-y;
}


#header {
	background: #fefefe;
	font-size: 90%;
	padding-bottom: 10px;
}
	

.greeting {
	background: #6d98ae;
	margin:auto;
	color:#000;
	border-bottom: 1px solid #000;
	padding: .5em;
	font-size: 90%;
}

.greeting p {
	padding: 0;
	margin: 0;
	width: 900px;
	margin: auto;
}

.greeting a:link, .greeting a:visited, .greeting a:hover {
	color:#fff;
}


.topLinkBar {
	border-top: 1px solid #f0efec;
	background: #6d98ae;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
    
}

ul.topLinks {
	background: #6d98ae;
	padding: .5em 0;
}

ul.topLinks li {
	display: inline;
}


ul.topLinks li a:link, ul.topLinks li a:visited {
	padding: 0 2em;
	color: #fff;
	height: 100%;
}
ul.topLinks li a:active, ul.topLinks li a:hover {
	color: #f9dab4;
}

ul.topLinks .current a:link, ul.topLinks .current a:visited {
	color: #f9dab4;
}


#siteLogo a {
	margin-top: 10px;
	margin-left: 10px;
	display: block;
	width: 462px;
	height: 93px;
	background: url(images/site_logo.jpg) no-repeat;
	z-index: 20;
	text-decoration: none;
}

	

#siteSearch {
	position: absolute;
	top: 50px;
	right: 20px;
	border: 1px solid #ad5d62;
	border-right: none;
	z-index: 100;
	color: #ad5d62;
}


#siteSearch input {vertical-align:top; font-weight:bold; font-size: 12px;}
#siteSearch input[type="text"] {width: 200px;font-size: 12px; padding: 6px;  border:none; color: #ad5d62;}
#siteSearch input[type="submit"] {width:80px; padding:8px; border:none; color:#fff; background: #1296bc; text-shadow:0px -1px 2px rgba(0,0,0,.7);cursor:pointer;}
#siteSearch input[type="submit"]::-moz-focus-inner {border:0;}
#siteSearch input[type="submit"]:focus {background:#333;}

#header input#searchSubmit {
	border: 0;
	background: url(images/search_btn.jpg) no-repeat;
	text-indent: -9999em;
	line-height:3000;
	width: 37px;
	height: 30px;
	position: relative;
}

#header input#searchSubmit:hover {
	background:  url(images/search_btn.jpg) no-repeat -37px 0;
}

#pageHeaderImage {
	margin-top: 1px;
}


#sitePrimaryMenu {
	width: 270px;
	min-height: 289px;
	background: #426d8f;
	font-size: 1.3em;
	margin-left: 2px;
	margin-top: 1px;
	float: left;
	position: relative;
}

ul.primaryMenu {
	margin: 1em;
}


#pageLeft {
	clear: both;
	float: left;
	width: 272px;
	position: relative;
	z-index: 20;
	
}

/*LeftNavStyles*/

#leftNavContainer h4 {
	font-size: 1.2em;
	padding: 0 .5em;
	margin: 1em 0;
}

#leftNavContainer h4 span {
	font-style: italic;
}


ul.leftNavigation {
	margin: 1em 0;
	margin-bottom: 2em;
	position: relative;
	z-index: 10000;
	
}

ul.leftNavigation li {
	margin-left: .5em;
	padding-left: .5em;
	margin-bottom: .5em;
}

ul.leftNavigation li.activeTop {
	background: #6d97ae;
	padding: .5em;
}


ul.leftNavigation li.activeTop a:link, ul.leftNavigation li.activeTop a:visited  {
	color: #fff;
}

.leftNavigation a:link, .leftNavigation a:visited {
	color: #000;
	text-decoration: none;
}

.leftNavigation a:active, .leftNavigation a:hover {
	color: #90281E;
	text-decoration: underline;
}


.leftNavigation li.current {
	background: #9ebac3;
}
.leftNavigation li.current li {
	background: none;
}
.leftNavigation .current a:link, .leftNavigation .current a:visited {
	font-weight: bold;
	color: #90281E;
}

.leftNavigation .current li a:link, .leftNavigation .current li a:visited {
	font-weight: normal;
	color: #000;
}

.leftNavArticle {
	padding: 10px;
	border-top: 1px solid #6d98ae;
	font-size: 14px;
	line-height: 1.5;
}

.leftNavArticle h2 {
	font-weight: bold;
	font-size: 16px;
}

/*end leftNav Style*/


#contentWrapper {
	padding: 15px;
	padding-bottom: 1.5em;
	position: relative;
	z-index: 0;
	min-height: 600px;
}

#contentWrapper ul, #contentWrapper ol {
	margin-left: 1em;
}
#contentWrapper li {
	margin-left: 1em;
	padding-left: .5em;
	margin-bottom: .5em;
	list-style: disc;
}
#contentWrapper .slideShow {
	position: relative;
	left: -15px;
	top: -15px;
	margin-bottom: -15px;
}


/*footer*/

#footer {
	clear: both;
	background: #6D98AC;
	padding: 1em;
	text-align: center;
	color: #f9dab4;
}

#footer li {
	display: inline;
	padding: 0 2em;
}



#footer a:link, #footer a:visited {
	color: #f9dab4;
}
#footer a:active, #footer a:hover {
	color: #fff;
}



/*blog*/
#blog table {
	border-color:#8D1B19;
	border-bottom:none;
	background: none;
}

.blogSidenotes {
	font-size: .9em;
}

.blogSidenotes .calendar td {
	padding: .2em;
}
.blogSidenotes .calendar {
	margin: 1em 0;
}


#circuitBlog {
	width: 590px;
	position: relative;
}

.blogArticles {
}

/**/

#userEditForm {
	position: relative;
	z-index: 0;
}

/*calendar*/

.miniGridCalendarWeekLink {
	display: none;
}

/*article tweaks*/
</pre></body></html>