body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #eee;	
	text-align: left;
}
a{
	color:#25475c;
	text-decoration:none;
	font-weight:bold;
}
a:hover{
	text-decoration:underline;
	font-weight:bold;
	}
a:visited{
	color:#25475c;
	font-weight:bold;
	}

/* the master container wrapper */
div#container{
	width:960px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #fff;
	border: 1px solid #ccc;
	}

div.contentArea{
	text-align: left;
	padding: 10px;
	line-height: 15px;
	}
	
div.contentAreap{
	padding: 10px;
	margin:0px 0px 16px 0px;	
	}
	
div#footer{
	text-align: center;
	padding: 10px;
	clear:both;
	}
	
div#topRight{
	float: right;
	margin-top:10px;
	}
span#WeatherBox{
	padding:0px 10px 0px 0px;
}
div#tablist{
	background:url(http://www.tricities.com/tri/images/topMenu_BG.gif) repeat-x;
	height:18px;
	padding:4px;
	text-align:center;
}
div#tablist a{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	margin:0px 5px 0px 6px;
	padding:3px 10px 16px 10px;
}
div#tablist a.current{
	color:#25475c;
	background: #EEEEEE;
}

div#tablist a:hover{text-decoration:underline;}
.tabcontent{
	display:none;
	background:url(http://media.mgnetwork.com/tri/images/interface-v4/navBar2BG.gif) repeat-x;
	height:18px;
	padding:4px;
	color:#25475c;
}
div.tabcontent a{
	text-decoration:none;
	font-weight:bold;
	margin:0px;
	padding:4px 10px 4px 10px;
}
div.tabcontent a:hover{
	text-decoration:underline;
	color:#cd7700;
}
div.comment_list{
border: solid 1px #ccc;
padding:4px;
margin-bottom: 10px;
}