/* containment for the standard page layout */
/******* copied from original page ****/

body { 
  background-color: #E9E9E9; 
  font-family: "Times New Roman", sans-serif;}

.style1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
}
.style6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13.5px;
	color: #FFFFFF;
}
a:link {
	color: #ff9900;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #ff9900;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
}
a:active {
	text-decoration: none;
}
.style29 {
  font-family: Impact; 
  font-size: 48px; 
  font-weight: bold; 
  color: #FFFFFF; 
}


.style34 {
  font-family: Impact; 
  font-size: 24px; 
  font-weight: bold; 
  color: #990000; 
}
.style35 {
	font-family: "Century Gothic";
	font-size: 18px;
}
.style27 {
  font-family: "Century Gothic"; 
  font-weight: bold; 
}

.footer {
  text-align: center;
  vertical-align: bottom; 
  background: transparent url(image/paws2.gif); 
  background-repeat:repeat-x; 
  height:85px;
  width:100%;
}

img.floatLeft { 
  float: left; 
  margin: 4px 10px 4px 4px; 
}

/*forces the next line after the break to go to the far left*/
br.goLeft{
    clear:left;
}
/* for emphasis  */
.e0 {
  font-size: 100%;
  font-weight: bold;
  text-align:center;
}
.e1 {
  font-size: 125%;
  font-weight: bold;
  text-align:center;
}
.e2 {
  font-size: 150%;
  font-weight: bold;
  text-align:center;
}

/* container for page will be centered in open window*/
#container {
  width: 900px;
  background-color:#FFFFFF;
  margin-top: 5px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
  border: thin solid #000000;
}

/* container for page text*/
#textcontainer {
  margin-top: 1px;
  margin-left: 5px;
  padding: 0px;
}

/* navigation buttons */
.nav{
  text-align:center;
  background-color:#660000;  
}

div.hr {
  margin-top:24px;
  margin-bottom:24px;
  height: 10px;
  width: 100%;
  background: transparent url(/image/bead.gif) repeat scroll left;
}
div.hr hr {
  display: none;
}