﻿@charset "utf-8";
/* last updated 12-Feb-08 */
/* style2.css */
/* body styles */
p {
	margin-top: 0.5em;
	margin-bottom: 0.1em;
}
h5 {
	float: none;
}
h4 {
	float: none;
}
h3 {
	float: none;
}
h2 {
	float: none;
}
h1 {
	float: none;
}
h2 {
	font-size: 1.8em;
	font-weight: bold;
	margin-top: 0.5em;
	margin-bottom: .5em;
}
h3 {
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 0.5em;
	margin-bottom: .4em;
}
h4 {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 0.6em;
	margin-bottom: .4em;
}
.subsection {
}
/*content Styles */
#ContentLeft img {
	width: 100%;
}
#ContentRight img {
	width: 100%;
}
/* Link Styles */
a:hover {
	color: #800000;
	text-decoration: underline;
}
/* Activity Styles */
.ActivityTitle {
	font-size: 1.2em;
	font-weight: bold;
	color: #800000;
}
.ActivityDate {
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
}
/* Image Styles */
.ImageCaption {
	font-size: .9em;
	font-style: italic;
	text-align: center;
}
.ImageBox {
	border: 2px #808080 solid;
	height: auto;
	width: 50%;
	margin-top: .5em;
	margin-bottom: .5em;
}
#ContentRight div.ImageBox {
	float: right;
	margin-left: .5em;
}
#ContentLeft div.ImageBox {
	float: left;
	margin-right: .5em;
}
.clear {
	clear: both;
}
ul {
	list-style-type: disc;
	list-style-position: inside;
}
.bold {
	font-weight: bold;
}
.highlightAndborder {
	border: 2px solid #000000;
	background-color: #FFFFCC;
	padding: 3px;
}

