html { overflow-y: scroll; }
body
{
 font-family:Verdana;
 font-size:12px;
 background-image: url(../img/bg.jpg);
 background-color:#c3b88b;
 text-align:center;
 margin:0px;
}
h1 {font-size:18px;color:#000000;margin-bottom:0px;}
h2 {font-size:16px;color:#000000;}
h3 {font-size:14px;color:#000000;}

pre
{
 font-size:14px;
 color:#0000ff;
 padding:5px;
}
a:link, a:visited, a:active, a:hover
{
  text-decoration:underline;
  font-weight:normal;
  color:#000000;
  font-size:12px;
}
a:active, a:hover
{
  color:#009999;
}
a.menu {
 display:block;
 padding:3px;
 border-top:1px solid #000;
 background-color:#e5d6af;
 text-align:center;
 color:#000;
 text-decoration:none;
 }
a.menu:link, a.menu:visited
{
  color:#555;
 background-color:#e5d6af;
 text-decoration:none; font-weight:bold;
}
a.menu:active, a.menu:hover
{
  color:#e5d6af; font-weight:bold;
 background-color:#555;
}

#title {
height:150px;
padding:5px;
background-color:#FFF;
border-bottom:1px solid #000;
}
#left {
background-color:#c3b88b;
width:128px;
float:left;
}
.menutitle{
font-weight:bold;
text-align:center;
margin:2px;
}
.menucontainer {
border:1px solid #000;
background-color:#fff7e2;
width:106px;
margin:10px;
}
#content {
border:1px solid #fff7e2;
background-color:#fff7e2;
width:610px;
float:right;
padding:0px 10px;
}
.teamimage{border-width:thin;border-style:dashed;}
p.newsdate{font-style:italic;font-size:11px;}
p.newscontent{font-family:verdana;font-size:13px;}
p.newstitle{padding:0px;margin:0px;font-size:16px;font-weight:bold;}
table.X1 { margin: 1em auto 0em 2em }
table.X1 td { vertical-align: top }

