#html, body {
  top: 20px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width:800px;
  height: 100%;
  margin: auto;
} 

body {background-color: #FFFFFF; color: #000000; background-image: url('images/background.gif'); background-position:top center; background-repeat:repeat-y;}
         
a:link          {color: #004276; text-decoration: none;}

a:hover         {color: #990000; text-decoration:underline; }

a:visited       {color: #004276; text-decoration: none;} /* was #666699 */

a:visited:hover {color: #990000; text-decoration:underline;}

a:active        {color: #336600; text-decoration:underline; }

a:link img      {text-decoration: none;}

a:visited img   {text-decoration: none;}

a:active img    {text-decoration: none;}

.page_header { font-size: xx-large; color: #000000; font-variant: small-caps; font-weight:bold; text-align: center; font-family: "Times New Roman, Times, Serif"; background-repeat: no-repeat; height: 60px; width: 600px}

.menu_item { font-family: "Times New Roman, Times, Serif"; font-variant: small-caps; font-size: medium; color: #000000; background-repeat: no-repeat; text-align: left; vertical-align: center; height: 30px; width: 175px; border-right: 1px solid}

.header_cell { font-family: "Times New Roman, Times, Serif"; text-align: center; vertical-align: top; width: 435px}

.logo {  text-align: center; vertical-align: middle; height: 135px; width: 175px}

.normal_text {  font-family: "Times New Roman, Times, Serif"; font-size: medium; padding-left: 15px; padding-right: 10px}

.bullet_list {
	list-style-image: url(images/bullet.gif);
	font-family: "Times New Roman, Times, Serif";
	font-size: medium;
}
.courier {
	font-family: "Courier New", Courier, monospace;
}
.limerick {
	font-family: "Times New Roman, Times, Serif";
	font-size: medium;
	font-style: italic;
	padding-left: 5px; 
}

