﻿/* CSS layout */
#masthead {
	background-position: center center;
	background-image: url('Pictures/social_studies.jpg');
	font-family: "lucida sans", arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: bold;
	color: #FFFFFF;
	background-repeat: repeat-x;
	background-attachment: scroll;
	text-align: center;
	word-spacing: normal;
	letter-spacing: normal;
	line-height: normal;
	vertical-align: middle;
}
#top_nav {
	background-color: #CC9A68;
	font-family: "lucida sans", arial, Helvetica, sans-serif;
	color: #FF0000;
	font-weight: bold;
	font-size: small;
}
#page_content {
	background-color: #CC9A68;
	font-family: sans-serif, serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 5px;
	color: #663300;
}
#footer {
	padding: 0px;
	margin: 0px;
	background-color: #CC9A68;
}
body {
	background-color: #CC9A68;
	color: #000000;
}
a:link {
	text-decoration: underline;
	font-family: sans-serif, serif;
	font-weight: bold;
	color: #663300;
	font-size: small;
}
a:hover {
	text-decoration: underline overline;
	color: #996633;
	font-weight: bold;
	font-family: sans-serif, serif;
	font-size: small;
}
a:visited {
	color: #996600;
	text-decoration: underline;
	font-size: small;
	font-weight: bold;
	font-family: sans-serif, serif;
}
a:link {
	font-size: small;
	font-weight: bold;
	font-family: sans-serif, serif;
	color: #663300;
	text-decoration: underline;
}
a:hover {
	font-size: small;
	font-weight: bold;
	text-decoration: underline overline;
	font-family: sans-serif, serif;
	color: #996633;
}
a:visited {
	font-family: sans-serif, serif;
	font-size: small;
	font-weight: bold;
	text-decoration: underline;
	color: #996600;
}
a:hover {
	font-family: sans-serif, serif;
	font-size: small;
	font-weight: bold;
	text-decoration: underline overline;
	color: #996633;
}
