html,body {
      margin: 0;
      padding: 20;
      text-align: ;
      font-family: VERDANA, ARIAL, HELVETICA ;
      font-size: 12px;
      background: #fff url(images/backwhite.gi);
      background-repeat: repeat-x;
}

#body-margin{
      text-align: ;
      background: #fff;
      padding: 20px 0px;
      margin: 0 auto;

      voice-family: "\"}\"";
      voice-family:inherit;
      width: px;
}

.menu3 {padding:0 0 0 0px; margin:0; list-style:none; height:30px; background:#EFEFEF url(images/button3.gif); position:relative; border:0px solid #000; border-width:0 0px; border-bottom:0px solid #444;}
.menu3 li {float:left;}
.menu3 li a {display:block; float:left; height:30px; line-height:30px; color:#fff; text-decoration:none; font-size:12px; font-family:arial, verdana, sans-serif; font-weight:; text-align:center; padding:0 0 0 8px; cursor:pointer;}
.menu3 li a b {float:left; display:block; padding:0 16px 0 8px;}
.menu3 li.current a {color:#fff; background:#EFEFEF url(images/button2.gif);}
.menu3 li.current a b {background:url(button2.gif) no-repeat right top;}
.menu3 li a:hover {color:#fff; background:#EFEFEF url(images/button2.gif);}
.menu3 li a:hover b {background:url(button2.gif) no-repeat right top;}
.menu3 li.current a:hover {background:#EFEFEF url(images/button2.gif); cursor:default;}
.menu3 li.current a:hover b {background:url(button2.gif) no-repeat right top;}


img { border: none; }
a { text-decoration: none; color: #004080; font-weight: ;}
a:hover { text-decoration: none; color: #0080FF; }

/*---------- Divs ----------*/
#header {
      background: url("images/header.jpg") no-repeat center;
      height: 120px;
      width: 890px;
      margin: 0 auto;
}


#logo{
      padding-top: 30px;
      margin: 0 auto;
      width: 890px;
}

#logo a:hover {
      text-decoration: none;
}

#logo a {
      float: left;
      width: 200px;
      height: 85px;
}

#container {
      width: 890px;
      overflow: hidden;
      text-align: left;
      font: 90% Tahoma, Helvetica, sans-serif;
      margin: 0px auto;
      background: #fff;
      padding-bottom: 30px;
}
* html #container {
      overflow: visible;
}

#intro{
      min-height: 190px;
      margin: 10px auto;
}
* html #intro { height: 190px;}

#intro-image{
      float: left;
      width: 560px;
}

#intro-text{
      padding-top: 10px;
      float: right;
      width: 305px;
      text-align: justify;
}

#content{
      margin-top: 20px;
      min-height: 250px;
}
* html #content { height: 250px;}

#sidecontent{
      float: left;
      border: 2px solid #828282;
      margin-right: 20px;
      padding: 10px;
      text-align: center;
      width: 240px;
      voice-family: "\"}\"";
      voice-family:inherit;
      width: 210px;
}
html>body #sidecontent { width: 210px }  /* for opera */

#sidecontent img{
      padding: 1px;
      border: 1px solid #828282;
}

#maincontent {
      float: right;
      width: 630px;
}

#mainleft {
      float: left;
      width: 425px;
}

#mainright {
      float: right;
      width: 180px;
}

#mainright a {
      color: #000;
}

#footer {
      width: 890px;
      margin: 0 auto;
      min-height: 70px;
      background: #c51010 url(images/gradient.gif) repeat-x;
      border-top: 4px solid #828282;
      font-size: 84%;
      color: #fff;

}
* html #footer {height: 100px;}

#footertextleft{
      margin-top: 10px;
      float: left;
      width: 450px;
      text-align:left;
      padding-left: 10px;
}

#footertextright{
      margin-top: 10px;
      text-align: right;
      width: 350px;
      float: right;
      padding-right: 10px;
}

/*------------------------- Navigation --------------------------*/

#navcontainer {
      width: 890px;
      height: 38px;
      background: #c20404 url(images/gradient.gif) repeat-x;
      margin: 10px auto 0 auto;
      border-bottom: 4px solid #828282;
      display: block;
      font-size: 140%;
}
* html #navcontainer { height: 43px;}

#navcontainer ul {
      position: relative;
      float: left;
      list-style-type: none;
      margin: 0px;
      padding: 0px 0px 0px 10px;
      font-size: 65%;
}

#navcontainer li {
      margin: 10px 3px 0px 3px;
      float: left;
      height: 28px;
      background: url("images/nav.jpg") repeat-x;
}

#navcontainer a {
      float: left;
      display: block;
      padding: 7px 9px 6px 9px;
      color: #FFF;
      text-decoration: none;
}

#navcontainer a:hover {
      background: #828282;
      color: #fff;
      cursor: pointer;
}
/*---------- Headings ----------*/
h1 {
      padding-top: 5;
      margin-top: 0;
      font: 200% Arial;
      font-weight: bold;
      color: #003162;
}

h2 {
      padding-top: 0;
      margin-top: 0;
      font: 150% Verdana;
      font-weight: bold;
      color: #003162;
}

h3 {
      padding-top: 0;
      margin-top: 0;
      font: 120% Verdana;
      font-weight: bold;
      color: #003162;
}

.mainheading{
      font-weight: bold;
      font-size: 123%;
}

/*---------- Classes ----------*/
.heading{
      background: #c20404;
      border-bottom: 4px solid #828282;
      height: 25px;
}

.subheading-white{
      color: #fff;
      margin: 0px;
      padding: 5px 0 0 10px;
      font-size: 115%;
      font-weight: bold;

}

.p-indent{
      padding-top: 0px;
      padding-left: 10px;
