/* For layout that effects everything */

body { 
  background:url("images/603_main-bkg.gif") repeat;
  color: #4b291d;
  font-family: Arial, Helvetica, FreeSans, sans-serif;
  font-size: 13px;
  text-align: center;
}

a {
 color: #2b547E;
}

#header .addr a {
  color: #4b291d;
}

a:link  { text-decoration: none; }
a:visited  { text-decoration: none; }
a:hover  { text-decoration: underline; }
a:active  { text-decoration: underline; }

h3 {
  font-size: 14px;
  font-weight: bold;
}

img { border: 0px; }

#page {
  position: relative;
  background-color: #b29d79;
  width: 1030px;
  margin: 0 auto;
  text-align: left;		/* For IE centering */
  padding: 20px;
  z-index: 1;
}

#hwrap {
  background-color: #fff;
  padding: 5px 0px 5px 0px;
  margin: 0 auto;
  margin-bottom: 0;
  z-index: 2;
}

#header {
  padding: 0px 0px 0px 20px;
  z-index: 2;
}

#logo {
  float: left;
}

#himage {
  float: right;
  text-align: right;
}

#header .addr {
  float: left;
  padding: 65px 0px 0px 25px;
}

#bhbar, #thbar {
  clear: both;
  background-color: #b29d79;
  border: 1px solid #b29d79;
  width: 100%;
  height: 3px;
  z-index: 2;
}

#navbar {
  width: 100%;
  margin-top: 5px;
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-top-style: double;
  border-bottom-style: double;
  border-top-color: #000;
  border-bottom-color: #000;
}

#main {
  position: relative;
  float: left;
  width: 100%;
  min-height: 550px;
  margin: 15px 0 15px 0;
}

#leftcolumn {
  float: left;
  width: 198px;
  text-align: left;
  min-height: 540px;
  background-color: white;
  border: 1px solid black;
}

#leftcolumn, #rightcolumn, #bwrap {
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
}

body>#page #leftcolumn { width: 213px; }

#rightcolumn {
  position: relative;
  float: right;
  width: 777px;
  min-height: 540px;
  background-color: white;
  border: 1px solid black;
}

body>#page #rightcolumn { width: 792px; }

#clear {
  clear: both;
}

#content {
  position: relative;
  float: left;
  margin: 25px;
  width: 720px;
}

body>#page #content { width: 742px; }

.content .dbanner, .TSABanner {
  border: 1px solid #aaa;
  padding: 2px;
  background: #f1efeb;
  text-align: center;
  line-height: 150%;
  margin: auto;
  width: 34em;
}

.dresources p {
  margin-left: 30px;
  margin-right: 30px;
}

.content .dbanner a.header, .TSABanner a.header {
 background: #b29d79;
 color: #4b291d;
 display: block;
 margin: auto;
 margin-bottom: 5px;
 width: 100%;
 font-size: larger;
 font-weight: bold;
 text-decoration: none;
}

.content .dbanner {
 float: left;
 display: block;
 width: 18em;
 margin: 0 0 20px 90px;
 height: 7em;
}

.content .dbanner a.header:hover, .TSABanner a.header:hover {
 color: #111;
}

#bwrap {
  position: relative;
  clear: both;
  margin: 0 auto;
  text-align: center;
  height: 150px; 
  background-color: white;
  border: 1px solid black;
  z-index: 2;
  padding: 20px;
}

.bwrap h2 {
  font-size: 14px;
  font-weight: bold;
  color: #2b547e;
}

.bwrap li {
  list-style: none;
}

.bwrap ul {
  padding: 0;
  margin: 0;
  text-align: left;
}

.bwrap #bcenter a {
  padding: 0 20px;
}
.bwrap #bcenter a:hover {
  background-color: #ece5b6;
  text-decoration: none;
}


#bleft, #bcenter, #bright {
  min-height: 150px;
}

#bleft, #bcenter {
  float: left;
  width: 320px;
}

#bcenter {
  width: 300px;
}

#bcenter {
  border-left: 1px solid black;
  border-right: 1px solid black;
}

#bright {
  float: right;
  width: 320px;
}

body>#page #bleft, body>#page #bright { width: 328px; }
body>#page #bcenter { width: 330px; }

#footer {
  width: 100%;
  padding-top: 2em;
  z-index: 10;
}

.footer {
  text-align: center;
  color: #000;
  font: italic 8px arial, sans-serif;
  letter-spacing: .15em;
}

.footer a {
  color: #000;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

