@charset "UTF-8";
body {
	background-color: #D3D7D1;
}
a {
	text-decoration: underline;
	color: #7E7E7E;
}
a:visited {
	text-decoration: underline;
	color: #194308;
}
a:hover {
	text-decoration: underline;
	color: #818181;
	font-weight: bold;
}
a:active {
	text-decoration: underline;
	color: #71D357;
}
#container {
	width: 70%;
	border-top-color: #B1B1B1;
	border-right-color: #B1B1B1;
	border-bottom-color: #B1B1B1;
	border-left-color: #B1B1B1;
	margin-right: 15%;
	margin-left: 15%;
	background-color: #FFF;
	padding: 10px;
	min-width: 900px;
	max-width: 900px;
	height: auto;
}
#container #header p a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container #nav {
	float: right;
	margin-top: 05px;
}
#container #nav #navbar li {
	display: inline;
}
#container #leftSidebar {
	width: 185px;
	margin-top: 7px;
}
#container #leftSidebar #scheduleBox {
	margin-bottom: 7px;
	background-image: url(images/scheduleBox.gif);
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-right: 15px;
	padding-left: 12px;
	padding-bottom: 5px;
	margin-left: -4px;
}
#container #leftSidebar #thisWeek {
	background-image: url(images/weekBox.jpg);
	background-repeat: no-repeat;
	height: 150px;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 12px;
}
#container #leftSidebar #contactBox {
	background-image: url(images/contactBox.jpg);
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 12px;
	height: 150px;
}
#container #footer {
	text-align: center;
	height: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #7D7D7D;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
	border-top-width: medium;
	border-top-style: outset;
	border-top-color: #B6D8BB;
	margin-top: 50px;
}
#container #mainContent {
	position: relative;
	margin-left: 200px;
	margin-top: -605px;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 700px;
	font-size: 1em;
	min-height: 550px;
}
#container #mainContent p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	text-align: justify;
	margin-top: 15px;
	margin-bottom: 15px;
}
#container #mainContent ol {
	color: #7E7E7E;
}
#container #mainContent #me {
	float: right;
	margin-top: -15px;
	padding-left: 19px;
}
.sidebarText {
	margin-top: 10px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	color: #828282;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #7E7E7E;
	margin-top: 10px;
	font-weight: bold;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #7F7F7F;
	margin-bottom: -10px;
	margin-top: 10px;
	font-weight: bold;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #7F7F7F;
}
#container #mainContent #thought{
	margin-top: 45px;
}
