html {
	margin: 0px;
	padding: 0px;
}

body {
    margin:3px 3px 0 3px;
    padding:0;
    background:#FFF;
	line-height: 100.01%;
		background-color: #fff;
	color: #333;
	background-image: url(images/Logo-Reg-washout-bg.png); 
	background-repeat:no-repeat; 
	background-position: 0 0;
   background-attachment: fixed;

}

.BodyLink {  
	font-family: "Times Roman", "Times New Roman", "Trebuchet MS", serif; 
	font-weight: bold; 
	text-decoration: underline; 
	color: #663300; 
	font-size: 16px;
}

a.BodyLink:hover{  
	text-decoration: none;
	border-top: 1px solid red;
	color: red;
}

p {
	font-family: "Times New Roman", "Trebuchet MS", serif;
	margin-left: 10pt;
	color: #663300;
	font-size: 16px;
	line-height: normal;
	}

H1 {
	font-family: Arial, Helvetica, sans-serif;
	color: Navy;
	font-weight: bold;
	font-size: 22pt;
	line-height: 1em;
}

H2 {
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	font-weight: bold;
	font-size: 16pt;
	text-align: center;
}

H2.BodyHeading {  
	font-family: Papyrus, "Times New Roman", serif; 
	color: #000000; 
	line-height: 1.2em;
}

H3 {
      font-family: arial, helvetica, serif; 
      color: #000080; 
      font-weight: bold;
      font-size: 14pt;
	  text-align: center;
}


td {
	text-align:left;
}

table.schedule tr td {
	font-family: "Times New Roman", "Trebuchet MS", serif;
	padding: 5pt 5pt 5pt 10pt;
	color: #663300;
	font-size: 16px;
	}

table.schedule td.brownline {
	padding: 0pt ;
	color: #663300;
	border:#663300; 
	background-color:#663300;
	}

td.location {
	font-family: "Times New Roman", "Trebuchet MS", serif;
	padding: 5pt 5pt 5pt 10pt;
	color: #000000;
	font-size: 16px;
	}

.redboldsansserif {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Red;
	font-weight: bold;
	font-size : 10pt;
}

.LikeH3 {
      font-family: arial, helvetica, serif; 
      color: #000000; 
      font-weight: bold;
      font-size: 14pt;
	  text-align: center;
}

.largebrown { 
	font-family: Papyrus, "times new roman", serif; 
	color: #663300; 
	font-weight: bold; 
	font-size: 12pt; 
	text-align: center; 
	font-style: normal; 
	font-variant: normal
}

.BodyLinkEmailAddress { 
	font-family: "Times New Roman", "Trebuchet MS", serif; 
	font-weight: bold; 
	text-decoration: none; 
	color: #663300 ; 
	font-size: 95%;
}

.LightBrownBody {  
	color: #CC9966; 
	font-family: "Times New Roman", "Trebuchet MS", serif; 
	font-size: 12pt; 
	font-weight: bold;
}

.mediumbrown {
	font-family: Papyrus, "times new roman", serif; 
	color: #663300; 
	font-weight: bold; 
	font-size: 12pt; 
	text-align: center; 
	font-style: normal; 
	font-variant: normal;
}

#flag {
	position:absolute; 
	right:45px; 
	top:10px; 
	width:68px; 
	height:50px; 
	z-index:2
}

.brownboldlarge {
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	font-style: normal;
	font-weight: bold;
	color: #663300;
}

.orderItemDesc {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%; 
	font-style: normal;
	color:#000000;
}
.redtext {
	color: #FF0000;
}


sup {
	position:relative;
	top:-1px;
	font-size:11px;
}

sup.heading {
	position:relative;
	top:-2px;
	font-size:13px;
}

#container #content .EmmaScript {
	font-family: "Edwardian Script ITC", Georgia, "Times New Roman", Times, serif;
	font-size: 40px;
	font-weight: bold;
}

#extraDiv2 {
	background-image: url(images/Logo-Reg.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 100px;
	width: 100%;
	position: fixed;
	bottom: 0px;
	z-index: 5;
}


