/* Twin Cities Compass */

/* general heading tags */

h1	{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 22px;
	text-transform: uppercase;
	line-height: 27px;
/*	color: #000000;
*/	}
h2	{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 17px;
	text-transform: uppercase;
	line-height: 22px;
/*	color: #000000;
*/	}
h3	{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 19px;
/*	color: #000000;
*/	padding-bottom: 0px;
	margin-bottom: 0px;
	}
h4	{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 19px;
/*	color: #000000;
*/	padding-bottom: 0px;
	margin-bottom: 0px;
	}
h5	{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 17px;
/*	color: #000000;
*/	padding-bottom: 0px;
	margin-bottom: 0px;
	}
h6	{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	line-height: 16px;
/*	color: #000000;
*/	padding-bottom: 0px;
	margin-bottom: 0px;
	}

/* left side column */

#TD-leftcolumn {
	}
#leftcolumn p	{
	}
#leftcolumn a	{
	}
#leftcolumn a:hover	{
	}

/* spacer columns */

#TD-spacercolumn1, #TD-spacercolumn2, #TD-spacercolumn3 {
	}

/* center column */

#TD-centercolumn {
	width:410px;
	padding-bottom: 20px;
	padding-right: 10px;
	}
#TD-centercolumnwide {
	width:720px;
	padding-bottom: 20px;
	padding-right: 10px;
	}

/* right side column */

#TD-rightcolumn {
	margin-bottom: 10px;
	}
#rightcolumn h1, #rightcolumn h2, #rightcolumn h3, #rightcolumn h4, #rightcolumn h5, #rightcolumn h6, #rightcolumn p, #rightcolumn div	{
	margin-right: 10px;
	margin-left: 10px;
	}
	
/* For MinnPost.com widget */
#rightcolumn div#minnpost_rss_feed div {
	margin-left:0;
	margin-right:0;
	}

/* general form tag */

form	{
	margin: 0;
	padding: 0;
}

/* general content tags */

body	{
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000000; 
	background-repeat: repeat;
}

p, td, div	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000000; 
}

ol, ul {
	margin-left: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000000; 
}
ul li {
	list-style: none;
	padding-left: 10px;
	background-image: url(../_images/icons/listItemBullet.gif);
	background-position: left top;
	background-repeat: no-repeat;
}


/* general link tag */

a	{
	font-family: Arial, Helvetica, sans-serif;
/* 	color: #336699; 
*/ 	color: #3366CC;
	}
a:hover	{
/* 	color: #666666; 
*/	color: #336699;
	text-decoration: none;
	}
a:visited {
/* 	color: #666666; 
*/	color: #336699;
	}
a:link {
	margin: -1px;
	padding: 1px;
}
a img,:link img,:visited img {
	border: none;
}
