body {
  font-family:    verdana;
  font-size:      12px;
  color:          #008000;
  background-color:#fff;
}
h1 { font-size:130%; }
h2 { font-size:120%; }
h3 { font-size:110%; }
h4 { font-family:verdana; font-weight:normal; }
a:link, a:visited, a:active, a:hover {
  font-family:    verdana;
  color:          #008000;
  text-decoration: underline;
} 
#content { 
	background-color:#f2faf2;
	border: 2px solid #008000;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	-webkit-box-shadow: 10px 10px 10px #888;
	-moz-box-shadow: 10px 10px 10px #888;
	padding:15px 15px 15px 15px;
}
/*  DEFINED CLASSES */
.siteHeader{
  font-family:    verdana;
  font-size:      24px;
  font-weight:    bolder;
  padding-top     : 0px;
  margin-top      : 0px;
}
.bold { font-weight : bolder; }
.error { color : #ff0000; font-size : 10px;  }
.small { font-size: 80%; }
.innerBox1 { 
    background-color:#aed7ae;
    border:1px solid #008000;
    padding:20px;
    margin-top:20px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}
.innerBox2 { 
    border:1px solid #008000;
    padding:20px;
    margin-top:20px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}
/*DynaCloud styles*/
#dynacloud { border:1px solid #008000; }
.highlight { background-color: #eedfde; }
/* image tabs */
.placeTabs { }