body{
	background-color:	#ffffff;
	margin:			0px;    
	font-family:		arial, verdana, helvecta;
}                                                        

td{
	font-size:		12px;
	font-family: Arial, Helvetica; 

}

p.green{
	color:			#0F6F38;
	font-size:		14px;
	font-weight: 		bold;
}

h1.green{
	color:			#0F6F38;
	font-size:		16px;
	font-weight: 		bold;
	padding-top: 4px;
}

.standOut{
	color:			#0F6F38;
	font-size:		12px;
	font-weight:		bold;
}

a:link       { color: #0F6F38;
							 font-family: Arial, Helvetica; 
							 text-decoration: none; 
							 font-weight: bold }
a:visited    { color: #427575;
							 font-family: Arial, Helvetica; 
							 text-decoration: none; 
							 font-weight: bold  }
a:active     { color: red;
							 font-family: Arial, Helvetica; 
							 text-decoration: none; 
							 font-weight: bold  }
A:hover 	 { color: #993399; }

td.heading {
	vertical-align: top; 
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
}

td.subheading1 {
	vertical-align: top; 
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
}

/* used the children & adults subheading */
td.subheading2 {
	width: 12%;
	text-align: center;
	font-weight: bold;
	font-size: 10pt;
}

td.results {
	text-align: right;
}

td.ovchresultsheading {
	width: 25%;
	font-weight: bold;
	text-decoration: underline;
}

td.ovchresult {
	width: 25%;
	font-weight: bold;
	text-decoration: underline;
}

table.ovchresults {
	background-color: #f4f4f4; 
	border: 0px;
	padding: 0px;
	width: 100%;
}

body {
  height: 100%;
  width: 100%;
  /* background-image: url(../images/rightBG.gif); */
  background-repeat: repeat-y;
  background-position: 100% 0%;	
}
   
table, td {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border-width: 0px;
  border-collapse: collapse;
}
   
#container {
	height: 100%;
} 

#nav {
	background-image: url(../images/menucellback.gif);
  background-repeat: repeat-y;
  background-position: 0% 100%;
  width:264px;
  height:100%;
  left:0px;
}

#content {
  width: 70%;
  height: 85%;
}

#footer {
	text-align: center;
	height: 15%;
}

iframe {
	border-width: 0px;
}

/* style="position: absolute; top: 0px; left;" */