/* style.css for fightforkids.org */

/* general stuff */

a:link    { color: #e00000; text-decoration: none; }
a:visited { color: #ca0000; text-decoration: none; }
a:hover   { color: #ff0000; text-decoration: underline; }
a:active  { color: #700000; text-decoration: none; }

body {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 11pt;
}

tbody {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 11pt;
}

h1 { color: #000040; }

li { list-style-type: square; }
/*ul { color: #0066FF; list-style-type: square; }*/
/*ol { color: #0066FF; }*/

#title  { font-size: 13pt; font-weight: bold; color: #d00000; }
#title2 { font-size: 13pt; font-weight: bold; color: #000; text-align: center; }
#title3 { font-size: 12pt; font-weight: bold; color: #000; }

.minimenu {
  font-size: 8pt;
  text-align: justify;
  padding: 1em;
}

#small { font-size: 8pt; }

#contact_us {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 13pt;
  text-align: center;
  margin: 10pt;
}

#floatrightimage {
  float: right;
  text-align: center;
  margin-left: 10pt;
  margin-bottom: 4pt;
}

#floatleftimage {
  float: left;
  text-align: center;
  margin-right: 10pt;
  margin-bottom: 4pt;
}

.master_content_table {
  /*border: 1px dashed purple;*/
}

.left_column {
  vertical-align: top;
  width: 145px;
  padding: 0 0 0 4pt;
}

.middle_column {
  /*border: 1px dashed red;*/
  vertical-align: top;
  /*padding: 5pt;*/
  padding: 1em;
  font-size: 11pt;
}

.right_column {
  vertical-align: top;
  /*width: 160px;*/
  /*font-size: 10pt;*/
}

.news {
  margin: 2em 0 0 0;
}

.navigation_linear {
  /*border: 1px dashed red;*/
  /*text-align: right;*/
  /*float: right;*/
  margin: 5pt 0;
  padding: 0;
  position: absolute;
  left: 650px;
  width: 8em;
}

.free_reports {
  margin: 2em 0 0 0;
}

.footer_tcell {
  text-align: center;
  color: #999999;
  font-size: 9pt;
  padding: 20pt;
}

.videos {
  /*padding: 4pt 0 0 0;*/
}

#leftsidebar a:link    { color: #000069; }
#leftsidebar a:visited { color: #000069; }
#leftsidebar a:hover   { color: #000069; }
#leftsidebar a:active  { color: #000069; }

#leftsidebar {
  font-weight: bold;
}


