html,body {
  margin: 0px;
  padding: 0px;
  background-color: #4E5064;
  background-image: url(images/background_main.gif);
  background-repeat: repeat;
  color: #FFFFFF; 
  font-family: Arial, Tahoma, Verdana; 
  font-size: 10pt;
  text-align: left;
  height:100%; 
}

div#container {
  position: relative;
  margin: 0 auto;
  width: 740px;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  background-color: #706D7F;
  border: thin solid #302D40;
  border-top: none;
  border-bottom: none;
}

div#header {
  height: 95px;
  background-color: #706D7F;
  background-image: url(images/header_main.jpg);
  background-repeat: no-repeat;
  text-align: right;
}

div#content {
  text-align: left;
  padding: 0px;
  background-color: #706D7F;
}

div#margins {
  width: 700px;
  padding: 20px;
}

div#footer {
  position: absolute;
  bottom: 0; 
}

div.popup {
  position: absolute;
  width: 500px;
  top: 250px;
  left: 100px;
  padding: 5px;
  background-color: #4F556B;
  border: thin solid #302D40;
  display: none;
}

p.title {
  color: #FFF200;
  background-color: #4F556B;
  display: block;
  width: 100%;
}

p.subTitle {
  color: #FFF200;
}

table,tr,td {
  vertical-align: top;
}

td.title {
  background-color: #4F556B;
}

td.alternate {
  background-color: #89869B;
}

p.title {
  font-size: 14pt;
  font-weight: bold;
  color: #FFF200;
  padding: 5px;
}

p.navigation {
  margin: 0px;
  padding: 0px;
  padding-top: 3px;
}

a:link {
  color: #FFF200;
  text-decoration: none;
}

a:visited {
  color: #FFF200; 
  text-decoration: none;
}

a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

a:active {
  color: #FFF200;
  text-decoration: none;
}

img {
  border: 0px;
}

.left {
  float: left;
}

.right {
 float: right;
}

.clear {
  clear: both;
}