@charset "utf-8";
/* CSS Document */

<!--
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #5b75ca;
	margin-top: 0px;
	margin-bottom: 0px;
	
}



.clearfix:after {
    content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: inherit;
}

* html .clearfix {
   height: 1%;
}

h2 {

  display: block;
  min-height: 50px;
  width: 80%;
  border-bottom: #002395 solid 1px;
  font-size:18px;
  font-style:italic;
  font-weight:bold;
  color: #002395;
  
}  


#page_surround {
  width: 1196px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  min-height: 100%;
  height: 100%;
  background-image: url(/images/new_bg.jpg);
  background-repeat:repeat-y;
 
} 

#left_col {
  width: 166px;
  color: #fff;
  padding-left: 10px; 
  float: left;
  
}  

#location {
 margin-top: 10px;
 margin-bottom: 30px;
} 

<!--Left Navigation-->
#nav {
  margin-top: 30px;
  display: block;
  float: left;
  } 
  
 .button a:hover {
  color:#ccc;
  font-size:14px;
  font-weight:bold;
  text-decoration: none;
  background-image:url(/images/button_over.gif);
  background-repeat:no-repeat;
  display: block;
  padding-top: 13px;
  padding-left: 44px;
  min-height: 28px;
  text-align: left;
  
}    
 
  
.button a {
  display: block;
  min-height: 32px;
  text-align: left;
  background-image:url(/images/button_img.gif); 
  background-repeat:no-repeat;
  padding-top: 13px;
  padding-left: 44px;
  color:#fff;
  font-size:14px;
  font-weight:bold;
  text-decoration: none;
  min-height: 28px;
}    


   
<!--End Left Navigation--> 
#main_col {
  width: 826px;
  margin-left: 176px;
} 

#header {
  width: 826px;
  min-height: 167;
  margin-left: 176px;
 
} 

#main_content {
  width: 811px;
  margin-left: 191px;
  background-image:url(/images/pg_bg.gif);
  background-repeat:repeat-y;
}  

#box_bottom {
  width: 811px;
  margin-left: 191px;
  background-image:url(/images/bottom_content.gif);
  min-height: 25px; 
  background-repeat:no-repeat;
}    
  

#logo {
  width: 377px;
  float: left;
  min-height: 167px;
}    


#top_right {
  width: 449px;
  min-height: 167px;
  background-image:url(/images/top_image.jpg);
  background-repeat:no-repeat;
  float: right;
  }
  
.content_box {
  padding: 10px;
}  

#footer {
  color: #fff;
  text-align: center;
  font-size: 10px;
  width: 825px;
  margin-left: 176px;
} 

#footer a:link {
  color: #fff;
    font-size: 10px;
  
}  

#footer a:active {
  color: #fff;
    font-size: 10px;
  
}     

#footer a:visited {
  color: #fff;
    font-size: 10px;
  
}     

#footer a:hover {
  color: #ccc;
    font-size: 10px;
	text-decoration:none;
  
}          
-->