html { height: 100%; }

body {
height: 100%;
margin: 0;
padding: 0;
font: 10pt Verdana, sans-serif;
background-color: #6C84A4;
background-image: url(images/bg_gradient.gif);
background-repeat: repeat-x;
}

a { color:#295083; }

a:hover { color:#7E2F28; }

#title {
margin-top: 5px;
border: 3px #000 solid;
padding-top: 80px;
padding-bottom: 20px;
width: 796px;
background-color: white;
margin-left: auto;
margin-right: auto;
}

#maincontent {
font-family: Verdana;
font-size: 8pt;
border-left: 3px #000 solid;
border-right: 3px #000 solid;
border-bottom: 3px #000 solid;
width: 796px;
background-color: white;
margin-left: auto;
margin-right: auto;
}

#menubar {
text-align: left;
width: 176px;
}

.menutable {
background-color: #F2F2F0;
vertical-align: top;
padding-right: 2px;
border-right: 1px #C0C0C0 solid;
}

#menugraphic {
margin-top: 20px;
margin-bottom:20px;
padding-left:20px;
}

/* BEGIN Hover-Menu Classes */

.ParentMenuCore {
  position: relative;
}

.ParentMenuLv1, .ParentMenuLv2 {
  width: 167px;
  position: absolute;
  left: 176px;
  top: -20px;
  border: 1px #2e5486 solid;
}

.ParentMenuLv2 {
  left: 167px;
}

.MenuLink
{
  text-decoration: none;
}

.MenuItem, .MenuItemSub, .ChildMenuItem, .ChildMenuItemSub, .MenuItemSubHighlight, .ChildMenuItemSubHighlight {
  font-family:Tahoma; 
  font-weight:none;
  font-size:12px;
  color:#295083;
  background-color:#F2F2F0;
  text-decoration:none;
  cursor:hand;
  padding:3px 2px 3px 4px;
  border-left: 3px #c0c0c0 solid;
  width:162px;
  margin-left:5px;
}

.MenuItemSub, .MenuItemSubHighlight {
  background-image:url(images/arrow.gif);
  background-repeat: no-repeat;
  background-position: 147px;
}

.ChildMenuItem, .ChildMenuItemSub, .ChildMenuItemSubHighlight {
  width:155px;
  margin-left:0px;
  border-left: 3px #F2F2F0 solid;
  border-right: 3px #F2F2F0 solid;
}

.ChildMenuItemSub, .ChildMenuItemSubHighlight {
  background-image:url(images/arrow.gif);
  background-repeat: no-repeat;
  background-position: 145px;
}

.MenuItemSubHighlight, .ChildMenuItemSubHighlight {
  color:#d0d0d0;
  background-color: #2e5486;
  border-color: #2e5486;
}

.MenuItem:hover, .MenuItemSub:hover, .ChildMenuItem:hover, .ChildMenuItemSub:hover {
  color:#7E2F28;
  background-color: #d0d0d0;
}

.MenuItem:hover, .MenuItemSub:hover {
  border-color: #2e5486;
}

.ChildMenuItem:hover, .ChildMenuItemSub:hover {
  border-color: #d0d0d0;
}

.Spacer {
  background-color:#F2F2F0;
  padding: 0px;
  border-left: 3px #c0c0c0 solid;
  width:162px;
  margin-left:5px;
  height: 20px;
}

/* END Hover-Menu Classes */

#search {
margin-top:15px;
margin-bottom:20px;
padding-left:8px;
}

#smallinfo {
  background-image: url(images/welcome.gif); background-repeat: no-repeat;
  height: 117px;
  padding-top: 5px;
  padding-left: 30px;
  font-family: Verdana;
  font-size: 8pt;
  text-align: left;
}

.maintable {
vertical-align: top;
}

#content {
height: auto;
padding: 10px;
}

.righttable {
background-color: #F2F2F0;
vertical-align: top;
padding-left: 6px;
border-left: 1px #C0C0C0 solid;
}

#copyright {
padding-top: 15px;
padding-bottom: 15px;
width: 796px;
color: #f0f0f0;
line-height: 16px;
font-family:Verdana; 
font-size:7pt;
text-align: center;
margin-left: auto;
margin-right: auto;
}

#copyright a {
  color: #ffffff;
  text-decoration: none;
}

#copyright a:hover {
  text-decoration: underline;
}

.Breaker {
  clear: both;
}
