/* 
   * 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: Verdana, sans-serif; 
  font-size: 0.90em;
  margin: 0px 0px 0px 0px;
}

table {
  font-family: Verdana, 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;
}


.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; }

.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; }


.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
{
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  color: #0379ff;
  background-color: inherit;
  font-weight: normal;
  margin: 2px;
  padding-top: 2px;
  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: 810px;
  margin: 2px auto 2px auto;
  padding: 0px;
  color: inherit;
  background-color: inherit; }

.page { width: 800px;  
  margin: 2px auto 2px auto; 
  border: 0px;
}

.fullrow { clear: both; padding: 2px; }

/* 
* Left side
*/
.leftside {
  width: 125px; 
  float: left; 
  padding: 0px 2px 0px 2px;
  font-size: 0.80em;
}

.lcbody {
  padding: 2px 2px 2px 10px;
  margin: 0px auto 2px auto;
  color: inherit;
  background-color: inherit;
}

.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: 595px; 
  float: left; 
  padding: 0px 2px 0px 5px;
}

.rcbody {
  padding: 1px 5px 1px 5px;
  margin: 0px;
  color: inherit;
  background-color: inherit;
}

.rcbody p { line-height: normal; }

.rctitle {
  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
}

.footer {
  text-align: center;
  font-size: 0.80em;
  vertical-align: middle;
  background-color: #0379ff;
  color: inherit;
}

.footer a { background-color: inherit; color: #000; }
.footer a:visited { background-color: inherit; color: #000; }
.footer a:hover { background-color: inherit; color: #000;  
  text-decoration: underline;
}
