body
{
  margin: 0px;
  padding: 0px;
  background-color: rgb(220, 220, 210);
  width: 100%;
  text-align: center;
}

.page
{
  width: 780px;
  background-color: white;
  text-align: left;
  margin: 0px auto;
}

.content
{
  font-size: 12px;
  font-family: Verdana;
  float: right;
  width: 560px;
}

.contentInner
{
  float: left;
  width: 320px;
}

.contentPad
{
  padding: 5px;
}

.menu
{
  width: 210px;
  float: left;  
}

a
{
  font-size: 13px;
  color: rgb(152, 157, 90);
  font-weight: bold;
  font-family: Verdana;
  text-decoration: none;
}

a:visited
{
  font-size: 13px;
  color: rgb(152, 157, 90);
  font-weight: bold;
  font-family: Verdana;
  text-decoration: none;
}

a:active
{
  font-size: 13px;
  color: rgb(152, 157, 90);
  font-weight: bold;
  font-family: Verdana;
  text-decoration: none;
}

a:hover
{
  font-size: 13px;
  color: rgb(152, 157, 90);
  font-weight: bold;
  font-family: Verdana;
  text-decoration: underline;
}

h1
{
  color: rgb(152, 157, 90);
  font-size: 16px;
}

a.dmlink
{
  font-size: 11px;
  color: black;
  font-weight: normal;
  font-family: Verdana;
  text-decoration: none;
}

a.dmlink:visited
{
  font-size: 11px;
  color: black;
  font-weight: normal;
  font-family: Verdana;
  text-decoration: none;
}

a.dmlink:active
{
  font-size: 11px;
  color: black;
  font-weight: normal;
  font-family: Verdana;
  text-decoration: none;
}

a.dmlink:hover
{
  font-size: 11px;
  color: black;
  font-weight: normal;
  font-family: Verdana;
  text-decoration: none;
}

#marqueecontainer{
position: relative;
width: 200px;
height: 300px;
background-color: white;
overflow: hidden;
padding: 3px;
padding-left: 4px;
border: 1px solid rgb(200, 200, 200);
}