/*External Style Sheet*/

BODY
  {
  BACKGROUND-COLOR: #FFFFFF; /* white */
  MARGIN: 0em 1em 0em 1em; /* top right bottom left */ 
  text-align: center;
  padding: 0;
  }
A:LINK
  {
  COLOR: #456C9B;
  TEXT-DECORATION: UNDERLINE;
  }
a:hover
  {
  COLOR: #456C9B;
  TEXT-DECORATION: UNDERLINE;
  }
A:VISITED
  {
  COLOR: #456C9B;
  TEXT-DECORATION: UNDERLINE;
  }
A:ACTIVE
  {
  COLOR: #FF0000;
  TEXT-DECORATION: UNDERLINE;
  }
  
H1
  {
  FONT-FAMILY: "Times New Roman", SERIF;
  FONT-WEIGHT: BOLD;
  FONT-SIZE: 24pt;
  }
P
  {
  FONT-FAMILY: "Times New Roman", SERIF;
  FONT-SIZE: 12pt;
  }
#MainPage 
  {
  position: relative;
  text-align: left;
  width: 760px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 20px 0;
  }
#Header 
  {
  width: 760px;
  text-align: center;
  padding: 0;
  position: relative;
  height: 82px;
  }
#MainMenu a:link, #MainMenu a:visited 
  { 
  text-decoration: none; 
  font-weight: bold; 
  }
#MainMenu a:active 
  { 
  text-decoration: none; 
  font-weight: bold; 
  }
#MainMenu a:hover  
  { 
  text-decoration: none; 
  COLOR: #456C9B; 
  background: #eeeeee; 
  }


