body {
     color: 000077; 
     background=url(images/glacier.gif) fefefb;
     font-family: tahoma, arial, helvetica, sans-serif;
}

A:link {color: 555500; text-decoration: none}
A:visited { color: 555500; text-decoration: none}
A:hover {color: 00aaaa; text-decoration: none}
A:active {color: aaaa00; text-decoration: none}

SPAN {font: bold small-caps 150%; vertical-align: text-top}
H1 b { font : 180% bold }
H1 { font: small-caps }
H2 { font: small-caps }
H3 { font: small-caps }
H4 { font: small-caps }

UL { 
	list-style-image: url(images/arr.gif);
	padding-right: 0;
}
LI { padding: 0 0 0 0 }

/* define ids and classes */

.smaller { font-size: 75% }

.irreg { color: #dc143c } /* Crimson */
 
#tbborder {
	float:left;
      width:100%;
	border-style:solid;
	border-width: 2px 0 2px 0;
	border-color:#000099;
	}

#botborder {
	float:left;
      width:100%;
	border-style:double;
	border-width: 0 0 2px 0;
	border-color:#000099;
	}

#wide {
	float:left;
      width:100%;
      }

#footer {
	float:left;
      width:100%;
	font-size:75%;
      }

#rhalf {
	float:left;
	width:50%;
	}

#lhalf {
	float:left;
	width:50%;
	}
        
#rcol {
	float:left;
	width:34%;
	}
        
#mcol {
	float:left;
	width:33%;
	}
        
#lcol {
	float:left;
	width:33%;
	}
