html, body { 
  margin: 0; 
  padding: 0; 
  color: #000;
}
body { 
  text-align: center;
  padding: 5px 0;
  background-color: #9aa;
  font: 62.5%/1.6em Helvetica,Arial,Verdana,sans-serif;
} 
h1, h2, h3, h4 {
  color: #202020;
  font-weight: bold;
  padding: 0;
  font-family: Verdana,Helvetica,Arial,sans-serif;
}
h1 { 
  font-size: 1.4em;
  margin: 20px 6px;
}
h2 { 
  font-size: 1.3em;
  margin: 15px 6px;
}
h3 { 
  font-size: 1.2em;
  margin: 10px 6px;
}
h4 { 
  font-size: 1.1em;
  margin: 7px 6px;
}
h5 { 
  font-size: 1em;
  margin: 5px 6px;
}
h6 { 
  font-size: 0.9em;
  margin: 5px 6px;
}
img { border-width: 0;}
ul#skip { display: none;}
ul { list-style: none;}
a { text-decoration: none;}
p { padding: 5px; margin: 5px;}
dl dt { 
  margin: 0 5px;
  font-weight: bold;
}

/* layout */
#wrap1 {
  width: 99%; 
  text-align: left; 
  margin: 0 auto;
  min-width: 740px;
  max-width: 1200px;
  background: #fff url(/images/left_col18.gif) repeat-y 18% 0;
}
#wrap2 {
  background: url(/images/right_col82.gif) repeat-y 82% 0;
}
#leftCol {
  float: left;
  width: 18%;
  font: bold 1em/1.3em Verdana,Helvetica,Arial,sans-serif;
}
#wrapFloat {
  float: right;
  width: 81.9%;
}
#middleCol {
  float: left;
  width: 78%;
  padding-bottom: 50px;
  font-size: 1.2em;
  line-height: 1.4em;
}
#middleCol iframe {
  margin-left: 3px;
}
#rightCol {
  float: right;
  width: 21.9%;
}
#footer {
  clear: both;
  text-align: center;
  padding: 100px 0 0;
  background: #fff url(/images/bottom_wsl.gif) no-repeat bottom left;
}

/*** top header and menu ***/

/* top header */
#topHeader {
  background-color: #c00;
}
.headerImg {
  float: left;
  padding-left: 5px;
  background: #c00 url(/images/top_rsl.gif) no-repeat top left;
}
#topmenu {
  text-align: center;
  background: #5f0116;
}
#topmenu span {
  margin: 0;
  padding: 0 5px;
  color: #fff;
}
#topmenu a:link, #topmenu a:visited, #topmenu a:hover, #topmenu a:active {
  font: 1.1em/1.7em Arial,Verdana,sans-serif;
}
#topmenu a:link, #topmenu a:visited, #topmenu a:active {
  color: #fff;
}
#topmenu a:hover {
  color: #ff0;
}

/*** left column ***/
#leftNav {
  background: transparent url(/images/top_rwsr.gif) no-repeat top right;
  margin-bottom: 50px;
}
hr {
  width: 96%;
  text-align: center;
  color: #f7ce08;
  margin: 0 0 0 2px;
  padding: 0;
  height: 0;
}
#leftNav dl {
  margin: 0;
  padding: 5px 0;
}
#leftNav dl dl {
  margin: 0 0 0 3px;
  padding: 0;
}
#leftNav dt {
  margin: 1px 0 1px 5px;
  color: #f7ce08;
  font-size: 1.1em;
}
dl.archives dt.topdt {
  margin-top: 0px;
}
dl.archives dt {
  margin-top: 7px;
}
#leftNav dd {
  margin-left: 5px;
}
#leftNav dd a:link, #leftNav dd a:visited, #leftNav dd a:active {
  color: #fff;
}
#leftNav dd a:hover {
  color: #f7ce08;
}
#leftNav a.selected2:visited {
  color: #09a;
}
#leftCol form {
  margin: 0;
  padding-left: 5px;
  width: 130px;
}
#leftCol form label {
  display: block;
  margin: 5px 0 0 0;
  color: #f7ce08;
}
form input#search {
  width: 70%;
  height: 16px;
  margin: 5px 0;
  border: 1px yellow solid;
}
form input.go {
  width: 18px;
  height: 18px;
  margin-bottom: 2px;
}

/*** rightCol and footer ***/
#rightCol div {
  margin: 0 auto;
}
#roundCorner {
  width: 100%;
  height: 5px;
  font-size: 4px;
  clear: both;
  background: url(/images/redbr.gif) no-repeat 18% 0;
}
#footer p {
  margin: 0; 
  padding: 0 0 10px; 
  background: transparent url(/images/bottom_wsr.gif) no-repeat bottom right;
}
/*** ads ***/
.headerAd, .headerArticleAd {
  float: right;
  padding: 5px 5px 3px 0;
  background: #c00 url(/images/top_rsr.gif) no-repeat top right;
}
.headerArticleAd { padding-right: 20%;}
.adIndexTop, .adIndexBottom {
  margin: 3px auto;
  text-align: center;
}
.adRight {
  width: 130px;
  margin: 10px auto;
  text-align: center;
}
.takeTicker {
  text-align: center;
  padding: 10px 1px;
}
.ticker {
  width: 130px;
  height: 150px;
}
.takeTicker a:link, .takeTicker a:visited, .takeTicker a:hover, .takeTicker a:active {
  color: #333;
}

table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
}
td { vertical-align: middle;}   /****** check other tds in calendar ****/
.formattingTable {
  width: 98%;
  margin: 0px auto 30px;
}
.dataTable {
  font: 0.9em Verdana,Arial,Helvetica,sans-serif;
}
.dataTable th {
  font-weight: bold;
  background: #ddd;
}
.dataTable td {
  background: #eee;
}
.dataTable th, .dataTable td  {
  padding: 2px;
  border: #fff 1px solid;
}

.clear:after { 
  content: "qqq";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.clear { display: inline-block; /* IE/Mac */ }
/* hide from ie-mac \*/
* html .clear { height: 1%;}
.clear { display: block;}
/* end hack */


