/* Sets element margins, padding, and border to 0 to even out browser differences when adding desired values later. */
html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a, img, address {
     margin: 0;
     padding: 0;
     border: 0;
}

/*  h1, h2, h3, h4, h5, h6 {color:#942727;}    ORIGINAL  Changed 3 Dec 2019 */
      h1, h2, h3, h4, h5, h6 {color:#B81237;}

/*Typographics styles adapted from http://www.thenoodleincident.com/tutorials/typography/ */
h1 {
	margin:0;
	font-size: 1.8em;
	font-weight: normal;
}
h2 {
	margin: 1.2em 0em 1.2em 0em;
	font-size: 1.6em;
	font-weight: normal;
}
h3 {
	margin: 1.2em 0em 1.2em 0em;
	font-size: 1.4em;
	font-weight: normal;
}
h4 {
	margin: 1.2em 0em 1.2em 0em;
	font-size: 1.2em;
	font-weight: bold;
}
h5 {
	margin: 1.2em 0em 1.2em 0em;
	font-size: 1.0em;
	font-weight: bold;
}
h6 {
	margin: 1.2em 0em 1.2em 0em;
	font-size: 0.8em;
	font-weight: bold;
}

img {border: 0;}

ol, ul, li {
    margin:0.2em 0 0.1em 0;
	font-size: 1.0em;
	line-height: 1.8em;
}
p {
	margin: 1.2em 0em 1.2em 0em;
	font-size: 1.0em;
	line-height: 1.8em;
    text-align: center;
}

li > p {margin-top: 0.2em;}

pre {
	font-family: monospace;
	font-size: 1.0em;
}

strong, b {font-weight: bold;}


a {
	text-decoration: none;
	font-weight: bold;
	color:#B81237;
}
a:link {}

a:visited {}

a:active {}

a:hover {
	text-decoration:underline;	
	color:#333333;
}

/* "Jello Mold" page construction technique see http://www.positioniseverything.net/articles/jello-expo.html */
body {
	/*   padding: 0 377px;	   Orignial Changed 3 Dec 2019*/
	padding: 0 7px;
    text-align:center;
	/*   background-color: #F3E7BA; Orignial Changed 3 Dec 2019*/
    background-color: #B81237;
	/* font-size:85%;  Orignial Changed 3 Dec 2019*/
    /*    
	background-image:url(Images/bg_tile.gif);     Removed 3 Dec 2019     */
	/*  color:#333333; Orignial Changed 3 Dec 2019*/
    }
#skiptocontent{
	position:absolute;
	margin-left:-1000px;
}
/*  THE BELOW WAS ADDED 6 December 2019 To RIGHT Justify The Google Translate */
 /* on 25 May 2020 GOOGLE TRANSLATE was stating it no longer allowed new sites to use translate
#translatewords
{
    position:relative;
    height:50px;
   --- height:auto; May 27 2020 Change--          
    background-color:antiquewhite;
}  */

#content {
	height:1%;
	margin:0;
	padding:0;
	background-color:#b84012;
    /* Background Color Changed on 26 May 2020*/
/*  background-image: url(Images/content_border.gif);
	background-repeat:repeat-y;       Removed 3 December 2019*/	
}
html>body #content {
	height:auto;
   /* margin-right:243px;   ORiginal Changed 3 December 2019
	margin-right:10px;   **** tested this line */ 
}
#header {
    background-color:white;
  /*   background-color:dodgerblue;*/ 
	/* background-color:#942727;  Changed 3 December 2019*/
	padding-top:2px;
	padding-left:2px;
	background-image:none;
}
#headertop {
	position:relative;
	/*   height:60px;     Original Changed 6 Dec 2019   */
    height:90px;
    background-color:#B81237;
	/*   background-color:#F2DBBB;     Changed 3 December 2019*/
}
#ownername {
	padding:0.5em 20px;
	color:white;
	letter-spacing:0.2em;
}
#ownername strong {
	margin-left:-2px;
    font-weight:normal;
	font-size:140%;
	letter-spacing:normal;
}
   
#mainmenu, #mainmenu tr {
	position:relative;
	height:24px;
}

* html #mainmenu {margin-top:-1px;}

#mainmenu a {text-decoration:none;}
/* Adds a height to a button so that IE Win will allow it to be clickable across its full width. */

/* Hide from IE5-Mac \*/
* html #mainmenu a {
     height: 1%;
}
/* end hiding */ 

#mainmenu .normallink {
	padding:0 10px;
	font-weight:bold;
	color:lightyellow;
}
#mainmenu .selectedlink {
	padding:0 10px;
	/* background-color:#F2DBBB;
	color:#942727;*/
    background-color:white;
    color:#B81237;
}


.imgfloatright {
	float:right;
	display:inline;
	margin: 0.25em 0 0.25em 0.5em;
}
.imgfloatleft {
	float:left;
	display:inline;
	margin: 0.25em 0.5em 0.25em 0;
}
#footer
{
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    clear: both;
    height: 26px;
    margin-left: 10px;
    padding: 2px 0 0 10px;
    background-color:#B81237;

    /* background-color: #942727;*/
    border-top: 2px solid #b84012;
    color: #FFFFFF;
    /*   color:#F2DBBB;	Changed 3 December 2019  */
    font-size: 0.9em;
    letter-spacing: 0.25em;
}