body {
  font-family: Verdana;
  font-size: 11px;
  background-color: #E3E3E3;
}

body.iframe 
{
    background-color: White;
    padding: 5px;
}

#quickLinks, #head, #page, #foot {
  width: 810px;
  margin-left: auto;
  margin-right: auto;
}

#page {
  background-image: url('../../Images/shade.gif');
  background-color: white;
  padding-top: 55px;
  min-height: 400px;
  _height: 400px;
}

#quickLinks {
  padding-left: 25px;
  padding-top: 5px;
}

#quickLinks a {
  color: #756A65;
  font-size: 10px;
  text-decoration: none;
}

#quickLinks a:hover {
  text-decoration: underline;
}

#quickLinks #flags 
{
    float:right;
    padding-right: 25px;
}

#flags .separator 
{
    display: block;
    float: left;
    margin-left: 3px;
    margin-right: 3px;
}

#flags .accountLink
{
    float:left;
    margin-right: 10px;
}

#flags a
{
    display: block;
    float: left;
		font-weight: bold;
}

#flags a:hover
{
	text-decoration: underline;
}

#head {
  height: 7px;
  margin-top: 35px;
  background-image: url('../../Images/top.gif');
  background-position: bottom;
  background-repeat: no-repeat;
}

#banner {
  height: 77px;
  background-color: #96bf0d;
  background-image: url('../../Images/title_bg.gif');
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 25px;
}

#banner #logo {
  position: relative;
  top: -116px;
  left: 33px;
}

#banner .banner1 {
  position: relative;
  top: -87px;
  left: 70px;
}

#banner .banner2 {
  position: relative;
  top: -87px;
  right: -82px;
}

#navigation {
  height: 20px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 20px;
  background-color: #C0C0C0;
}

#navigation a {
  display: block;
  height: 100%;
  float: left;
  padding-top: 4px;
  padding-left: 10px;
  padding-right: 10px;
  border-right: 1px solid white;
  text-decoration: none;
  color: black;
  font-size: 11px;
  font-weight: bold;
}

#content {
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 30px;
  padding-right: 30px;
}

h1 {
  font-size: 18px;
  font-weight: bold;
  color: #96bf0d;
  margin-bottom: 20px;
}

h2 
{
    font-weight: bold;
}

label, .label
{
    display:block;
    float:left;
    width: 150px;
    font-weight: bold;
    clear: left; 
}

label { padding-top: 5px; }

th img 
{
    margin-right: 3px;
}

fieldset 
{
    border: 1px solid #E3E3E3;
    padding-bottom: 15px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 15px;
}

legend 
{
    font-weight: bold;
    color: #96bf0d;
    margin-top: 10px;
    margin-bottom: 10px;
}

#foot {
  background-color: #E3E3E3;
  background-image: url('../../Images/bottom.gif');
  background-position: top;
  background-repeat: repeat-x;
  text-align: center;
}

#foot .logo {
  margin: 15px;
}
