body {
	margin:0px;
	font-family:"Trebuchet MS", Arial;
	font-size:14px;
}
.main {
	width:1000px;
	margin:0 auto;
	background-image:url(../images/pageBG.gif);
	background-repeat: repeat-y;
	background-position:center;
}
.topNav {
	text-align:left;
	width:1000px;
	height:41px;
	background:url(../images/top.gif);
}
.topNavLeft {
	float:left;
	width:300px;
}
.topNavRight {
	float:right;
	width:500px;
	text-align:right;
	padding-top:6px;
	padding-right:20px;
}
.topNavRight a {
	text-decoration:none;
	color:#111111;
}
.topNavRight a:hover {
	text-decoration:underline;
}
.topNavRight img {
	margin-left:10px;
	margin-bottom:4px;
	vertical-align: middle;
}
.navTab {
	background-color:#FFFFFF;
	height:34px;width:980px;
	vertical-align:bottom;
	padding-left:20px;
}
.navActive {
	width: 118px;
	float: left;
	text-align: center;
	color: #111111;
	height:21px;
	padding-top:13px;
	background:url(../images/tabHi.jpg);
}
.navActive img {
	margin-bottom:4px;
	vertical-align: middle;
}
.navInactive {
	width: 118px;
	float: left;
	text-align: center;
	color: #111111;
	height:21px;
	padding-top:13px;
	background:url(../images/tab.jpg);
}
.navInactive a {
	text-decoration:none;
	color: #111111;
}
.navInactive a:hover {
	color:#990000;
}
.navInactive img {
	margin-bottom:4px;
	vertical-align: middle;
}
.pageHeader {
	background-image:url(../images/header.jpg);
	height:48px;
	width:956px;
	padding-top:18px;
	padding-left:22px;
	padding-right:22px;
	font-size:18px;
	font-weight:bold;
	color:#333333;
}
.pageHeaderLeft {
	float:left;
	width:500px;
}
.pageHeaderRight {
	float:right;
	width:200px;
	text-align:right;
}
.mainTable {
	margin-left:24px;
	margin-right:24px;
}
.mainTable a {
	font-weight:bold;
	text-decoration:none;
	color:#3B5998;
}
.mainTable a:hover {
	text-decoration:underline;
	color:#990000;
}
.mainTable hr {
	border:0;
	height:1px;
	color:#E1E1E1;
	background-color:#E1E1E1;
}
.mainTableLeft {
	width:580px;
	vertical-align:top;
	font-size:13px;
}
.recentActivity {
	width:580px;
	height:55px;
}
.recentActivityImg {
	width:65px;
	float:left;
}
.recentActivityTxt {
	float:left;
	width:515px;
}
.profileImg {
	width:135px;
	float:left;
}
.profileTxt {
	float:left;
	width:445px;
}
.commentQuote {
	width:531px;
	color:#777777;
	background-image:url(../images/quote.gif);
	padding:4px;
	padding-left:24px;
	font-size:12px;
	text-align:left;
}
.activityNote {
	font-size:11px;
	color:#999999;
}
.activityNote a {
	font-weight:normal;
}
.mainTableRight {
	width:340px;
	vertical-align:top;
	font-size:12px;
}
.mainTable h1 {
	font-size:14px;
	border-bottom:0.5px solid #999999;
	color:#999999;
}
.pageFooter {
	background-image:url(../images/footer.jpg);
	height:24px;
	width:956px;
	padding-top:26px;
	padding-left:22px;
	padding-right:22px;
	text-align:center;
	font-size:10px;
	color:#333333;
}
.popup {
	padding:10px;
}
.popup a {
	text-decoration:none;
	color:#3B5998;
}
.popup a:hover {
	text-decoration:underline;
	color:#990000;
}