/* 
   * 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: #cccccc;
  font-family: georgia, "Times New Roman", helvetica,clean,serif; 
  font-size: 1.10em;
  margin: 0px 0px 0px 0px;
}

table {
  font-family: georgia, "Times New Roman", helvetica,clean,serif; 
  font-size: inherit;
}

form { 
  margin: 0px; padding: 0px;
}

img { border: 0px; }

/* Give forms a 'color' "gray" when focus is given to them */
input:focus, textarea:focus, select:focus {
  background-color: #b3b3b3; 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;
}


.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; background-color: inherit;}

.seventyfive { font-size: 0.75em; }
.larger      { font-size: 1.2em; }
.note        { font-size: 0.85em; font-style: italic; }
/*
* Used for left column indents
*/
.lmargin_2 { margin-left: 5px; }
.lmargin_3 { margin-left: 10px; }


.arial_black { font-family: Arial Black; }
.arial       { font-family: Arial; }

.show { display: block; visibility: visible;}
.hide { display: none;  visibility: hidden;}
/* If used, the item does not show up for print - see print.css */
.hideprint { margin: inherit; }

/*
** Inline version so ...more link can be inline
** Use with togglevisible2
*/
.show2 { display: inline; visibility: visible;}
.hide2 { display: none;  visibility: hidden;}

.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;
}
.titlebox {
  color: black;
  background-color: inherit;
  font-weight: bold;
  margin: 2px;
  margin-top: 5px;
  padding-top: 3px;
  padding-bottom: 2px;
}

/* 
  * 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: 850px;
  margin: 2px auto 2px auto;
  padding: 0px;
  color: inherit;
  background-color: inherit; 
  text-align: left;}

.page { width: 825px;  
  margin: 2px auto 2px auto; 
  border: 0px;
}

.fullrow { clear: both; padding: 2px; }

.fbody {
  padding: 1px;
  margin: 0px auto 1px auto;
  color: inherit;
  background-color: inherit;
}

/* 
* Left side
*/
.lside {
  width: 135px; 
  float: left; 
  padding: 0px 2px 0px 2px;
  font-size: inherit;
}

.lbody { 
  padding: 1px 1px 1px 2px;
  margin: 0px auto 1px auto;
  color: inherit;
  background-color: inherit;
}

.lbody img, .fbody img { 
  display: block; 
  margin-left: auto; 
  margin-right: auto; 
  vertical-align: middle;
}

.lbody p, .fbody p { 
  line-height: normal; 
}

.bodybox { 
  border: 1px solid #666; 
  padding: 5px;
  border-radius: 4px; 
  -moz-border-radius: 4px; 
  -khtml-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.lbodybox { border 1px solid #000; }
.rbodybox {  border 1px solid #000; }

.ltitle, .ftitle {
  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;
}
	
.lcomment, .fcomment {
  padding: 4px 8px 4px 8px;
  border-width: 0px 1px 1px 1px;
  border-style: solid;
  color: #663;
  background-color: #FFF;
  border-color: #A6A6A6;
}

/*
* Right side
*/

.rside { 
  width: 625px; 
  float: left; 
  padding: 0px 2px 0px 5px;
}

.rbody {
  padding: 1px 5px 1px 5px;
  margin: 0px;
  padding-left: 1em;
  color: #000;
  background-color: #FFF;
}

.rbody p {
  line-height: normal; }

.rtitle {
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 0.95em;
  font-weight: bold;
  padding: 6px 8px 6px 5px;
  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.80em;
  vertical-align: middle;
  background-color: inherit;
}

.footer a { background-color: inherit; color: inherit; }
.footer a:visited { background-color: inherit; color: inherit; }
.footer a:hover { background-color: inherit; color: inherit; text-decoration: underline; }
