/* 
   * Layout style sheet - where page layout tables and menus are
   * setup
*/
/*
 * the Holy Hack for IE layout issues relating to float left and three dvis!
*/
* html .visualIEFloatFix { height: 0.01%; }

body  {
  color: #000000;
  background-color: #3399CC; 
  font-family: Tahoma, Arial, Helvetica,sans-serif; 
  font-size: 1.0em;
  margin: 0px 0px 0px 0px;
}

table {
  font-family: Tahoma, Arial, Helvetica,sans-serif; 
  font-size: 1.0em;
}

form { 
  margin: 0px; padding: 0px;
}

img {  border: 0px; }

/* 
   The below gives forms a 'color' when focus is given to them 
   In this case, a light yellow.
*/

input:focus, textarea:focus, select:focus {
  background-color: #ffff99; color: inherit;
}

a {
  background-color: inherit; 
  color: #000000; 
  text-decoration: none;
}
a:visited, a:link { 
  background-color: inherit;
  color: #000000;
}

a:hover {
  background-color: inherit; 
  color:#000000; 
  text-decoration: underline;
}


.href_standout a {
  background-color: inherit; 
  color: red; 
  text-decoration: none;
}
.href_standout a:visited, .href_standout a:link { 
  background-color: inherit;
  color: red;
}

.href_standout a:hover {
  background-color: inherit; 
  color: blue; 
  text-decoration: underline;
}


.underline { text-decoration: underline; }
.center { text-align: center; }
.autocenter { margin-left: auto; margin-right: auto; }
.right {  text-align: right; }
.left {  text-align: left; }
.emphasis { font-weight: bold;}
.bold     {font-weight: bold;}

.smaller     { font-size: 0.85em; }
.middle    { vertical-align: middle; }
.sm        { font-size: smaller;}
.lg        { font-size: larger;}
.lme       { font-size: 0.85em; }

.date      { font-weight: bold; font-style: italic;}
.tinyblack { font-size: 0.6em; color: #000000; }

.seventyfive { font-size: 0.75em; }
.larger { font-size: 1.2em; }
.note { font-size: 0.85em; font-style: italic; }

.b90j, .b90r, .b90l, .b90c   { 
      margin: 2px 15px 2px 25px; 
}
.b90j { text-align: justify; }
.b90l { text-align: left; }
.b90r { text-align: right; }
.b90c { text-align: center; }

.bh1  { padding: 0px 0px 5px 5px;  margin: 5px 2px 5px 5px;}
.bl   { border-bottom: 1px solid #000000;}
.tbl   { border-top: 1px solid #000000;
         border-bottom: 1px solid #000000;}
.fullbox { 
  border: 1px solid #000; 
  padding: 4px;
}

/* 
  * because the page has a right or left column of a fixed width, the 
  * entire page must have a pixel with set to the equiv of 
  * .leftside and .rightside (plus any padding)
*/

.page_container { 
  width: 785px;
  margin: 2px auto 2px auto;
  padding: 0px;
  color: #000000;
  background-color: #FFFFFF; }

.page { width: 780px;  
  margin: 2px auto 2px auto; 
  border: 0px;
}

.fullrow { clear: both; padding: 2px; }

/* 
* Left side
*/
.leftside { width: 160px; float: left; padding: 0px 2px 0px 2px;}

.lcbody {
  padding: 2px 2px 2px 10px;
  margin: 0px;
  color: #000;
  background-color: #FFF;
}
.lcbody p { 
  line-height: normal; }

.lctitle {
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 0.95em;
  font-weight: bold;
  padding: 6px 8px 6px 10px;
  margin: 0px;
  color: #FFF;
  background-color: #9d9d7d;
  border-color: #A6A6A6;
}
	
.lccomment {
  padding: 4px 8px 4px 8px;
  border-width: 0px 1px 1px 1px;
  border-style: solid;
  color: #663;
  background-color: #FFF;
  border-color: #A6A6A6
}

/*
* Right side
*/

.rightside { width: 610px; float: left; padding: 0px 2px 0px 2px;}

.rcbody {
  padding: 2px 5px 2px 10px;
  margin: 0px;
  color: #000;
  background-color: #FFF;
}
.rcbody p { 
  line-height: normal; }

.rctitle {
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 0.95em;
  font-weight: bold;
  padding: 6px 8px 6px 10px;
  margin: 0px;
  color: #FFF;
  background-color: #9d9d7d;
  border-color: #A6A6A6;
}
	
.rccomment {
  padding: 4px 8px 4px 8px;
  border-width: 0px 1px 1px 1px;
  border-style: solid;
  color: #663;
  background-color: #FFF;
  border-color: #A6A6A6
}


/*
* Right Column (Sponsors)
*/
table.rc { 
  padding: 0px;
  margin: 0px;
  border-collapse: collapse;
  border-spacing: 0px;
  text-align: left;
}

table.rc tr, table.rc td {
  width: 100%; 
  border: 0px;
  padding: 2px 1px 1px 1px;
  line-height: 1.1em;
  font-size: 0.92em;
}
table.rc td.cimage {
  text-align: center;
  vertical-align: middle;
  margin-right: auto;
  margin-left: auto;
  margin-top: 3px;
  margin-bottom: 3px;
 }
table.rc td.header { 
  text-align: center;
  font-size: 1.1em;
  padding-bottom: 0.85em;
  font-weight: bold;
}
table.rc td.header a, table.rc td.header a:visited { 
  background-color: inherit; color: #fff; 
}
table.rc td.header a:hover { 
  background-color: inherit; color: inherit;
  text-decoration: underline;
}

.footer {
  text-align: center;
  font-size: 0.90em;
  vertical-align: middle;
}
.footer a { background-color: inherit; color: #fff; }
.footer a:visited { background-color: inherit; color: #FFF; }
.footer a:hover { background-color: inherit; color: #000; }

/* End of javascript */


