/* Layout Stylesheet */ 
body{
	margin: 0px;
	padding:0px;
	background:#009999 url(../images/headerbgrn.gif);
	color: #009999;
	font-family: Verdana, sans-serif;
	font-size: 105;
 }	 
	 
/* 
#lh-col{
	position:absolute;
	top:211px;
	left:5;
	width:173px;
	z-index:3;
	background:#009999 url(../images/navbgrnd.gif);
	color: #333333;
	height: auto;
}
*/

#lh-col{
	position:absolute;
	top:211px;
	left:5;
	width:173px;
	z-index:3;
	
/* 	background:#009999 url(../images/navbgrnd.gif);*/
	color: #333333;
	height: auto;
}

#rh-col{
	position:absolute;
	top:191px;
	width:175px;
	z-index:2;
	background:#89365e;
	height: auto;
	border: 1px solid #E6D6BE;
	color: #e6d6be;
	left: 84%;

}

#rh-col p {	
	line-height: 120%;
	align: center;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	}

#rh-col a:link, #active a:visited, #active a:hover
{
	color: #e6d6be;
	text-decoration: none;
	font-size: 80%;
	font-family: arial, Helvetica, sans-serif;
	font-weight: 200;
}

#c-block {
 width:96%;
 height: 95%;
 z-index:1;
 background:#009999 url(../images/headerbgrn.gif);
 color: #333333;
 }

#hdr{
	height:196px;
	border-bottom:0px solid #000000;
	background:#eeeeee url(../images/headerbgrn.gif);
	color: #333333;
	margin:0 1%;
	width: 98%;
  }

#c-col{
 margin:15px 170px 0 185px;
 position:relative;
 background:#e1ccb9;
 color: #89365e;
 z-index:5;
 border: solid #89365e;
 border-width:3px;
 height: 97%;
 padding: 10px;
 }

#ftr {
 width:100%;
 height:30px;
 border: solid #89365e; 
 border-width:2px;
 background:#e6d6be;
 color: #89365e;
	margin:0 1%;
	width: 98%;
font-size: x-small;
	
 }

#navcontainer ul
{
	font-size: 100%;
	line-height: 100%;
	position:absolute;
	top:190px;
	width:173px;
	margin: 0px 0px 0px 8px;
	padding: 0px 0px 0px 0px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: black;
	font-size: 15px;
	font-style: italic;
	text-align:left;
	background-image: url(../images/navbgrnd.gif);
	white-space: nowrap;

}

#navcontainer li { margin: 0 0 9.5px 0px; }

#navcontainer a
{
display: block;
padding: 4px 2px 0px 24px;
border: 0px;
width: 137px;
height: 25px;
background-color: transparent;
background-image: url(../images/buttonup.gif);
}

#navcontainer a:link, #navlist a:visited
{
color: #8c0147;
background-color: transparent;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: transparent;
background-image: url(../images/buttondown.gif);
color: #e9d9ca;
text-decoration: none;
}

#active a:link, #active a:visited, #active a:hover
{
border: 0px;
background-color: transparent;
background-image: url(../images/buttondown.gif));
color: #006633;
}

