/*
  The commented border information is for testing purposes. You can
  uncomment them to see the outline of some of the DIV blocks.
*/

body
{
  color: #000;
  background-color: #DAE7F6;
}

img
{
  border-style : none;
}

/* Contains everything to be shown on the screen */
.MainContainer {
  margin: 10px;
  /* Height given to stop IE Peek-A-Boo Bug */
  height: 1%;
}

/* Contains everything to be shown on the right side of the screen */
.RightSide { 
  /* border: 1px solid rgb(0, 255, 255); */ 
  /* Mozilla: margin-left must be 5px more than width of left to match IE */
  margin-left: 0px;
}

/* Clears the floats */
.Clearer { 
  clear: both; 
}

#TitleLine {
  text-align: center;
  font-size: 28px;
}

#MainNav { 
  text-align: center;
  /* font-size: 9px; */
}

#MemberNav { 
  text-align: left;
}

#Content { 
}

#MinorFooter {
  text-align: right;
}

#MajorFooter {
  text-align: right;
  /* text-decoration: overline underline; */
}

/* Media Print: Changes for printing. The information is appended to the
   definitions for the Browser details (or overwritten if same elements).*/
@media print
{
  A:link, A:visited, A:active
  {
    text-decoration : none;
    color : black;
  }
		
  .MainContainer {
    margin: 0px;
  }
  
  .RightSide { 
    margin-left: 0px; 
  }

  .noprint {
    display : none;
  }
}

@media screen
{
  .noshow {
    display : none;
  }
}

/* Do not change anything below this comment */

/* Start of 3px Fix for WinIE */
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html .LeftSide {
  margin-right: 0px;
  }
* html .RightSide {
  height: 1%;
  margin-left: 0px;
  }
/* End hide from IE5/mac */
/* End of 3px Fix for WinIE */
