html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

html { min-height:100%; margin-bottom:1px; } /* add scrollbar to short pages */ 

body {
background:#5f8e77 url(images/bk_body.gif);
	background-repeat: repeat-x;
   color: #315242;
  font-family: Arial, Helvetica, sans-serif;
  font-size: .8em;
  margin: 0px auto;
  padding: 0 0 0 0;
}
p.sidebar
{
text-align: left;
color: #fff;
padding-right: 7px;
}
h1 {
  color: #315242;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  margin-top: 0px;
  line-height: .9em;
}
#header h2
{
text-align: center;
color: #315242;
padding-top: 6px;
}
h2 {
  color: #000;
  font-size: 1.2em;
  font-variant: small-caps;
  font-weight: bold;
  padding-bottom: 12px;
}
h3 {
  font-size: 1.1em;
  font-weight: bold;
}
a,  a:link {
  color: #ecf4ed;
  font-weight: bold;
  text-decoration: none;
}
#content a,  a:link {
  color: #513130;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
#content a:hover {
  color: #000;
  text-decoration: underline;
}
a:hover {
  color: #000;
  text-decoration: underline;
}
a:focus {
  color: #000;
}
a:active {
  color: #000;
}
#outerContainer {
background-color: #fff;
margin: 0px auto;
width: 940px;
border: solid 2px #315242;
}

#outerWrapper {
  background-repeat: repeat-x;
  border-right: solid 1px #315242;
  border-left: solid 1px #315242;
  margin: 0px auto;
  width: 860px;
}
#outerWrapper #header {
  background-color: #fff;
  border-bottom: solid 1px #666;
  font-size: 18px;
  font-weight: bold;
  height: 130px;
  line-height: 14px;
  padding: 30px 10px 10px 10px;
}
#outerWrapper #photo {
  background-color: #fff;
  height: 129px;
  padding: 0px;
}
#outerWrapper #contentWrapper {
  background-color: #transparent;
  background:#5f8e77 url(images/bk_wrapper.gif);
  background-color: #fff;
  border-color: #315242;
  border-style: solid;
}
#outerWrapper #contentWrapper #leftColumn1 {
  background-color: #315242;
  border-right: solid 1px #666;
  float: left;
  padding: 30px 0px 0px 20px;
  width: 220px;
}
#outerWrapper #contentWrapper #content {
  margin: 0 0 0 240px;
  padding: 20px 20px 10px 30px;
}
#outerWrapper #contentWrapper .clearFloat {
  clear: left;
  display: block;
}
#outerWrapper #footer {
  background-color: #5f8e77;
  color: #fff;
  border-top: solid 1px #666;
  padding: 10px 10px 10px 10px;
  text-align: center;
}
.left
{
float: left;
}

