<!--
/*
FLASH (REMOVED CODE)
---------------------

<div id="divFlash">
<div id="divFlashCenter">
	<script>embedFlash("Vision",677,201,"images/OLPHVision.swf");</script>
</div>
</div>

<div id="divHeaderText">
<div id="divHeaderTextCenter">
	<img id="imgHeaderText" src="images/text.jpg" alt="OLPH" />
</div>
</div>

<div id="divMain">
	<div id="topMenu">
		<a href="home.html">Home</a> | <a href="contactus.html">Contact Us</a> | <a href="directions.html">Directions</a>
</div>


*/


#body {
	font-family: Georgia;
	font-size: 13pt;
	color: black;
	background-color: #D7DAE3;
	margin: 0px;
}

#divFlash {
	position: absolute;
	left: 0px; 
	top: 95px;
	width: 100%;
	z-index: 2;
}
#divFlashCenter {
	width: 677px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-top: 20px;
}

#divHeaderIcon {
	position: absolute;
	left: 0px; 
	top: 35px;
	width: 100%;
	z-index: 3;
}
#divHeaderIconCenter {
	position: center;
	width: 723px;
	height: 243px;
	margin-left: auto;
	margin-right: auto;
}

#divHeaderText {
	position: absolute;
	left: 0px; 
	top: 80px;
	width: 100%;
	z-index: 3;
}

#divHeaderTextCenter {
	width: 362px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 355px;
}

#divSMP {
	position: absolute;
	left: 425px; 
	top: 40px;
	width: 100%;
	z-index: 3;
}

#divHeaderRHM {
	width: 768px;
	height: 181px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
}

#divMainRHM {
	width: 850px;
	height: auto;
	background-color: white;
}	

#divMain {
	width: 850px;
	height: auto;
	padding: 20px 0px 10px 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #D7DAE3;
	background-repeat: repeat-y;
	z-index: 1;
}

#divTemplateImage {
	position: absolute;
	left: 0px; 
	top: 95px;
	width: 100%;
	z-index: 2;
}

#topMenu {
	float: right;
	margin-right: 37px;
	padding: 0px 40px 20px 0px;
	font-weight: bold;
	font-family: arial;
	color: white;
}
#topMenu a:link { color: white; }
#topMenu a:visited { color: white; }
#topMenu a:hover { color: #C6AD7E; }

#divContent {
	width: 800px;
	padding: 270px 40px 0px 10px;
}

#imgHeader {
}

/*	float: left;*/
.navMenuContainer {
	float: left;
	width: 119px;
	height: 400px;
	margin: 5px 0px 0px 45px;
	background-color: white;
	background-repeat: repeat-y;
}
.navMenuItem {
	color: black;
	width: 100%;
	margin: 12px 0px 0px 0px;
	text-align: center;
	font-family: Verdana,Tahoma,sans-serif;
	font-size: 10pt;
	font-weight: bold;
	cursor: pointer;
}

.navMenuItemHighlight {
	color: #C6AD7E;
	width: 100%;
	margin-top: 12px;
	text-align: center;
	font-family: Verdana,Tahoma,sans-serif;
	font-size: 10pt;
	font-weight: bold;
	cursor: pointer;
}

#navHome { margin-top: 18px; }

/*	float: right; */
#rightSideBar {
	float: right; 
	overflow: auto;
	height: 340px;
	width: 160px;
	margin: 20px 18px 0px 0px;
	padding: 10px;
	background-color: white;
	border: 2px solid #7d7d7d;
}
.divCalTitle {
	width: 140px;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
	color: black;
}
.divCalDay {
	width: 140px;
	margin-top: 15px;
	font-size: 9pt;
	font-weight: bold;
	text-align: left;
	background-color: #F0F0F8;
	color: black;
}

.divCalInfo {
	width: 140px;
	font-size: 8pt;
	text-align: left;	
	color: black;
}

#divText {
	font-family: Arial; 
	color: black;
	font-size: 13pt;
	padding: 5px 0px 0px 180px;
}

#divHeading{
	font-family: Georgia; 
	color: black;
	font-size: 18pt;
	padding: 0px 0px 0px 140px;}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

li {
	margin-left: -25px;
}

.headline {
	font-weight: bold;
	font-size: 13pt;
}

.subhead {
	font-weight: bold;
	font-size: 12pt;
}

.footer {
	color: white;
	text-align: center;
	font-size: 8pt;
}
.footer a:link { color: white; }
.footer a:visited { color: white; }
.footer a:hover { color: #C6AD7E; }

.ordinal {
	vertical-align: top;
	font-size: 70%;
}

//-->