.hidden {
	display: none;
}


html, body {
	margin: 0;
	padding: 0;
	background: #fad8a1;
	background-image:url(../images/OEBG2.jpg);
	}
body {
	font-family: Verdana, Arial, Helvetica, Verdana, Sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: center;

	}	
#page-container {
	width: 800px;
	margin: auto;
	text-align: left;
	background-image:url(../images/ContainerBG2.jpg);
	}
	
#phone {
	float:left;
	width: 150px;
	text-align:center;
	color:#ec1c24;
	font-weight:bold;
	background-color:#000000;
	padding: 4px 0px 3px 0px;
	}

#header {
	background:#000000;
	
	}

#sidebar-a {
	float: right;
	width: 130px;
	margin-right:10px;
	margin-top:15px;
	
	}

.sidenav	{
	border-bottom-style:solid;
	border-bottom-width: 1px;
	border-bottom-color:#561010;
	padding-top:2px;
	padding-bottom:2px;
	
	}

#content {
	margin-top:15px;
	padding-top:25px;
	margin-right: 75px;
	margin-left: 75px;
	line-height: 18px;
	}

#content .headline {
	margin-top:0px;
	padding-bottom:10px;
	text-align:center;
	}

#content .cdart {
	float:left;
	margin-right:10px;
	margin-bottom:5px;
	text-align:center;
	}

#content .bodycopy {
	margin-top:0px;
	padding-bottom:10px;
	}

#content .member {
	text-align: left;
	margin-left:75px;
	margin-bottom:0px;
	text-indent:-75px;
	}

#footer {
	clear: both;
	text-align:right;
	}  

#copyright {
	width: 800px;
	margin-left:0px;
	margin-right:0px;
	text-align:center;
	color:#888888;
	font-size: 10px;
	font-weight:bold;
	padding-bottom:5px;
	background:#000000;
	padding-top:2px;
	}

#content h1 {
	margin: 0;
	padding-bottom: 15px;
	text-align: center;
	color: #f4ddde;
	font-style: italic;
	}
	

	
.hdiv { 
	clear:both;
	margin-bottom: 0px;
	}
	
.homepicdiv {
	float: left; 
	width: 125px;
	}

.homepic {
	width:125px;
	border:0px;
	margin-bottom:10px;
	}
	
.homeh2 {
	margin-left:135px;
	text-align:left; 
	font-family:Arial, Sans-Serif; 
	font-size:18px; 
	font-weight:bold; 
	line-height:24px;
	color: #f4ddde;
	}
	
.homesub {
	margin-left:135px;
	text-align:left; 
	font-family:Arial, Sans-Serif; 
	font-size:14px;  
	line-height:20px;
	font-weight:bold;
	}
	
.hometxt {
	margin-left:135px;
	text-align:left; 
	font-family:Arial, Sans-Serif; 
	font-size:14px;  
	line-height:20px;
	}

#content h2 {
	text-align:left;
	
	color: #000000;
	}

#content h3 {
	text-align:left;
	margin: 0px;
	padding-top: 10px;
	padding-left: 0px;
	padding-bottom: 0px;
	color: #000000;
	}

#content ul {
	padding-top: 0px;
	margin-top:0px;
	}

#content blockquote {
	padding-top: 0px;
	margin-top:0px;
	}


#content p {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
	}
	
.colleft	{
	float:left;
	width: 50%;
	}
	
a:link 	{
 	color: #f4ddde;
 	font-weight: bold;
 	text-decoration: none;
 	}

a:visited  	{
  	color: #f4ddde;
 	font-weight: bold;
  	text-decoration: none;
 	}

a:active	{
 	color: #f4ddde;
  	font-weight: bold;
 	text-decoration: none;
 	}

a:hover {
 	color: #000000;
  	font-weight: bold;
   	text-decoration: none;
 	}  

a.sidenavi:link 	{
 	color: #000000;
 	font-weight: bold;
 	text-decoration: none;
 	}

a.sidenavi:visited  	{
  	color: #000000;
 	font-weight: bold;
  	text-decoration: none;
 	}

a.sidenavi:active	{
 	color: #000000;
  	font-weight: bold;
 	text-decoration: none;
 	}

a.sidenavi:hover {
 	color: #f4ddde;
  	font-weight: bold;
   	text-decoration: none;
 	}  





/* default setup that everything sees */
.shadow {
  /* needed for Internet explorer */
  height: 1em;
  filter: Shadow(Color=#000000, 
                 Direction=135, 
                 Strength=5);

  /* Needed for Gecko */
  line-height: 1em;
  white-space: nowrap;
}

/* 
 * used by browsers which know about
 * :before to create the shadow 
 */
.shadow:before {
  display: block;
  margin: 0 0 -2.12em 0.15em;
  padding: 0;
  color: #000000; 
}

#shadow_1:before { 
  content: 'In shadow'; 
}
#second_2:before { 
  content: 'Happy Shadowing!'; 
}

/*\*/
html*.shadow {

  [color:red;/* required by Safari 
              * so that [] is correctly
              * begun. associated with
              * the property, yet hiding
              * it. Seen by IE6 */

    /* 
     * seen by IE6 and Safari, but hidden
     * from Gecko 
     */
    text-shadow: #000000 5px 5px 5px; 

  ]color:auto; /* resets color for IE6 */
}/**/

/* 
 * end hack using dummy attribute selector
 * for IE5 mac
 */
.dummyend[id]{clear: both;}

/*\*/
html*.shadow:before {

  [color:red;/* required by Safari. 
                seen by IE6 */

    /* 
     * seen by IE6 and Safari, but hidden
     * from Gecko 
     */
    display: none;

  ]color:auto; /* resets color for IE6 */
}/**/

/* 
 * end hack using dummy attribute selector
 * for IE5 mac
 */
.dummyend[id]{clear: both;}

