/* ------------------------------------------------------------------------------------------------------------------------------------------- */
/* David Sapp Style V1.0 ----------------------------------------------------------------------------------------------------------------- */
/* This style sheet contains formatting specifications for David Sapp's Web Site  -------------------------------------------------------------------- */
/* http://www.firelands.bgsu.edu/fac/dsapp/  ------------------------------------------------------------------------------------------------------------ */
/* DO NOT COPY THIS CSS TO YOUR LOCAL FOLDER - LINK TO IT!! ---------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------- GENERAL STYLE PROPERTIES ------------------------------------------------------------------------------------------------------- */
/* ---------- THAT'S ALL FOLKS! -------------------------------------------------------------------------------------------------------------- */
/* ---------- DEFAULT LINK STYLES ------------------------------------------------------------------------------------------------------------ */
a:link {
	color: #000000;
	font-family: Arial, san-serif;
	font-style: normal;
	text-decoration: none;
}
a:visited {
	color: #000000;
	font-family: Arial, san-serif;
	font-style: normal;
	text-decoration: none;
}
a:hover {
	color: #000000;
	font-family: Arial, san-serif;
	font-style: normal;
	text-decoration: none;
}
a:active {
	color: #000000;
	font-family: Arial, san-serif;
	font-style: normal;
	text-decoration: none;
}
body {
	background-color: #FFFFFF;
	background-image: url(../images/background_green_circle.jpg);
	font-family: Arial,san-serif;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
/* ---------- HTML TAG RE-DEFINITIONS --------------------------------------------------------------------------------------------------------- */
code,kbd,tt,pre {
	font-family: monaco,courier,"courier new";
	font-size: 8px;
}
dir {
	color: #000000;
	font-family: Arial,san-serif;
}
dl {
	font-family: Arial,san-serif;
}
dt {
	font-family: Arial,san-serif;
	font-weight: bold;
	padding-top: 5px;
}
h1 {
	color: #000000;
	font-family: Arial,san-serif;
	font-size: 40px;
	font-weight: bold;
	margin: 2px 0px;
	padding: 0px;
}
h2 {
	color: #000000;
	font-family: Arial,san-serif;
	font-size: 35px;
	font-weight: bold;
	margin: 2px 0px;
	padding: 0px;
}
h3 {
	color: #000000;
	font-family: Arial,san-serif;
	font-size: 30px;
	font-weight: bold;
	margin: 2px 0px;
	padding: 0px;
}
h4 {
	color: #000000;
	font-family: Arial,san-serif;
	font-size: 25px;
	font-weight: bold;
	margin: 2px 0px;
	padding: 0px;
}
h5 {
	color: #000000;
	font-family: Arial,san-serif;
	font-size: 20px;
	font-weight: bold;
	margin: 2px 0px;
	padding: 0px;
}
h6 {
	color: #000000;
	font-family: Arial,san-serif;
	font-size: 15px;
	font-weight: bold;
	margin: 2px 0px;
	padding: 0px;
}
hr {
	color: #000000;
	height: 1px;
}
ol {
	font-family: Arial,san-serif;
}
td,p,div,span {
	color: #000000;
	font-family: Arial,san-serif;
}
ul   {
	font-family: Arial,san-serif;
	font-size: 16px;
	font-weight: bold;
	list-style: url(../images/graphic_square_sm.gif);
	}
ul ul {
	font-family: Arial,san-serif;
	list-style: disc url(../images/graphic_square_bullet-blk.gif);
}
ul ul ul {
	font-family: Arial,san-serif;
	list-style: disc url(../images/graphic_square_bullet-blk.gif);
}
.contenthead {
	font-family: Arial,san-serif;
	font-size: 22px;
	font-weight: bold;
}
.contentsubhead {
	font-family: Arial,san-serif;
	font-size: 16px;
	font-weight: bold;
}
/* ---------- SPECIAL LAYOUT ELEMENT STYLES -------------------------------------------------------------------------------------------------- */
.footertext {
	font-family: Arial,sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
.pagecontent {
	font-family: Arial,san-serif;
	font-size: 16px;
	font-weight: bold;
}
.coursetitles {
	font-family: Arial,san-serif;
	font-size: 16px;
	font-weight: bold;
	padding-right: 5px;
}
.coursedescriptions {
	font-family: Arial,san-serif;
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 5px;
	padding-right: 5px;
}
.pagenavigation {
	font-family: Arial,san-serif;
	font-size: 12px;
	font-weight: bold;
		padding-left: 20px;
}
.pagesubhead {
	font-family: Arial,san-serif;
	font-size: 26px;
	font-weight: bold;
}

