html { height: 100%; margin-bottom: 0.01em; }
body {margin:0px; padding:0px;}
img {border:0px;}

#page
{
  width:100%;
}

#top_pane
{
  height:89px;
}

#top_left
{
  width:230px;
  height:89px;
  background-color: #739a09;
  float:left;
}

#top_logo
{
  width:400px;
  height:81px;
  border-top: 8px solid #b0b0b0;
  float:left;
}

#top_right
{
  width:300px;
  height:81px;
  border-top: 8px solid #b0b0b0;
  float:left;
}

#montage
{
  height:206px;
}

#montage_left
{
  width:98px;
  height:206px;
  background-color: #739a09;
  float:left;
}

#montage_mid
{
  width:530px;
  height:206px;
  background-image: url(../images/montage_mid.jpg);
  float:left;
}

#montage_right
{
  width:302px;
  height:206px;
  background-image: url(../images/montage_right.jpg);
  float:left;
}

#menu_bottom
{
  width:190px;
  height:14px;
  background-image: url(../images/menu_bottom.jpg);
}

#bottom_pane
{
  height:68px;
  clear:left;
}

#bottom_left
{
  width:230px;
  height:68px;
  background-color: #739a09;
  float:left;
}

#bottom_right
{
  width:700px;;
  height:66px;
  background-color:#d3d3d3;
  border-top:2px solid #b0b0b0;
  float:left;
}

#quickmenu
{
  height:20px;
  clear:left;
  text-align:right;
  font-family: verdana, sans-serif;
  font-size: 11px;
  color:#4f595b;
  padding-top:5px;
  padding-right:5px;
}

.copyright
{
  height:63px;
  font-family: verdana, sans-serif;
  font-size: 10px;
  color:#4f595b;
  padding-bottom:5px;
}

.whitelink
{
  color: #ffffff;
  text-decoration:none;
  font-variant:small-caps;
}

.graylink
{
  color: #4f595b;
  text-decoration:none;
}

.graylink:hover
{
  text-decoration:underline;
}

.address
{
  line-height:16px;
  font-family: verdana, sans-serif;
  font-size: 11px;
  color:#739a09;
  text-align:right;
}

.menu
{
  width:190px;
  height:27px;
  border-top:1px solid #d5e1b6;
  background-image: url(../images/menu_off.jpg);
  background-repeat:no-repeat;
}

.menu:hover
{
  background-image: url(../images/menu_on.jpg);
  background-color: #82b109;;
  cursor: pointer;
}

.menutext
{
  width:180px;
  height:27px;
  font-family: verdana, sans-serif;
  font-size: 12px;
  font-weight:bold;
  color:#ffffff;
  text-align:left;
  line-height:27px;
  vertical-align:middle;
  padding-left:20px;
}

.normaltext
{
  font-family: verdana, sans-serif;
  font-size: 12px;
  font-weight:normal;
  color:#4f595b;
  text-align:justify;
}

.contact_text
{
  font-family: verdana, sans-serif;
  font-size: 12px;
  font-weight:normal;
  color:#4f595b;
  text-align:center;
}

.outercontent
{
  padding-top:10px;
  padding-left:30px;
  padding-right:30px;
  padding-bottom:10px;
  float:left;
}

.head
{
  font-family: verdana, sans-serif;
  font-size: 20px;
  font-weight:bold;
  color:#4f595b;
  border-bottom:1px dotted #739a09;
}

.content_text
{
  line-height:18px;
}