body {
				margin:20px 20px 0px 20px;
				background-image: url(../Images/bottom_bg_sm.jpg); 
				background-color: #cbcac6;
				background-position: bottom center;
				background-repeat: repeat-x;
				background-attachment: fixed;
				text-align:center;
				auto;
				font-family: georgia, sans-serif;
				}
		
		/* Looks like you have to specify the width of #menu
		or IE5 Mac stretches it all the way across the div, and 
		Opera streches it half way. */
		
			#menu {
				border:1px solid #000; 
				width:550px;
				background:#fff;
				margin: 0px auto 0px auto;
				text-align: left;
				/*float: right;*/
				list-style: none;
				background-image: url(../Images/misc/htlogo.jpg);
				background-position: 300px .5em;
				background-repeat: no-repeat;
				}
								
			.contact {
				text-align: center;
				font-size: 10px;
				}
				
			.centeredImage{
				text-align:center;
				display:block;
				vertical-align: middle;
				}
	
			p,h1,pre,span {
				margin:0px 10px 10px 10px;
				}
				
			h1 {
				font-size:14px;
				padding-top:10px;
				}
				
			ul {
				list-style-type: none;
				padding-left: 0;
				margin-left: 10px;
				}
				
			li {
				/*background: url(../Images/arrow.gif) left center no-repeat;*/
				padding-left: 10px;
				margin-bottom: 10px;
				background-position: 0 .5em;
			}
			
			#menu p { font-size:12px}
			
			/* CSS Added for Multicolumned Lists.  Added 04/04/06. */
			
			ul li
			{
			  /* Stipulate the height of each item so that 
			  vertical return = items * height */
			
			  line-height: 1.2em;
			
			  /* Clear the default margins & padding 
			  so we can style the list from scratch */
			
			  margin: 0;
			  padding: 0;
			}
			
			/* If li position is left static, Internet 
			Explorer disables hyperlinks in the list 
			in all but the final column.
			
			This rule will be processed only by 
			Internet Explorer because only IE believes 
			that there’s a level above HTML: */
			
			* html ul li
			{
				position: relative;
			}
			
			/* Bring the first item of each column 
			back up to the level of item 1.
			Vertical return = items * height.
			Here, 5 items * 1.2em line-height = 6em 
			Since we have 4 items, line-height = 4.8em */
			
			ul li.col2top
			{
			  margin-top: -5em;
			}
			
			/* horizontal position of each column */
			ul li.col1
			{
			  margin-left: 0em;
			}
			ul li.col2,
			ul li.col2top
			{
			  margin-left: 10em;
			}
			
			/* anchor styling */
			ul li a
			{
			  display: block;
			  width: 10em;
			  text-decoration: none;
			  color: #000000;
			  font-size: 12px;
			}
			ul li a:hover
			{
			  color: #EEB320; /* c21 gold */
			  background-color: #000000; /* black */
			}
			
			/* End multicolumned list addition */