/* ---( page defaults )--- */

body {
  margin: 0;
  padding: 0;
  font-size: small;
  text-align: center;
  color: #333333;
  background-image: url(images/bak_yellow.gif);
  background-repeat: repeat;
  }

blockquote {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 30px;
  padding-top: 10px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 20px;
  font-size: 88%;
  line-height: 1.5em;
  color: #666;
  }

blockquote p {
  margin-top: 0;
  }

hr {
  display: none;
  }

img {
  border: none;
  }
  
#bar {
  margin-top: 0;
  padding: 0px;
  height: 20px;
  width: 100%;
  color: #999999;
  }

/* unordered list style */

ul {
  list-style: none;
  margin-left: 0px;
  padding: 0;
  }

li {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 3px;
  }

/* links */

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

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

a:hover {
  color: #693;
  text-decoration: none;
  }

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




/* ---( layout structure )---*/

#outer-wrapper {
  width: 745px;
  margin: 55px auto 0;
  text-align: left;
  font: normal normal 100% Verdana, sans-serif;
  background-color: #000;
  }

#content-wrapper {
  margin-left: 0px; /* to avoid the border image */
  width: 745px;
  background-color: #000;
  }

#main {
  float: left;
  width: 475px;
  margin-left: 15px;
  padding-top: 20;
  padding-right: 0;
  padding-bottom: 0px;
  padding-left: 0px;
  line-height: 1.5em;
  background-color: #ffffff;
  word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
  overflow: hidden;     /* fix for long non-text content breaking IE sidebar float */
  }

#sidebar {
  float: right;
  width: 217px;
  margin-left: 10px;
  margin-right: 0px;
  font-size: 85%;
  line-height: 1.4em;
  color: #999999;
  background: #000 no-repeat left top;
  word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
  overflow: hidden;     /* fix for long non-text content breaking IE sidebar float */
  }




/* ---( header )--- */

#header-wrapper {
  margin: 0;
  background: #000 left top;
  }

#header {
  margin: 0;
  padding-top: 25px;
  padding-right: 0px;
  padding-bottom: 52px;
  padding-left: 0px;
  color: #11111a;
  background: url(images/h3.gif) no-repeat bottom right;
  }

/* ---( main column )--- */

h2.body {
  margin: 0;
  padding-left: 28px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 0px;
  color: #333333;
  font-size: 140%;
  font-weight: 200;
  font: 'Trebuchet MS','Verdana','Arial';
  line-height: 130%;
  }
  
h2.callout {
  font-weight: 500; 
}
  
.logos {
  margin: 0;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  }



.body {
  margin: 0;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 20px;
  padding-bottom: 0px;
  }

  

/* ---( widget )--- */
#widget {
  margin: 0;
  padding-right: 11px;
}



/* ---( footer )--- */

.clear { /* to fix IE6 padding-top issue */
  clear: both;
  }

#footer-wrapper {
  margin: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 9px;
  padding-left: 0;
  font-size: 85%;
  color: #ddd;
  }

#footer {
  margin: 0;
  padding-top: 20px;
  padding-right: 320px;
  padding-bottom: 20px;
  padding-left: 15px;
  }

.clear {
  clear: both;
  overflow: hidden;
}


#form {
  margin: 0;
  padding-left: 50px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  }

