body {
	font-family: Arial, sans-serif;
	font-size: medium;
	color: #000000;
	background-color: #ccddff;
}

#sidebar {
	position: relative;
	background-color: #ccbb88;
}

#content {
	font-family: Verdana, sans-serif;
	background-color: #ffffff;
	padding: 2%;
}

#footer {
	clear: both;
	width: 99%;
	text-align: center;
	overflow: hidden;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%;
	background-color: #ccddff;
}

.updates {
	text-align: right;
	margin-left: 2%;
}

span.personname {
	font-weight: bold;
	font-size: 11.0pt;
}

span.persontext {
	font-weight: normal;
	font-size: 11.0pt;
}

span.placename {
	font-weight: bold;
	font-size: 11.0pt;
	text-decoration: underline;
}

span.placetext {
	font-weight: normal;
	font-size: 11.0pt;
}

/* Styles for Navigation */

#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}

#sidebar li {
	display: block;
	border: 1px solid #ccbb88;
}

#sidebar a {
	font-weight: bold;
	text-decoration: none;
	padding: 2%;
	display: block;
	border-bottom: 1px solid #f5f5f5;
}

#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #393939;
	border-bottom: 1px solid #f5f5f5;
	background-color: #ddcc99;
}

/*---navigation control---*/
/* Styles for Footer */

#footer p {
	font-size: medium;
	text-align: center;
}

#footer a {
	text-decoration: underline;
}

#footer a:hover {
	color: #393939;
	text-decoration: none;
}

a {
	text-decoration: underline;
}

a:hover {
	color: #7788aa;
	text-decoration: underline;
}

.style_bold {
	font-weight: bold;
}

.style_italic {
	font-style: italic;
}

.pbold {
	text-align: left;
	font-weight: bold;
	margin-bottom: 2%;
}

.pboldleft {
	text-align: left;
	font-weight: bold;
	margin-bottom: 2%;
	width: 60%
}

.pboldc {
	text-align: center;
	font-weight: bold;
	margin-bottom: 2%;
}


.pcenter {
	text-align: center;
	font-size: 100%;
	margin-bottom: 2%;
}


.pleft {
	text-align: center;
	font-size: 100%;
	padding-bottom: 2%;
}

.pblock {
	border:2px solid gray;
	padding:2%;
	background-color:#FCFBC4;
	margin:1% 8% 1% 8%;
}

.course {
	text-align: left;
	font-weight: bold;
	font-size: 115%;
	font-family: Arial Black;
}

span.header {
	font-weight: bold;
	color: #408080;
	font-size: 175%;
}

.h1n {
	text-align: left;
	font-weight: bold;
	font-size: 130%;
	margin-bottom: 2%;
}

.h1b {
	text-align: center;
	font-weight: bold;
	font-size: 130%;
	margin-bottom: 2%;
}

.h2n {
	text-align: left;
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 2% 0% 2% 0%;;
}

.h2b {
	text-align: left;
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 1%;
}

.h1c {
	text-align: center;
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 2%;
}

.h2c {
	text-align: center;
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 2%;
}

.h3n {
	text-align: left;
	font-weight: bold;
	font-size: 105%;
	margin-bottom: 2% 0% 2% 0%;
}

.h3c {
	text-align: center;
	font-weight: bold;
	font-size: 105%;
	margin-bottom: 2%;
}
	
.h4n {
	text-align: left;
	font-weight: bold;
	font-size: 100%;
	margin: 2% 0% 2% 0%;
}

.h4c {
	text-align: center;
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 2%;
}
