/* --------- General Body layout, link properties, formatting --------- */

Body {
  background:white;
  color:black; 
  font-size: .8em;
  font-family:Verdana;
}

#bodycontent {
  width:780px; 
/*  width:760px;  */
  border:1px solid #9CD67B;  
  padding:3px;
  text-align:left;
}


/* --------- Begin: Link Formatting --  link, visited, hover, active ------- */

a:link {
  color:#2e3192; 
  font-weight:bold;
  text-decoration:none;
}

a:visited {
  color:#2e3192;
  font-weight:bold;
  text-decoration:none;
}

a:hover {
  background:#2e3192;
  color:#FFFFFF;
  font-weight:bold;
  text-decoration:none;
}

a:active {
  background:#2e3192;
  color:yellow;
  font-weight:bold;
  text-decoration:none;
}

/* --------- End: Link Formatting --------- */

/* --------- Begin: Content Block --------- */

#contentblock-right {
  float:right;
  width:220px;
  background:#e3f5d9;
  margin:2px;
  padding:3px;  
  border:5px solid #9cd67b; 
}

#contentblock-right h3 {
  border-bottom: 2px solid #9cd67b;     
}

#contentblock-right h4 {
  border-bottom: 2px solid #9cd67b;
}

#contentblock-right ul {
  list-style-type: none;
  margin: 0 0 10px 0;
  padding: 0; 
}

#contentblock-right li {
  padding: 0 0 4px 5px;
}


#address-block {
  font-size: .90em;
}

/* --------- End: Content Block ---------  */

/* --------- Begin: Headings Formatting --------- */

h1 {
  text-align:left; 
  background:transparent;
  font-size: 2em; 
  font-weight:bold;
}

h2 {
  text-align:left;
  background:transparent;
  font-size:2em;
  font-weight:bold;
}

h3 {
  text-align:left;
  background:transparent;
  font-size:1.33em;
  font-weight:bold;
}

h4 {
  text-align:left;
  background:transparent;
  font-size:1.1em;
  font-weight:bold;
}


/* --------- End: Headings Formatting --------- */

hr {
  color:#9CD67B;
  height:3
}

img.left {
  float:left;
  margin: 5px 10px 5px 1px;
}

img.right {
  float:right;
  margin: 5px 1px 5px 10px;
}

/* --------- Begin Footer layout --------- */

#footercontent {
  width:100%;
  text-align:center; 
  font-size: .75em;
  font-style:normal;
}

/* --------- End: Footer Layout --------- */