@charset "utf-8";
/* CSS Document */

/* ------------------- Common Text Formatting ------------------------- */
body {
	background-image: url(../images/bkgrnd-pattern.jpg);
	background-repeat: repeat;
	background-color: #beaf87;
	margin-top: 0px;
	margin-left: 0px;
}

p {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 14px;
color: black;
padding: 0px 10px 0px 0px;
}

a, a:visited {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 14px;
color: #415535; /* Green */
text-decoration: underline;
}

a:hover {
color: #415535; /* Green */
text-decoration: overline;
}

h1 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 24px;
line-height: 28px;
color: #415535; /* Green */
text-align: left;
}

h2 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 18px;
line-height: 21px;
color: #415535; /* Green */
text-align: left;
}

h3 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 13px;
line-height: 16px;
color: #415535; /* Green */
text-align: left;
}

#intro {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
line-height: 18px;
color: black;
padding: 0px 10px 0px 0px;
}

#footer {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
line-height: 16px;
font-weight: normal;
color: black;
text-align: center;
padding-left: 190px;
padding-bottom: 12px;
float: left;
}

#footer a, #footer a:visited {
font-size: 10px;
color: black;
text-decoration: underline;
}

#footer a:hover {
font-size: 10px;
color: black;
text-decoration: overline;
}

/* -------------------- Main Nav --------------------------------- */
#mainnav {
text-align: center;
position: absolute;
top: 180px;
left: 116px;
}

#mainnav a, #mainnav a:visited {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
line-height: 19px;
color: black;
font-weight: normal;
text-align: center;
text-decoration: none;
}

#mainnav a:hover {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
line-height: 19px;
color: black;
font-weight: normal;
text-align: center;
text-decoration: overline;
}

#midbar {
padding: 8px 0px 8px 0px;
}

#mainnavSub a, #mainnavSub a:visited {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 10px;
line-height: 18px;
color: black;
font-weight: normal;
text-align: center;
text-decoration: none;
}

#mainnavSub a:hover {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 10px;
line-height: 18px;
color: black;
font-weight: normal;
text-align: center;
text-decoration: overline;
}

#selected {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 10px;
line-height: 18px;
color: black;
font-weight: bold;
text-align: center;
/*background-color: #d9dbcd;
padding: 4px 20px 4px 18px;*/
}

/*---------- Book Layout -----------*/
#book {
	background-image: url(../images/fullbook.png);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-left: 0px;
	height: 710px;
}

#course-layout {
	width: 608px;
	height: 640px;
	position: absolute;
	left: 270px;
	top: 29px;
}

#content-heading {
	position: absolute;
	left: 300px;
	top: 50px;
}

#content {
	position: absolute;
	left: 301px;
	top: 90px;
	width: 560px;
	height: 560px;
	overflow: auto;
}

#image1 {
	position: absolute;
	left: 300px;
	top: 90px;
	width: 514px;
	height: 344px;
}

table p {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
line-height: 13px;
color: black;
padding: 0px 0px 0px 0px;
}

table h3 {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
line-height: 19px;
color: black;
padding: 2px 0px 2px 12px;
background-color: #f2f3b7; /* Green */
margin-bottom: 0px;
}

table h4 {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
line-height: 12px;
color: black;
text-align: center;
padding: 2px 0px 2px 0px;
background-color: #f2f3b7; /* Green */
margin-bottom: 0px;
}

#home-link {
	position: absolute;
	left: 104px;
	top: 40px;
	width: 150px;
	height: 155px;
}
