html, body {
  height: 100%;
  padding: 0px;
  margin: 0px;
}

h1{
	font-size: 160%;
}

h2{
	font-size: 150%;
}

body {
  font-size: x-small;
  font-family: Verdana,sans-serif;
}

td{
  color: #000080;
  font-family: Verdana;
  font-size: x-small;
}

table.wrapper {
  border-collapse: collapse;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  padding: 0px;
  margin: 0px;
  background-color: #cc6600;
}

tr.wrapper_top {
  height: 2px;
}

tr.wrapper_bottom {
  height: 30px;
  vertical-align: top;
}

td.wrapper_center {
  width: 830px;
}

td.content {
  background-color: #ffffff;
}

table.content_wrapper {
  border-collapse: collapse;
  width: 100%;
  height: 100%;
  background-color: #cc6600;
}

td.content_wrapper {
/*   padding: 0px 8px; */
}

table.menu_holder {
  border-collapse: collapse;
  margin: 0px;
/*  table-layout: fixed;*/	
  width: 100%;
  height: 100%;
  background-color: #000080; 
/*  background-color: #0000ff; */
 }

table.content_holder {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
/*   margin-left: 8px; */
}

td.menu {
  text-align: center;
  color: #a0a0ff;
  font-family: Verdana;
  font-size: x-small;
}

td.content {
/*  color: #102f7c; */
  color: #000080;
  font-family: Verdana;
  font-size: x-small;
}

td.corner {
  height: 15px;
  width: 15px;
}

td, .menu_holder td, .content_holder td {
/*  border: 1px solid black; */
}

.addresstable, .addresstable TD, .addresstabletable TH
{
font-family: verdana, sans-serif;
font-size:8pt;
color:white;
vertical-align:top;
text-align: center;
margin-left: 30px;
}


li.menulink {
  margin-bottom: 6px;
  padding: 0px;
  margin-left: 15px;
  list-style: none;
  display: block;
}

.menulink a {
  font-family: verdana, sans-serif;
  font-weight: bold;
  font-size: 8pt;
  color: #000080;
  background: #ffffff url(images/a-left.png) left top no-repeat;
  padding-left: 10px;
  text-decoration: none;
  display: block;
  height: 15px;
}

.menulink a span {
  background: #ffffff url(images/a-right.png) right top no-repeat;
  padding-right: 5px;
  display: block;
  height: 15px;
  cursor: pointer;
}

.menulink a:hover {
  color: white;
background: #cc6600 url(images/a-left_hover.png) left top no-repeat;
}

.menulink a:hover span {
  background: #cc6600 url(images/a-right_hover.png) right top no-repeat;
}

#LM_level_1 {
  padding-left: 0px;
  margin: 0px 0px 0px 0px;
}

#LM_level_1 li.menulink {
  width: 220px;
}

#LM_level_2 {
  text-align: center;
  padding-left: 0px;
  margin: 6px 0px 0px 0px;
}

#LM_level_2 li.menulink {
  width: 200px;
}

#LM_youAreHere {
  color: #808080;
}

 a.footerlinks {
   text-decoration: none;
   color: #ffffff;
 }
 a.footerlinks:hover {
   text-decoration: none;
   color: #cc6600;
 }

