BODY {
  margin: 0;
  width: 100%;
  height: 100%;
}
#Wrap {
  text-align: left;
  width: 802px;
  background-color: #B0B0B0;
}
#Header {
  width: 802px;
  background: url(../images/header_background.jpg);
  background-repeat: repeat-x;
  overflow: auto;
}

/** Top Navigation **/
#TopNav {
  float: right;
  line-height: 187px;
}
#TopNav1 {
  position: absolute;
  margin-top: 90px;
  margin-left: 575px;
}
.topnavelement {
  float: left;
  margin-left: 20px;
}

/** Navigation **/
#Nav {
  margin-top: -5px;
  background: url(../images/nav_bak.jpg);
  background-repeat: repeat-x;
  width: 802px;
}
.navelement {
  margin-left: -4px; 
  border: none;
}

/** Content **/
#Content {
  margin-top: -4px;
  background-color: #B0B0B0;
  overflow: auto;
  width: 802px;
}
#ContentCenter {
  float: left;
  background-color: #C2C2C2;
  width: 529px;
  padding-bottom: 10px;
}
.ContentCenter_Title_Top {
  margin-left: 10px;
  margin-top: 10px;
}
.ContentCenter_Title {
  margin-left: 10px;
  margin-top: 30px;
}
.ContentCenter_Text {
  font-family: arial;
  font-size: 11px;
  padding-left: 10px;
  padding-right: 10px;
}
#LeftCol {
  float: left;
  width: 273px;
  background-color: #B0B0B0;
}
#LeftCol_Title {
  margin-left: 10px;
  margin-top: 10px;
}
#LeftCol_Text {
  padding-left: 10px;
  padding-right: 10px;
}

/** Footer **/
#Footer {
  background: url(../images/footer_bg.jpg);
  background-repeat: repeat-x;
  background-color: #000000;
  text-align: center;
  height: 52px;
  width: 802px;
}

/** Text formatting **/
.black {
  font-family: arial;
  font-size: 11px;
  color: #000000;
}
.white {
  font-family: arial;
  font-size: 11px;
  color: #FFFFFF;
}
.white_bold {
  font-family: arial;
  font-size: 11px;
  font-weight: bold;
  color: #FFFFFF;
}
/** Link formatting **/

/** Blue link formatting **/
a.blue_bold { 
  text-decoration: none;
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  color: #003366;
}
a.blue_bold:link { color: #003366; }
a.blue_bold:active { color: #003366; }
a.blue_bold:visited { color: #003366; }
a.blue_bold:hover { color: #FFFFFF;}

/** White link formatting **/
a.lwhite_bold { 
  text-decoration: none;
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
}
a.lwhite_bold:link { color: #FFFFFF; }
a.lwhite_bold:active { color: #FFFFFF; }
a.lwhite_bold:visited { color: #FFFFFF; }
a.lwhite_bold:hover { color: #FFFFFF;}

a.white { 
  text-decoration: none;
  font-family: arial;
  font-size: 11px;
  font-weight: bold;
  color: #FFFFFF;
}
a.white:link { color: #FFFFFF; }
a.white:active { color: #FFFFFF; }
a.white:visited { color: #FFFFFF; }
a.white:hover { color: #FFFFFF; text-decoration: underline;}

/** Miscelanious items **/
.left {
  float: left;
}
.right {
  float: right;
}