/*CSS Jan_08 updated site*/
body { 
	margin: 0;
	padding: 0; 
	border: 0;
	background-color: #333333;
	color: #383412;  
	text-align: center; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 100.01%; 
	min-width: 870px; 
}
#currentTime
{
font-size:10px;
color:#0000A0;
text-align:right;
}
#htwrap {
   /*width: 772px;*/
   width:900px;
	/*w\idth: 770px;*/ 
	margin: 5px auto;
	position: relative; 
	background-position: bottom; 
	background-repeat: no-repeat; 
	background-color: #F7F7F7; 
	border: 1px solid #000; 
	text-align: left; 
	font-size: 80%;

}

#htbanner {
	position: relative; 
	background-image: url(../Artwork/htbanner1.png);  
	background-repeat: no-repeat; 
	height: 137px;
}

#htcontent { 
	width: 700px; 
	margin-left: 190px; 
	margin-bottom: 50px; 
	margin-top: 15px; 
}

#htcontent p {
	font-size: 90%; 
	margin: 10px 6px 10px 6px; 
	padding: 0; 
}
#htHeadings
{
font-size:100%;
color:#2A1F55;
font-weight:bold;
	margin-left: 190px; 

}

.httitleimages {
	display: block; 
	margin-top: 5px;
}

#htleftcol { 
	float: left; 
	width: 169px; 
	margin-bottom: 120px;
	margin-left: 7px; 
	margin-top: 25px; 
	/*background-image: url(../Artwork/menutop.png); */
	background-repeat: no-repeat; 
	padding-top: 35px; 
}

#htleftcol #htnav {
	line-height: 100%; 
	width: 169px; 
	/* background-image: url(../Artwork/menuEnd.png); /* sets the path to the bg image */
	/*background-repeat: no-repeat; /* prevents the bg image from repeating */
	/*background-position: bottom left; /*uses keywords to place the image at the bottom left of the div */
	padding-bottom: 50px; /* gives our background image room to display */
}

#htleftcol #htnav ul {
	border-top: 1px solid #000; 
  	border-bottom: 1px solid #000;
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	font-size: 90%; 
}

#htleftcol #htnav ul li { 
	padding: 0;
	margin: 0; 
	margin: /**/ 0 0 -3px 0; /* This takes 3px off the bottom margin in IE 5.01 - IE 5.5 cannot read this hack so stays with the 0 value from the last margin property */
	ma\rgin: 0; /* IE 5.01 and IE5.5 cannot read this selector - resets the margins on other browsers back to zero - the escape character must not come immediately before the letters a,b,c,d,e or f. If it does it will be seen as a hex character and the hack will fail */
	background-image: url(../Artwork/bght.png); 
	background-repeat: repeat-y; 
	
}

#htleftcol #htnav a, 
#htleftcol #htnav a:visited { 
	border-bottom: 1px solid #000000; 
	border-left: 1px solid #323C55; 
	border-right: 1px solid #000000; 
	color: #ffffff; 
	display: block; 
	padding: 4px 0 6px 4px; 
	text-decoration: none; 
	background-color: #123a8c; 
	width: 169px; /* sets the width for IE5.x - content width plus border widths plus padding value = 6 extra pixels */
	width: 163px; /* resets the width for IE6 and compliant browsers */
}

#htleftcol #htnav a:hover, 
#htleftcol #htnav a:focus { 
	background-color: transparent; 
	border-bottom: 1px solid #ffffff; 
	color: #000; 
}

#htfooter {  
background-color: #ffffff;  
width: 900px;  
border-top: 7px solid #000;  
font-size: 70%;  
color:#FF0000;
text-align: right; 
margin-top: 20px;  
clear: left;
font-weight: bold;
}

#htfooter p {
background-color: #EEEEEE; 
padding: 4px 4px 4px 10px; 
margin: 0; 
}

#htfooter ul{
background-color:#123a8c;
margin: 0;
padding: 4px;
color:#FFFFFF;
}

#htfooter li{
display: inline;
}

#htfooter a {  
color: #fff;  
text-decoration: underline;  
}

#htfooter a:hover,
#htfooter a:focus {
text-decoration: none;  
}
#TableText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	color: #000066;
}
.httabletxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	color: #000066;
}
#scroll
{
	font-size: 90%;
	text-align:left;
	}

div.my_specials{
    width: 500px;
}

div.my_leftSpecials{
    float: left;
    padding: 10px;
    width: 220px;
    border: 1px solid red;
	color:#FF0000;
	font-weight:bold;
}

div.my_rightSpecials{
    float: right;
    padding: 10px;
    width: 220px;
    border: 1px solid red;
	color:#FF0000;
	font-weight:bold;
}
