BODY {
	font-family: Arial, sans-serif;
	font-size: 75%;
}

A {
	text-decoration: none;
	color: #1C7BD9;
}

A:hover, A:active {
	text-decoration: underline;
}

.leftnav {
	background-color: #5798D5;
	width: 150px;
	font-weight: bold;
	padding-bottom: 1.25em;
	text-transform: uppercase;
	font-size: 85%;
	float: left;
	border-right: 1px solid #5798D5;
	height: 100%;
}

.page {
	width: 760px;
	border: 1px solid #5798D5;
	min-height: 420px;	
}

.navitem {
	padding: 0.25em;
	margin: 0.25em;
	border: 1px solid white;
	display: block;
	text-decoration: none;
	color: white;
}

.navitem:hover, .navitem:active {
	color: black;
	border: 1px solid black;
	text-decoration: none;
}

.textlinks {
	width: 760px;
	text-align: center;
	font-size: 85%;
	margin-top: 0.25em;
}

.textlinks A {
	text-decoration: none;
}

.textlinks A:hover, .textlinks A:active {
	text-decoration: underline;
	color: red;
}

.content {
	padding: 0.25em;
	margin-left: 160px;
}

.header {
	width: 593px;
	float: right;
	color: #1C7BD9;
	background-color: #C7DDF1;
	font-size: 150%;
	padding: 8px;
	float: right;
	
}

.boxout {
	float: right;
	margin: 0.5em;
	background-color: #EDF0F3;
	font-size: 85%;
	width: 30%;
}

.boxout P {
	padding-left: 1em;
	padding-right: 1em;
}

.boxouttitle {
	background-color:#1C7BD9;
	padding: 0.25em;
	font-weight: bold;
	color: white;
}

.presentation {
	margin: 0.5em;
	background-color: #EDF0F3;
	font-size: 85%;
	width: 90%;
	align: center;
}

.slide {
	width: 100px;
	height: 75px;
	border: 1px solid #1C7BD9;
	border-bottom: 2px solid #1C7BD9; 
	border-right: 2px solid #1C7BD9; 
	margin: 1em;
	float: left;
}
.mydatewithlineabove {
	border-top: thick solid #000;
	border-right: 0px none #000;
	border-bottom: 0px none #000;
	border-left: 0px none #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #000000;

\; }

