@charset "utf-8";
/* CSS Document */

<!--
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-bottom: 0;
}
body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	background-color:#0c1c95;
}
a {
	font-size: 12px;
	color: #666666;
}
a:visited {
	color: #666666;
	
}
a:hover {
	color: #990000;
	
}
a:active {
	color: #666666;
	
}

.clearfix:after {
    content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: inherit;
}

* html .clearfix {
   height: 1%;
}


#page_surround {
   background-image:url(../images/pg_bg.png);
   background-repeat:repeat-y;
   width: 942px;
   margin-left: auto;
   margin-right: auto;
   
} 

#header {
  width: 942px;
  min-height: 125px;
}
  
#slideshow {
  width: 580px;
  min-height: 125px;
  float: right;
}
     
  
#logo {
   width: 362px;
   min-height: 125px;
   float: left;
   }  
   
#top_shadow {
  width: 942px;
  min-height: 8px;
  background-image:url(../images/top_shadow.png);
  background-repeat:no-repeat;
}  
  
#left_col {
  width: 180px;
  float: left;
  margin-left: 8px;
}  
<!--Left Navigation-->
#nav {
  margin-bottom: 10px;
  display: block;
  float: left;
  } 
  
 .button a:hover {
  color:#ffffff;
  font-size:14px;
  font-weight:bold;
  text-decoration: none;
  background-image:url(../images/button_bg_mo.jpg);
  background-repeat:no-repeat;
  display: block;
  padding-top: 13px;
  padding-left: 5px;
  width: 174px;
  min-height: 32px;
  text-align: left;
  
}    
 
  
.button a {
  display: block;
  width: 174px;
  min-height: 32px;
  text-align: left;
  background-image:url(../images/button_bg.jpg);
  background-repeat:no-repeat;
  padding-top: 13px;
  padding-left: 5px;
   color:#000000;
  font-size:14px;
  font-weight:bold;
  text-decoration: none;
}    


   
<!--End Left Navigation-->   

#location {
  margin-top: 10px;
  display: block;
}
.loc_bg {
  background-image: url(../images/location_bg.jpg);
  background-repeat:no-repeat;
  width: 158px;
  min-height: 163px;
  margin-left: 10px;
  margin-bottom: 10px;
  
}  

#date {
  float:right;
  margin-right: 10px;
 } 
 
#col_mid {
  padding: 8px;
  min-height: auto;
  width: 700px;
  float: left;
} 

.page_header {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:18px;
  font-style:italic;
  font-weight:bold;
  display: block;
  width: 700px;
  min-height: 20px;
  border-bottom: #000 dashed 1px;
}    

#footer {
  width: 942px;
  min-height: 105px;
  background-image:url(../images/footer_bg.png);
  background-repeat:no-repeat;
  margin-left: auto;
  margin-right: auto;
}  
  
#footer_middle {
 margin-left: auto;
 margin-right: auto;
 width: 824px;
 text-align: center;
 color: #fff;
 font-size: 10px;
 padding-top: 10px;
}   

#footer_middle a:link {
color: #fff;
font-size: 10px;
}

#footer_middle a:hover {
color: #ccc;
font-size: 10px;
}

#footer_middle a:visited {
color: #fff;
font-size: 10px;
}
-->
