@charset "windows-1252";
 
<style type="text/css">

body{
margin:0;
padding:0;
line-height: 1.5em;
}

b{font-size: 110%;}
em{color: white;}
.textsize {color: #ffffff; margin: 0;font-family: verdana, helvetica, arial, 
sans-serif; font-size: .8em; text-align: top, center; }

#topsection{
background: #008000;
height: 100px; /*Height of top section*/ 
}


#topsection h1{
margin: 0;
padding-top: 15px;
}

#navcontainer
{
width: 95%;
float: left; 
height: 28px; /*Height of horiz navbar section*/
padding-top: 8px;
padding-left: 5%;
background-color: #66CC99;
}
 
#contentwrapper{
float: left;
width: 100%; 
background:#66CC99;
}

#contentcolumn{
margin-left: 23%; /*Set left margin to LeftColumnWidth*/ 
width: 75%;	 /*added 29 april*/
background color: white;
background-image: url(images/background1.jpg);
}

#leftcolumn{
float: left;
width: 23%; /*Width of left column*/ 
height: 100px;
margin-left: -100%;
background: #66CC99;
}

#footer{
clear: left;
width: 100%;
background: #66CC99;
color: #FFF;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #FFFF80;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside topsection and right column (to provide padding)*/
margin-top: 0px;
}  

.innertubevnav{
margin: 15px; /*Margins for inner DIV inside left nav column (to provide padding)*/
margin-top: 20px;
}  


 /* Horizontal Nav Bar Code*/
 #navcontainer ul { padding: 0; }
#navcontainer ul li { display: inline; }

#navcontainer ul
{
margin: 0%;
padding: 0 0 0 7%;
color: #FFFFFF;
font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif;
font-size: .66em;
letter-spacing:0.15em;
font-weight: bold;
}

#navcontainer ul li a
{
padding: 0.2em 0.7em;
background-color: #426208;
color: #FFFFFF;
text-decoration: none;
float: left;
border-right: 2px solid #66cc99;
}

#navcontainer ul li a:hover
{
background-color: /*#99CC66*/ #7B9D25;
color: #FFFFFF;
}

#navlist li a:hover, #navlist li a:active
{
color: #FFFFFF;
text-decoration: none;
background: #7b9d25;
text-align: left;
text-transform: uppercase;
font: bold normal 10px/12px "Lucida Sans Unicode", verdana, lucida, arial, helvetica, sans-serif;
} 

  /* Coding for Vertical Nav Bar*/
#vnavcontainer { width: 23%; 
 padding-top: 50px;
/*
height: 100%; */
 }

#vnavcontainer ul
{ 
margin:0px auto;
/*margin-left: 0;*/
padding-left: 0px;
list-style-type: none;
font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif;
font-size: .65em; 
text-align: center;
letter-spacing: 0.2em;
font-weight: bold;
} /*che*/

#vnavcontainer ul li a
{
display: block;
padding: 3px;
width: 150px; 
text-decoration: none;
background-color: #426208;
border-bottom: 2px solid #66cc99;
color: #FFFFFF;
}	/*che*/


#vnavcontainer ul li a:hover 
{
background-color: #7B9D25;
color: #ffffff;
}  /*che*/ 



/*#vnavlist a:link, #vnavlist a:visited,
{
color: #ffffff;
text-decoration: none; 
} */ 
#vnavlist li a:hover, #vnavlist li a:active /* #vnavlist a:visited,*/
{ 
/*padding: 6px;*/
color: #FFFFFF;
text-decoration: none;
background: #7B9D25;
text-align: center;
text-transform: uppercase;
font: bold normal 10px/12px "Lucida Sans Unicode", verdana, lucida, arial, helvetica, sans-serif;
} 

 table#singlecol {
    /*background-color:#FFFFFF;*/
    border: solid  1px;
    width: 400px; 
	margin:0px auto;
	border-color: white black black white;
}

table#singlecol td {
    padding: 5px;
    border: solid  1px;
	border-color: black white white black;
	/*border-style: double; #d3d3d3; 3px; */
}

.data {
    color: #000000;
    text-align: center;
    background-color: #CCCCCC;
   font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif;
font-weight: normal;
font-size: 11px;
color: #404040;
)


TD, TH { text-align: center; vertical-align: middle;}





 

</style>
/* table.servicesT
{ font-family: Verdana;
font-weight: normal;
font-size: 11px;
color: #404040;
width: 320px;
background-color: #fafafa;
border: 1px #6699CC solid;
border-collapse: collapse;
border-spacing: 0px;
margin-top: 0px;}


table.servicesT td.servHd
{ border-bottom: 2px solid #6699CC;
background-color: #BEC8D1;
text-align: center;
font-family: Verdana;
font-weight: bold;
font-size: 11px;
color: #404040;}


table.servicesT td
{ border-bottom: 1px dotted #6699CC;
font-family: Verdana, sans-serif, Arial;
font-weight: normal;
font-size: 11px;
color: #404040;
background-color: white;
text-align: left;
padding-left: 3px;}

.servBodL { border-left: 1px dotted #CEDCEA; }	*/