body, td, input, select {
	font-family: verdana;
   vertical-align: top;
   font-size: 11px;
}

.box {
	pad-ding: 5px;
   border-style: solid;
   border-width: 1px;
   border-color: rgb(192,220,105);
   background-color: rgb(235,245,215);
}

th {
 	background-color: rgb(192,220,105);
   text-align: left;
   font-size: 10px;
   font-weight: bold;
}

p {
	margin: 2px;
   padding-top: 5px;
}

.green1 {
	color: rgb(0,162,89);
}

.green2 {
	color: rgb(0,128,0);
   font-weight: bold;
}

h1 {
  font-size: 18px;
  color: rgb(64,117,35);
}

h2 {
  font-size: 13px;
  color: rgb(64,117,35);
  margin: 0px;
  margin-top: 10px;
  background-color:rgb(235,245,215);
  padding-left:15px;
  border-left: solid 15px rgb(64,117,35);
  /* border-bottom: solid 1px rgb(64,117,35); */
}

h3 {
	margin: 0px;
	font-size: 14px;
}

a {
	color: rgb(50,89,24);
   text-decoration: none;
   font-weight: bold;
}

a:hover {
	color: rgb(50,89,24);
   font-weight: bold;
   text-decoration: underline;
}

.nav_1 {
   border-color: rgb(120,194,80) rgb(0,64,0) rgb(0,64,0) rgb(120,194,80);
   border-width: 1px;
   border-style: solid;
   background:url(img/nav1.jpg);
   padding: 2px 10px;
   color: white;
   height: 20px;
}

.nav_1 a {
   color: white;
   text-decoration: none;
   font-weight: bold;
   font-size: 10px;
}

.nav_1 a:hover {
   color: white;
}

.nav_2 {
   border-color: rgb(0,64,0);
   border-width: 0px 0px 2px 16px;
   border-style: solid;
   background-color: rgb(128,192,65);
   padding: 2px 2px 2px 10px;
}

.nav_2 a {
   color: white;
   text-decoration: none;
   font-weight: bold;
   font-size: 10px;
}

.nav_2 a:hover {
   color: white;
}

.nav_3 {
   background-color: rgb(235,245,215);
   padding: 2px 2px 2px 26px;
   border-color: rgb(128,192,65);
   border-width: 0px 0px 1px 0px;
   border-style: solid;
   color: rgb(0,64,0);
}

.nav_3 a {
   color: rgb(0,64,0);
   text-decoration: none;
   font-size: 10px;
}

.nav_3 a:hover {
   color: rgb(0,64,0);
}

.nav_4 {
   border-color: rgb(120,194,80) rgb(0,64,0) rgb(0,64,0) rgb(120,194,80);
   border-width: 1px;
   border-style: solid;
   background-color: rgb(230,240,142);
   padding: 2px;
   padding-left: 32px;
   margin: 2px;
}

.nav_4 a {
   color: rgb(0,128,0);
   text-decoration: none;
   font-weight: bold;
   font-size: 10px;
}

.main_top {
	background-color: rgb(0,128,0);
   border-style: solid;
   border-width: 2px;
   border-color: rgb(0,128,0);
}

.main_left {
   background-color:rgb(120,194,80);
   border-style: none none none solid;
   border-width: 2px;
   border-color: rgb(0,128,0);
}

.main_right {
   background-color: rgb(120,194,80);
   border-style: none solid none none;
   border-width: 2px;
   border-color: rgb(0,128,0);
   padding: 5px;
}

.info_box {
	background-color: rgb(150,201,82);
   border-style: solid;
   border-color: white;
   border-width: 1px;
   padding: 3px;
   font-size: 11px;
}

#homeOverlayOpacity {
	position:fixed; 
	background-color:#fff; 
	opacity:0.5;
	filter: alpha(opacity = 50);
	height:1000px;
	width:1500px;
}
#homeOverlayBox {
	position:absolute;
	width:100%;
}

#homeOverlayImgBox {
	position:relative;
	z-index:10;
	width:500px;
	height:400px;
	margin:-35px;
	background-color:#fff;
	font-size:0;
}
#homeOverlayImgBox a {
	line-height:0;
}
#homeOverlayImgBox span.closeLink {
	
		position:absolute;
	
	top:12px;
	left:400px;
	font-size:12px;
	cursor:pointer;
	text-align:right;
	line-height:0;
}


