/* CSS Document */
/* print styles */
body {
	color: black; 
	background: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a:link {
	background: white; 
	color: black; 
	text-decoration: underline;
	font-weight: bold;
}
h2 {
	background: white; 
	color: black;
	padding:0px 0px 1px 0px;
	border-bottom: 1px solid gray;
}
h1, h3 {
	background: white; 
	color: black;
	text-decoration:underline;

}
img {
	border:none;
}
blockquote {
	text-align:center;
}
.float_left {
    float:left;
    width:auto;
    margin:5px 10px;
}
.float_right {
	float:right;
	margin:5px 10px;
	width:auto;
}
/*----------------------------- Wrapper --------------------------------------*/
#Wrapper_Top {
	display: none;
}
#Wrapper_Btm {
	display:none;
}
/*----------------------------- Header ---------------------------------------*/
div.HeadNav {
	display:none;
}
div.Header {
	width:760px;
	height:150px;
	background-image:url(../images/layout/header2.png);
	background-position:center;
	background-repeat:no-repeat;
}
/*----------------------------- Side Navigation ------------------------------*/
div.SideNav{
	display:none;
}
/*----------------------------- Logos/Funders --------------------------------*/
div.sponsors {
	display:none;
}
.CenterPanel_Print {
	width: 575px;
	margin:20px auto 0px auto;
	padding:0px;
	width:auto;
	text-align: center;
}
/*----------------------------- Content --------------------------------------*/
div.content {
	color: black; 
	background: white;
}
.copyright{
	color: black; 
	background: white;
	text-align:center;
}
.back2top {
	display:none;
}
.regionalimg li{
	text-align:center;
	display:inline;
}
/*----------------------------- Quicklinks -----------------------------------*/
.sidelinks {
	float:right;
	width:150px;
}
.quicklinks, .quicklinks a{
	background-color:#d1fdc2;
}
.quicklinks p{
	padding:2px 0px 3px 10px;
	margin:0px;
}
.featured, featured a{
	background-color:#c1e5fd;
}
.featured P{
	padding:2px 0px 3px 10px;
	margin:0px;
}
/*----------------------------- Extra ----------------------------------------*/
div.footer {
	display:none;
}
/*----------------------------- Index Page -----------------------------------*/
.HeadNavIND {
	display: none;
}
.alberta_area {
	float:left;
	width:300px;
	margin:0px;
	padding:0px;
}
.communities_area {
	float:right;
	width:355px;
	margin:0px;
	padding:0px;
}
.places_area {
	float:left;
	width:300px;
	margin:0px;
	padding:0px;
}
.regional_area {
	float:right;
	width:355px;
	margin:0px;
	padding:0px;
}
.CenterPanel {
	display:none;
}
.homecopyright {
	text-align:center;
}
/*----------------------------- END -------------------------------------------*/


