
body {
  margin: 0;
  background: #e6e6e6 url(../img/background.png) scroll repeat-x;
  color: #555555;
  height: 100%;
  font-family: Helvetica,Arial,sans-serif;
  font-size:15px;
  text-align: justify;
}
#outer {
  margin: 0px auto;
  width: 1000px;
  position: relative;
}
#header {
	background: url(../img/header.png) scroll;
	height: 230px;
}
#content {
  margin: 0px auto;
  background: transparent url(../img/body.png) repeat-y scroll center;
}
#left {
  margin: 10px auto 20px 35px;
  float: left;
  min-height: 100%;
  width: 195px;
  display : inline;
}
#right {
  margin-right: 70px;
  margin-top: 0px;
  margin-left: 270px;
  padding-top: 5px;
  padding-bottom: 20px;
}
#footer {
	background: url(../img/footer.png) scroll;
	height: 75px;
}
#credit {
  font-size: small;
  color: #555555;
  text-align: center;
}
.green {
  color: #3b7244;
}
.red {
  color: #c17878;
}
.blue {
  color: #5691ce;
}

/* --- Text --- */

h1 {
  font-size: 30px;
  color: #3b7244;
  font-weight: bold;
  text-align:center;
}
h2 {
  font-size: 20px;
  color: #5691ce;
  font-weight: bold;
}
h3 {
  font-size: 16px;
  font-weight: bold;
}
.center{
 text-align:center;
}
p {
color:#666666;
}

/* --- Caption --- */

.caption, caption{
 text-align:center;
 color: #3b7244;
 font-style: italic;
 margin-top: -10px;
}

table {
  border: medium solid #3b7244;
  border-collapse: collapse;
  width: 100%;
   
}
thead td {
  border: thin solid #3b7244;
  text-align: center;
  background-color: #e5fbea;
  color: #3b7244;
  font-size: 14px;
}
tbody td {
  border: thin solid #3b7244;
  font-size: x-small;
  text-align: center;
  background-color: white;
  font-size: 14px;
}


/* --- Menu --- */

#menu {
  font-size: 13px;
  line-height: normal;
  color: #444444;
}
#menu ul {
  margin-top: -10px;
}
#menu li {
  list-style-type: none;
  margin-left: -20px;
}
#menu a {
  color: #666666;
  text-decoration: none;
}
#menu h3 {
  border-bottom: 2px solid #eeeeee;
  text-decoration: none;
}




/* --- Blue Box ---*/
.blue-box {
width: 380px;
padding-top: 40px;
margin: 30px auto 0px auto;
text-align: center;
background: url(../img/blue-box-top.png) top left no-repeat;
color:#5691ce;
}
.blue-box dl{
background: url(../img/blue-box-bottom.png) bottom left no-repeat;

}


/* --- Green Box ---*/
.green-box {
width: 580px;
padding-top: 40px;
margin: 30px auto 0px auto;
text-align: center;
background: url(../img/green-box-top.png) top left no-repeat;
color:#3b7244;
}
.green-box dl{
background: url(../img/green-box-bottom.png) bottom left no-repeat;
}


dt{
top: -20px;
}
dl{
margin: 0;
padding-bottom: 20px;
margin-bottom: 20px;
}
dd {
font-size: 12px;
text-align: justify;
margin:0px 30px 0px 40px;
list-style:none;
}
dt {
font-size: 14px;
font-weight: bold;
text-align: left;
margin:0px 30px 0px 30px;
position: relative;
}

/* --- blockquote ---*/


.green-box blockquote{
background: url(../img/green-box-bottom.png) bottom left no-repeat;
margin: 0;
padding: 0px 30px 40px 30px;
}

