a, a:hover {
	color: #0E55A5;
	text-decoration: underline;
}

#main {
	padding: 10px;
	width: 735px;
}

/* Content */
.topcontent {
	padding: 1px 0;
}
.topcontent H1 {
	font-size: 18px;
	margin: 8px 0 2px;
}
.topcontent EM {
	display: block;
	font-style: normal;
	font-size: 1.2em;
}
.topcontent P {
	margin: 5px 0 10px;
}
.maincontent {
	padding-bottom: 5px;
}
.boxwrap {
	background: #EEE;
	float: left;
	margin: 0 0 5px 0;
	width: 240px;
}
.boxwrap H2 {
	background: #ddd url('/resources/communities/images/corner-right.gif') no-repeat right top;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 16px;
	margin: 0;
	text-align: center;
}
.boxwrap H2 A {
	background: url('/resources/communities/images/corner-note.gif') no-repeat left top;
	display: block;
	padding: 3px 5px 3px 38px;
	text-decoration: none;
}
.boxwrap H2 A:hover { text-decoration: none; }
.boxcontent {
	line-height: 12px;
	padding: 0 10px;
}
.boxwrap a img { border: none; }
#boxViewpoints h2 a {
	background: url('/resources/communities/images/viewpoints-head.gif') no-repeat left top;
}
#boxViewpoints .boxcontent {
	background: url('/resources/communities/images/viewpoints-body.jpg') no-repeat left top;
	padding: 0;
}
#boxViewpoints .boxcontent p {
	padding: 0 10px 10px;
}
#boxViewpoints .imagelink {
	display: block;
	height: 100px;
	width: 240px;
}
#boxViewpoints .imagelink span { display: none; }
.boxcontent p {
	margin: 0;
	padding: 0 0 10px;
}
#boxPowerclick h2 a {
	background-image: url('/resources/communities/images/powerclick-head.gif');
}
#boxPowerclick .boxcontent {
	background: url('/resources/communities/images/powerclick-body.gif') no-repeat left top;
	padding-top: 12px;
}
#boxForums {
	margin-bottom: 5px;
	margin-right: 5px;
}
#boxForums h4 {
	font-size: 11px;
	font-weight: normal;
	margin: 0 0 7px;
	text-align: center;
}
#boxForums h2 a {
	background-image: url('/resources/communities/images/forums-head.gif');
}
#boxForums .boxcontent {
	background: url('/resources/communities/images/communities.jpg') no-repeat center bottom;
	padding-bottom: 74px;
	padding: 0;
}
#boxForums .boxcontentinner {
	background: url('/resources/communities/images/forums-body.gif') no-repeat left top;
	padding: 7px 10px 74px;
}
.boxwrapwide {
	width: 485px;
}
.boxwrapwide .boxcontent {
	padding: 7px 10px;
}
.boxwrapwide .boxcontent P {
	margin: 0;
}
.boxwrapwide h2 a {
	background: url('/resources/communities/images/corner.gif') no-repeat left top;
	padding-left: 13px;
}

#forumtable thead th {
	background: #0e55a5 url('/resources/communities/images/forum-right.gif') no-repeat right top;
	height: 24px;
	padding: 0;
	text-align: left;
}
#forumtable thead th a {
	background: url('/resources/communities/images/forum-left.gif') no-repeat left top;
	color: white;
	display: block;
	height: 12px;
	padding: 6px;
	text-decoration: underline;
}
#forumtable tbody th {
	padding: 6px;
	text-align: left;
}
#forumtable td {
	padding: 6px;
}
#forumtable .rb {
	border-right: 1px solid #ddd;
}
#forumtable td .post {
	margin-bottom: 6px;
}
#mainbody {
	padding-bottom: 5px;
}
