body {
  margin:0px 0px 40px 0px;
  padding:0px;
  color:#202020;
  background:#E5E5E5;
  text-align:center;
  }
#sidebkgnd {
  margin-top:0px;
  margin-right:auto;
  margin-bottom:0px;
  margin-left:auto;
  padding:0px;
  width:700px;
  background:url(../images/shadow.gif) repeat-y;
  color:#000;
  }
#topbkgnd {
  margin:0px;
  padding:0px;
  width:700px;
  height:14px;
  background:url(../images/top.gif) no-repeat;
  color:#000;
  text-align:right;
  line-height:15px;
  }
#content {
  margin:0px 30px 0px 30px;
  padding:0px 0px 50px 0px;
  text-align:left;
  }

#bottombkgnd {
  margin:0px;
  padding:0px;
  width:700px;
  height:42px;
  background:url(../images/footer.gif) no-repeat;
  color:#000;
  }
img.x		{ z-index:3; float:left; border:0px}
.innerbox	{display: inline-block; padding: 1px; border: 1px solid #ffffff;  margin: 1em 12px 0 12px;}
.heading	{text-align:center}
.footer{	padding :0.5em;
	margin-top : 0.5em;
	text-align : center;
	 background-color : inherit;
	  color : black; }
h2,h3 {color: #666;}

h6 { font-size : 60%; color: #999;text-align : center;}
h6 a:link {color:#999;}      /* unvisited link */
h6 a:visited {color:#666;}  /* visited link */
h6 a:hover {color:#666;}  /* mouse over link */
h6 a:active {color:#666;}  /* selected link */

#nav {
border-bottom:1px solid #D3D3D3;
border-right:1px solid #D3D3D3;
float:left;
margin:50px 10px 0 0;
line-height:11px;
width:210px;
}
span.left {position: absolute;left: 0;}
span.right {right: 0;position:absolute;right:0px;top:0px;z-index:10}
div.line {position: relative;text-align: center;width: 100%;}
.title  {color:#0000ff; font:1.1em arial,sans-serif; text-shadow:2px 2px 3px #BBBBBB;font-weight:bold}

/*http://www.456bereastreet.com/lab/accessible-expanding-collapsing-menu/*/
   .menu,
   .menu ul {
   margin:0;
   padding:0;
   list-style:none;
   }
   .menu {width:200px;}
   .menu li {
   margin:0;
   padding:0;
   margin-bottom:1px;
   }
   .menu a {
   display:block;
font:700 11px/18px "Lucida Grande","Nimbus Sans Medium",Arial,sans-serif;
   padding:2px 5px;
border-top:1px solid #D3D3D3;
   color:#505050;
   text-decoration:none;
   }
  .menu a:hover {background:#2875C5;color:#fff;}
  .menu ul li {padding-left:15px;}
  .menu ul a {background:#ccc;}
  .center {text-align : center;}
  .hidden {display:none;}
#teaser ul { list-style-image: url("../images/arrowg.gif"); }
.hr {display:block;margin:0 auto;}