/* These are all unused. If I need them, I'll use them, otherwise, after 01/2009, I'll delete them all

H2.LargeBrownHeading {  
	font-family: Arial, Helvetica, sans-serif; 
	color: #663300; 
	font-size:110%; 
}

H2.LargeBrownHeading2 {  
	font-family: Arial, Helvetica, sans-serif; 
	color: #663300; 
	font-size:16pt; 
	margin-left:35pt;
}

P.notes {
    font: 9pt arial;
}

A.H1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #663300; 
	font-weight: bold;
	font-size: 22pt;
}

A.H3 {
	font-family: arial, helvetica, serif; 
	color: #663300; 
    font-weight: bold;
    font-size: 14pt;
	text-align: center;
}

A:hover { 
    color: #FF0000;
}

A.answers {
    font: 10pt Trebuchet MS; 
	color:#800000; 
	font-weight: bold
}

A.return {
    font: 10pt Trebuchet MS; 
	color: #008080; 
	font-weight: bold; 
	text-decoration: none; 
}

I commented out this one to see if it was used and whether this worked or the next one. Apparently this one doesn't do anything. But I don't know if this might apply to other browsers.

.BodyLink hover{  
	text-decoration: none;
	border-top: 1px solid red;
	color: red;
	}
	
These next two were commented out. I'd have to look on a CSS site to see whether these are different from the other way (bodylink:a), as used above - which works.

.BodyLink a{  
	font-family: "10pt Times Roman", "10pt Times New Roman", "11pt Trebuchet MS", serif; 
	font-weight: bold; 
	text-decoration: underline; 
	color: #663300;
}

.BodyLink a:hover{  
	text-decoration: none;
	border-top: 1px solid red;
	color: red;
	}

P.serif {
      font-family: 10pt Times Roman, 10pt Times New Roman, 11pt Trebuchet MS, serif;
	  }

P.strong {
    color: #FF0000;
    font-weight: bold
}

A.serif {
      font-family: "Times Roman", "Times New Roman", "Trebuchet MS", serif;
      color: #663300; 
      text-decoration: none; 
      font-weight: bold;
      font-size: 12pt;
      }

A.home {
      font-family: Times New Roman, Verdana, Trebuchet MS, Arial Rounded MT Bold, sans-serif;
      color: #0000FF; 
      text-decoration: none; 
      font-weight: bold;
      font-size: 11pt;
} 

A.homeredbig {
      font-family: Times New Roman, Verdana, Trebuchet MS, Arial Rounded MT Bold, sans-serif;
      color: red; 
      text-decoration: none; 
      font-weight: bold;
      font-size: 12pt;
} 

A.smlink {
	color: #663300; 
	text-decoration: none; 
	font-weight: bold; 
	font-family: "10pt Times Roman", "10pt Times New Roman", "11pt Trebuchet MS", serif;
}

BODY.index {
	margin-left: 20px;
	margin-right: 20px;
	color: black;
	background-image : url("images/spacer.gif");
}

a.BodyLink {  
	font-family: "10pt Times Roman", "10pt Times New Roman", "11pt Trebuchet MS", serif; 
	font-weight: bold; 
	text-decoration: underline; 
	color: #663300
}

BODY {
	color: #663300;
}

The following one is superceded by the css-templates.css file, so I put it down here:
A {
      font-family: arial, helvetica, sans-serif;
      color: #990000; 
      text-decoration: none; 
      font-weight: bold;
      font-size: 12pt;
      }

H1.PageHeading { 
	font-family: Papyrus, "Times New Roman", serif; 
	color: #663300; 
	font-size: 36pt
}

span.PageHeadingMotto {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #FFFFFF; font-weight: bold}

.copyright1{
   white-space : nowrap;
   background-color : white;
    color : #663300;
   width : 100%;
   border-style : solid; 
   border-color : white;
   border-width : 2px 0 2px 0;
   text-align: center; 
   font-weight : normal;
   font-size: 9pt;
   margin-top: 5pt;
}

.copyright1 a{
   background-color : White;
   color : #663300;
   font-weight : normal;
   font-size: 9pt;
   text-decoration : none;
}
.copyright1 a:hover{
   color : red;
} 

#menufooter {
	list-style: none;
	text-align: center;
	margin: 2em 0 1em;
	line-height: 1.5em;
}

#menufooter li {
	display: inline;
   font-weight : normal;
   font-size: 9pt;
}

#menufooter a {
	font-family: verdana, arial, sans-serif;
	font-size: 0.8em;
	text-decoration: underline;
}

#menufooter a:hover, #menufooter a:focus {
	text-decoration: none;
	border-top: 1px solid red;
	color: red;
}

.WhiteTin {
	font-family: "Times New Roman", "Trebuchet MS", serif;
	font-size: 0.9em;
	color: #FFFFFF;
	background-color: purple;

}
.logout {
	font-family: Papyrus, "Times New Roman", serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #0000FF;
	color: #FFFFFF;
	text-decoration: underline;


}
.x-largebrown { font-family: Papyrus, "times new roman", serif; color:#663300; font-weight:bold; font-size:16pt; text-align:center; font-style:normal; font-variant:normal; }
a.whitetextsmall { color:#FFFFFF; font-size:6pt; }
.Copyright {
font-family: Arial, Helvetica, sans-serif; color: #663300; text-decoration: none; font-size: 9pt; font-weight: normal; clip:   rect(   )
}

a.nav:hover {
	background-color: #003366;
	color: #7FFFD4;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
}

.Navigation {The navigation on the left side, positioned absolutely
    position: absolute;
    top: 100px;
    left: 3px;
    width: 135px;
    height: auto;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    line-height : 110%; line-height set to 110% in order to
    }                  have the navigation elements better separated
	

now follow the section links in the navigation bar on the left side       
a.nav:link {
	background-color: #003366;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
}

a.nav:visited {
	background-color: #003366;
	color: #FF8C00;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
}

.PageHeading { font-family: Papyrus, "Times New Roman", serif; color: #663300; font-size: 36pt ; font-weight: bold}

H2.link {
	font-family: Arial, Helvetica, sans-serif;
	color: Maroon;
	font-weight: bold;
	font-size: 18pt;
	text-align: center;
}

H3.right {
      font-family: arial, helvetica, serif; 
      color: #000080; 
      font-weight: bold;
      font-size: 14pt;
	text-align: right;
}

H4.link {
      font-family: arial, helvetica, serif; 
      color: Maroon; 
      font-weight: bold;
      font-size: 12pt;
	text-align: center;
}

SPAN {
    font: 11pt Trebuchet MS;
}

SPAN.redboldsansseriflarge {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Red;
	font-weight: bold;
	font-size : 14pt;
}
SPAN.purpleserif {
	font-family: "Times New Roman", Times, serif;
	color: purple;
	font-size : 11pt;
}
SPAN.color800080 {
	 font-family: "Times New Roman", Times, serif;
	 color: #800080; 
	font-size : 11pt;
}

SPAN.color9900cc {
	 font-family: 10pt Times Roman, 10pt Times New Roman, 11pt Trebuchet MS, serif;
	 color: #9900cc; 
}
SPAN.likeLink{
      font-family: arial, helvetica, sans-serif;
      color: black; 
      text-decoration: none; 
      font-weight: bold;
      font-size: 12pt;
      }

TD.sansblue {
    font-family: Arial Rounded MT Bold, Arial Narrow, Trebuchet MS, Verdana, sans-serif;
	color: #0033cc;
	font-size: 10pt
}
.blackboldlarge {  
	font-family: "Times New Roman", Times, serif; 
	font-size: 12pt; 
	font-style: normal; 
	font-weight: bold
}

.LeftMenu {  
	font-family: Arial, Helvetica, sans-serif; 
	color: #FFFFFF; 
	text-decoration: none; 
	font-size: 10pt; 
	font-weight: bold; 
	clip:   rect(   )
}

.BottomMenu {  
	font-family: Arial, Helvetica, sans-serif; 
	color: #663300; 
	text-decoration: none; 
	font-size: 9pt; 
	font-weight: normal; 
	clip:   rect(   )
}

.greenboldserif {
     font-family: 10pt Times Roman, 10pt Times New Roman, 11pt Trebuchet MS, serif;
	 color: #008000; 
	 font-weight: bold;
}

*/
