body{
text-align:center;
background-image:url(../images/newBkgnd.jpg);
background-repeat:repeat;
font-size:80%;	
}

#wrapper {
width:800px;
margin:10px auto;
background: #C3D4DE url(../images/wrapperBkgnd.jpg) repeat-y 50% 0;
text-align:left;
}

#content{
clear:left;
}


/* LEFT COLUMN */
#left {
width:267px;
float:left;
background-color: transparent;
background-image:url(../images/lcolBkgnd.jpg);
background-repeat:repeat-x;
color:#000000;
}

#leftIn{
padding:10px;
color:#13527D;
}

.imglogo{
float:left;

}

.imgleft{
float:left;
padding:10px;
}

.imgcenter{
text-align:center;
padding:10px;
}

.imgright{
float:right;
padding:10px;
}

#leftIn h2{
text-align:center;
font-size:150%;
}

#leftIn a:active {color:#000000; }
#leftIn a{
	color:#429F6A;
	text-decoration:none;
	padding-left:10px;}
#leftIn a.current{
color:#13527D;
}
#left
#leftIn a:hover {color:#13527D; }
#leftIn a:focus {color:#13527D; }


/* main content area (right side) */
#main {
margin-left:267px;
background-color: transparent;
background-image:url(../images/treeBkgnd.gif);
color:#000000;
}

#main2{
margin-left:267px;
background-color: #FFFFFF;
}

#mainIn{
padding:10px;
/*padding-top:30px;*/
font-family: Garamond, Verdana, sans-serif;
color: #0E3D5C;
font-size:110%;
}

/*table for contact us page*/
#mainIn table.cu{
padding:0px;
margin:0px;
text-align:left;
width:480px;
border-bottom:0px;
}
#mainIn table.cu td{
padding:0px;
}
/*end table for contact us page */

#mainIn table.reg{
font-family: Garamond, Verdana, sans-serif;
align:center;
width:480px;
color: #0E3D5C;
font-size:105%;
border-bottom:0px;
}

#mainIn table.reg td{
padding:5px;
}

#mainIn table{
font-family: Garamond, Verdana, sans-serif;
align:center;
width:480px;
border-bottom:1px solid #EFEFEF;
color: #0E3D5C;
font-size:105%;

}

#mainIn table tr.gray{
background-color:#EFEFEF;
font-size:120%;
font-weight:bold;
}

#mainIn table td{
padding-top:10px;
padding-bottom:10px;
padding-left:10px;
}

#mainIn hr{
color:#CCCCCC;
}

#mainIn h2{
text-align:center;
}

#mainIn h3{
color:#429F6A;
font-weight:bold;
font-size:18px;
}

#mainIn strong{
font-weight:bolder;
}

#mainIn a{color:#0E3D5C;}

/* Optional Header section within main section */
#heading{
width:100%;
}

#heading-left{
width:100px;
float:left;
}

#heading-right{
margin-left:100px;
width:400px;
}

/* FOOTER */
#footer {
	clear: both;
	padding-top:5px;
	height:20px;
	text-align:center;
	font-size:80%;	
}

#footer a:link{
color:#13527D;
}
#footer a:visited{
color:#13527D;
}

/*** NAV BAR ***/
#menu{
	
	height:30px;
	background-color:#429F6A;
	
	font-weight:normal;
}

#menuIn{
padding:2px;
padding-top:5px;
padding-left:5px;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
  
  }
  
  li {
  float: left;
  position: relative;
  width: 8em;
  border-left: 1px solid #ffffff;
  text-align:center;
  background-color:#429F6A;
  }
  
  li.special1
  {
  	width: 11.5em;
  }
  
    li.special2
  {
  	width: 17em;
  }
  
  li.first {
   border-left:0px;
 } 
  

li ul {
  display: none;
  position: absolute; 
  top: 1em;
  left: 0;
  padding-top:2px;
  }
  
li ul.special1{
   width:11.5em;
 } 
 
li ul.special2{
   width:17em;
 }  
  
 li > ul {
	top: auto;
	left: auto;
	}
	
 li ul li{
border-top:1px solid #FFFFFF;
border-left:0px;
padding-top:5px;
padding-bottom:5px;
text-align:center;
 }	
 


li ul.special1 li
{
	border-left:0px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
}


li ul.special2 li
{
	border-left:0px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
}

	
li:hover ul, li.over ul{ display: block; }

 #menu a {
 			 text-decoration:none;
			 color: #FFFFFF;
			 padding:0.2em ;
			 text-align:center;
			 vertical-align:middle;		
}

#menu a:hover {color:#13527D;  }
#menu a:active {color:#13527D; }
#menu a:focus {color:#13527D; }
/** end NAV **/	

 a:link {
	color: #00853E;
	font-weight:bolder;
}
a:visited {
	color: #429F6A;
	font-weight:bolder;
}
