hr {
	border-style: solid;
	border-width: 1px;
	border-color: #3399CC;
}

a:link, a:visited {
	color: #4186CB; 
}

a:hover {
	color: #2E6AA7;	
}

h1, div.componentheading, td.componentheading {
  color: #4186CB; 
}

#header {
  background: url(../images/site/header/blue_header_bg.gif) repeat-x;
}

#home {
  background: url(../images/site/header/blue_header.gif) no-repeat;
} 

#home_xmas {
  background: url(../images/site/header/xmas/blue_header.gif) no-repeat;
} 

#footer {
	background: #999999 url(../images/site/footer/blue_footer.gif) repeat-x;
}

.colorbox div.module div div {
  background: transparent url(../images/site/table/blue_top_left.gif) no-repeat top left;
}

.colorbox div.module div div div {
	background: transparent url(../images/site/table/blue_top_right.gif) no-repeat top right;
	padding: 0 10px 10px 10px;
	width: auto !important;
	width: 100%;
}

ul li
{
	background-image: url(../images/site/menu/blue_tab_l.gif)  ;
}

/* information block */
/*
div.info {
  min-height: 197px;
  overflow:hidden;
  height:expression( this.scrollHeight < 197? "197px" : "auto" );
}
*/
/* Suckerfish Tabs */

div#nav li.active {
  background:url(../images/site/menu/blue_tab_l.gif) no-repeat bottom left;
}
div#nav li.active a {
  background:url(../images/site/menu/blue_tab_r.gif) no-repeat bottom right;
}

/** Preloads **/
span.pl_active_l {
	background-image: url(../images/site/menu/blue_tab_l.gif);
	left: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
}

span.pl_active_r {
	background-image: url(../images/site/menu/blue_tab_r.gif);
	left: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
}

.imagepad {
	margin: 0px 8px 0px 0px;

}

.color_header {
	text-align : left;
	font-weight : bold;
	font-style : normal;
	font-variant : normal;
	background-color : #4186CB;
	color : #F1F1F1;
}

a.news_header, .news_header {
	color : #666666;
	font-weight : bold;
	font-size : 14px;
}

a.news_small_header, .news_small_header {
	color: #666666;
	font-weight: bold;
	font-size: 11px;
}

a.news_sub_header, .news_sub_header {
	font-size: 9px;
}

.color_b {
	color : #4186CB;
	font-weight : bold;
}

a.hidden_link:link, a.hidden_link:visited {
  	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}

/* New boxes */
.box_top_left {
	background: transparent url(../images/site/table2/blue_top_left.gif) no-repeat top left;
	height: 24px;
	width: 10px;
	color: white;
	font-weight : bold;
}
.box_top_middle {
	background: transparent url(../images/site/table2/blue_top_middle.gif) repeat-x top;
	height: 24px;
	color: white;
	font-weight : bold;
}
.box_top_right {
	background: transparent url(../images/site/table2/blue_top_right.gif) no-repeat top right;
	height: 24px;
	width: 10px;
	color: white;
	font-weight : bold;
}


