#Alberta {
	background-color: #1b5295;
	width: 790px;
	height: 50px;
	border-left: 5px solid white;
	border-right: 5px solid white;
	
}

#Alberta h1{
	color: #6288b6;
	font-size: 42px;
	margin: 0px 15px 0px 20px;
	font-weight: bold;
	text-align: center;

}


#munitable {
	width: 100%;
	padding:8px 0px;
	overflow:auto;
	}


#munitable td  {
	/*background-color: pink;*/
	font-size: 11px;
	padding:2px 0px 2px 20px ;
}

#munitable td.city { 
	font-size: 11px;
	font-weight: bold;
	background-color: #1b5295;
	border: 1px solid white;
	padding-left: 10px;
	color: #FFFFFF;
}

#munitable a {
	text-decoration: none;
	color: #336699;
	}

#munitable a:hover {
	text-decoration: underline;
	
}

#munitable .tablecolumn {
	width:240px;
	margin:0 10px;
	float:left;
	}


/*----title----------*/
#title {
	clear:both;
	width: 800px;
	height: 30px;
	background-color: white;
}

#title h1{
	color: #1b5295;
	font-size: 11px;
	margin: 0px 15px 0px 20px;
	padding:10px 0 10px 0;
	font-weight: bold;
	border-bottom:1px dotted #CCCCCC;
		
}

#title p{
	color: white;
	font-size: 11px;
	margin: 10px 0px 10px 150px;
	font-weight: bold;
	}


.next {
	width: 50px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background-color: #a52222;
	color: #FFFFFF;
	height: 20px;
}

.next a {
	color: white;
	text-decoration: none;
}

.previous {
	width: 80px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background-color: #a52222;
}

.previous a{
	color: white;
	text-decoration: none;
}

div#content_list {
	background-color:#FFFFFF;
	width: 800px;
	overflow:auto;
}

#topimage img{
	border: none;
	}

