@charset "UTF-8";
/* CSS Document */

body {
	background-color: #FFFFCC;
	background-image: url(../images/paper017.jpg);
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#Main_Box_Top {
	background-image: url(../images/main_box_top.gif);
	background-repeat: no-repeat;
	height: 130px;
	width: 670px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#Main_Box {
	margin-left: auto;
	margin-right: auto;
	width: 650px;
	background-image: url(../images/main_box_mid.gif);
	background-repeat: repeat-y;
	padding: 10px;


}

#Main_Box_Bottom {
	background-image: url(../images/main_box_bottom.gif);
	background-repeat: no-repeat;
	width: 670px;
	height: 10px;
	margin-left: auto;
	margin-right: auto;
} 
	
#Knot {
	background-image: url(../images/knot.jpg);
	width: 75px;
	height: 75px;
	background-repeat: no-repeat;
	position: absolute;
	top: 8px;
	left: 8px;
}

#Title_Text {
	background-image: url(../images/title-text.jpg);
	height: 41px;
	width: 502px;
	background-repeat: no-repeat;
	position: absolute;
	top: 8px;
	left: 105px;
	
}

#Sub_Title {
	color: #FFFFFF;
	font-size: 14px;
	font-style: italic;
	top: 42px;
	left: 80px;
	width: 581px;
	position: absolute;
	text-align: center;
}

#Photo_Strip {
	background-image: url(../images/photo-strip.jpg);
	background-repeat: no-repeat;
	left: 80px;
	top: 58px;
	height: 48px;
	width: 581px;
	position: absolute;
}

#Top_Nav {
	position: absolute;
	top: 106px;
	height: 24px;
	left: 10px;
	width: 650px;
	text-align: right;

}

.Top_Nav_Table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: white;
	padding-right: 5px;
	padding-left: 5px;
	cursor:pointer;
}
.Top_Nav_Highlight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: black;
	padding-right: 4px;
	padding-left: 4px;
	background-color: #e2d5b2;
	cursor:pointer;
}

.Instructor_Pic {
	float: left;
	margin: 6px;
	border: 1px solid black;
}
#Bottom_Links {
	width: 100%;
	text-align: center;
}
#Bottom_Links A:link { color: #000; font-size: 12px; text-decoration: none; font-weight: bold; }       /* unvisited link */
#Bottom_Links A:visited { color: #000; font-size: 12px; text-decoration: none; font-weight: bold; }   /* visited links */
#Bottom_Links A:active { color: #0000; font-size: 12px; text-decoration: none; font-weight: bold; }    /* active links */

#Copyright {
	position: relative;
	width: 100%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000
}

.PageSection {
	width: 80%;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background-color: #3b6d4a;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.QuoteText {
	font-family: "Comic Sans MS";
	font-size: 14px;
}