/* Side Nav */

#SideNav,
#SideNav ul,
.SideNavItem,
.SideSubNavItem {
	margin: 0;
	padding: 0;
	list-style: none;
}

#SideNav {
	float: left;
	width: 226px;
}

.SideNavItem {
	padding: 0 0 4px;
}

.SideNavLink,
.SideSubNavLink {
	display: block;
	height: 26px;
	line-height: 28px;
	text-decoration: none;
	font-weight: bold;
}

.SideNavLink {
	font-size: 14px;
	color: #999999;
}

.SideNavItem span {
	position: relative;
	float: left;
	display: inline;
	margin-right: 5px;
	width: 23px;
	height: 23px;
	overflow: hidden;
}

.SideNavItem span img {
	position: absolute;
	top: -23px;
	left: 0;
}

.SideNavLink:hover {
	text-align: justify; /* ie trigger */
}

.SideNavLink:hover span img,
.SideNavItemSelected span img {
	top: 0;
}

.SideSubNavItem {
	margin: 0 0 0 10px;
	padding: 1px 0;
	background-position: left 4px;
	background-repeat: no-repeat;
}

.SideSubNavLink {
	padding-left: 29px;
	font-size: 12px;
	background-position: -999px -999px;
	background-repeat: no-repeat;
}

.SideSubNavItemSelected .SideSubNavLink {
	background-position: 16px 2px;
}

/* xSide Nav */


/* Article */

#Article {
	float: left;
	width: 514px;
}

#Article.SoloArticle {
	width: 774px;
}

.ArticleTitleBig {
	margin-bottom: 14px;
	font-size: 26px;
	font-weight: bold;
}

#Article.SoloArticle .ArticleTitleBig {
	color: #3c802d;
}

.ArticleTitle {
	margin-bottom: 14px;
	font-size: 16px;
	font-weight: bold;
}

.ForwardLink {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.Hr {
	margin: 24px 0;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #C0C0C0;
	height: 0;
	font-size: 0;
	line-height: 0;
}

/* xArticle */


/* Right Column */

#Meta {
	float: right;
	width: 226px;
	padding: 0 0 0;
	font-size: 11px;
	color: #a0a0a0
}

#Meta .MetaBlob {
	margin: 2em auto 0;
	width: 209px;
	height: 193px;
	font-size: 12px;
	text-align: center;
	color: white;
	background-repeat: no-repeat;
	background-position: top left;
}

.MetaBlob table {
	width: 100%;
	height: 100%;
	border-collapse: collapse;
}

.MetaBlob td {
	width: 100%;
	height: 100%;
	padding: 0 0 6px;
	vertical-align: middle;
}

#Meta h4,
#Meta ul,
#Meta p {
	margin: 1em 0 0;
}

#Meta ul,
#Meta ol,
#Meta li {
	padding: 0;
	line-height: 150%;
	list-style-position: inside;
}

#Meta li {
	margin: 0;
}

#Meta img {
	display: block;
	margin: auto;
}

/* xRigth Column */
