@charset "utf-8";
/* CSS Document */



/*Footer Links */
.page_footer a {
	color: #5d5d5d;
	text-decoration:none;
}
.page_footer a:hover {
	text-decoration:underline;
}


.page_link_bar {
float:right;
color: #8f8f8f;	
text-decoration: none;
}

.page_link_bar a {	
	text-decoration: none;
	color: #8f8f8f;
	text-decoration: none;
	line-height: 23px;
}


.page_link_bar a:hover {	
	text-decoration: none;
	color: #8f8f8f;
	color: white;
	text-decoration: none;
	line-height: 23px;
}






/*Home Page rollovers for various sections */
.home_column_box_top:hover, .home_column_box_bottom:hover {
	background: url(../images/background_rollover.jpg) top left repeat-x #eaeaea;
	cursor:pointer;
}
a.home_boxes {
	text-decoration:none;
}

.title_home, .title_home a, a.title_home {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #4a4a4a;
	text-decoration: none;
}

/*Page General Link Styles */
a {
	color: #323232;
	text-decoration:underline;
}
a:hover {
	color: #323232;
	text-decoration:none;
}

/*Collapsing Toggle buttons */
.content_collapse_button_hide, .content_collapse_button_show {
	text-decoration:none;
	background:url(../images/button_background.jpg) repeat-x center left;
	color:#666666;
	padding: 0px 6px 0px 6px;
	border: 1px solid #b6b6b6;
	display:block;
	font-size:10px;
	font-weight:bold;
	margin-left:15px;
	z-index: 40;
	float:right;
}
.content_collapse_button_hide {
}
.content_collapse_button_show {
}
