﻿:root
{
overflow-y:scroll /* firefox scroll bar ghost*/
}
/* links */
a, a:visited {
  text-decoration: none;
  color: #4F82CB;
  background: inherit;
}
a:hover {
  color: #4EBF37;
  background: inherit;
}

/* headers */
h1, h2, h3 {
  font-family: Tahoma, Verdana, 'Trebuchet MS', Sans-serif;
  font-weight: Bold;
}
h1 {
  font-size: 120%;
}
h2 {
  font-size: 110%;
  text-transform: uppercase;
  color: #88ac0b;
}
h3 {
  font-size: 110%;
  color: #666666;
}
.margins{
width:80%;
margin-left:auto;
margin-right:auto;
}
.center{
text-align:center;
display:block;
margin-left:auto;
margin-right:auto;
}

#wrap {
  width: 820px;
  /*background: #CCC url(images/content.jpg) repeat-y center top;*/
  margin: 0 auto;
  text-align: left;
}
#content-wrap {
  clear: both;
  width: 760px;
  padding: 0;
  margin: 0 auto;
}
#header {
  width: 820px;
  position: relative;
  height: 140px;
  background: #FFF url(images/header.jpg) no-repeat center top;
  padding: 0;
  font-size: 14px;
  color: #FFF;
}

/* Menu */
#menu {
  clear: both;
  margin: 0; padding: 0 98px 0 0;
  /*background: url(images/menu.jpg) repeat-y center top;*/
  font: bold 12px/26px Verdana, Arial, Tahoma, Sans-serif;
  height: 26px;
}
#menu ul {
  float: right;
  list-style: none;
  margin:0; padding: 0;
}
#menu ul li {
  display: inline;
}
#menu ul li a {
  display: block;
  float: left;
  padding: 0 8px;
  color: #010066;
  text-decoration: none;
}
#menu ul li a:hover {
  background-color: #00b050;
  color: #010066;
}
#menu ul li a.current {
  background-color: #00b050;
  color: #010066;
}
