

body {				font-family: Verdana, Arial, Helvetica, sans-serif;
					font-size:1em; color:#ffffff; 
					width:700px; height:100%; margin:0 auto; position:relative;
}


h1 {
	font-size:1.5em;
	font-weight:normal;
	margin-top:0px;
	margin-bottom:10px;
}

a:link 				{  text-decoration: underline; color:#ffffff; }
a:visited 			{  text-decoration: underline; color: #ffffff; }
a:hover 			{  text-decoration: none; color: #ffffff}
a:active 			{  text-decoration: underline; color: #ffffff}


.logoopacity { opacity:0.4; filter:alpha(opacity=40); /* For IE8 and earlier */ }

.yes {width:100%; border:1px solid red; padding:10px;}



	
    /*background-color: #e5eecc; */


.part {height: 30px; overflow: hidden; border-bottom: dotted 1px black; }
.full {height: auto;  border-bottom: solid 1px black;}


.justify		{text-align: justify; margin-right: 10px;}

#nav {  
	width: 100%; 
	background-color: #7eb599; 
	float: left; 
	padding:0;
	align:center;
	/*font-size:20px;*/
	font-size:1.2em;
	
	
}

#nav li { 
	list-style: none; 
	padding:0; 
	margin-right:10px;
	float:left; 
	box-shadow: 0px 1px 2px #ffffff;
	border-radius: 2px;
	
	

} 
#nav li a { 
	color: white; 
	text-decoration: none; 
	display: block; 
	padding-left:10px;
	/*padding-right:24px;*/
	
} 
#nav li a:hover { 
	background-color: #A4CBB7; 
	border-radius: 2px;
} 

#nav li a.active { 
	border-top: 1px solid #C1D9C4;
	border-radius: 2px;
} 

#nav li ul { 
	position: absolute;  
	display: none; 
} 
#nav li:hover ul { 
	display: block; 
	padding:0;
} 
#nav li ul li { 
	float: none; 
	display: inline; 
 
}
#nav li ul li a { 
	/*width: 130px; */
	position: relative;
	border-left: 1px solid black; 
	border-right: 1px solid black; 
	border-bottom: 1px solid black; 
	background: #333; 
	color: #fff; 
}
#nav li ul li a:hover { 
	background: #066; 
	color: #000; 
}


.textarea {
  background-color:#7eb599;
  color:#ffffff;
  scrollbar-base-color:#ffffff;
  scrollbar-3dlight-color:#ffffff;
  scrollbar-darkshadow-color:#ffffff;
  scrollbar-arrow-color:#cc3333;
  scrollbar-face-color:#ffffff;
  scrollbar-highlight-color:#ffffff;
  scrollbar-shadow-color:#ffffff;
  scrollbar-track-color:#ffffff; 
  font-family: Verdana, Arial, Helvetica, sans-serif; font-size:11px;
  border-left-width:1px;
  border-top-width:1px;
  border-right-width:1px;
  border-bottom-width:1px;
  border-style:solid;
  border-color:#ffffff;
  padding:2px;
 }
.textfield { 
  background-color:#7eb599;
  color:#ffffff;
  scrollbar-base-color:#ffffff;
  scrollbar-3dlight-color:#ffffff;
  scrollbar-darkshadow-color:#ffffff;
  scrollbar-arrow-color:#cc3333;
  scrollbar-face-color:#ffffff;
  scrollbar-highlight-color:#ffffff;
  scrollbar-shadow-color:#ffffff;
  scrollbar-track-color:#ffffff; 
  font-family: Verdana, Arial, Helvetica, sans-serif; font-size:11px;
  border-left-width:1px;
  border-top-width:1px;
  border-right-width:1px;
  border-bottom-width:1px;
  border-style:solid;
  border-color:#ffffff;
  padding:2px;
  /*box-shadow: 0px 1px 2px #ffffff;*/
  
 }

.button { background-color:#ffffff;
  color:#000000;
  width:80px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  border-left-width:1px;
  border-top-width:1px;
  border-right-width:1px;
  border-bottom-width:1px;
  border-style:solid;
  border-color:#ffffff;
  padding:2px;
  cursor:pointer;
 }

