.ms-column4-main {
	border-style: none;
                margin: auto; 
                
}
.ms-column4-tl {
	font-weight: normal;
	color: white;
	border-style: none;
	background-color: black;
	padding: 8px;
}
.ms-column4-left {
	font-weight: normal;
	color: black;
	border-style: none;
	background-color: #B4CACA;
	vertical-align: middle;
	padding: 8px;
}
.codeblock {
	margin: auto;
	padding: 8px;
	font-family: consolas;
	font-size: 8pt;
	background-color: #FFFFCC;
}
.codeblock .keyword {
	font-family: Consolas;
	color: #0000FF;
}
.codeblock .type {
	color: #2b91af;
}
.codeblock .stringliteral {
	color: #a31515;
}
.codeblock .comment {
	color: #008000;
}
#container{
	text-align: left;
	width: 80%;
	margin: 10px auto 0px auto;
	background-color: #FFF;
	background-image: url(../images/sidebar.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#content{
               line-height:1.5em; 
               overflow:hidden;
               float:left;
               width:70%;
               display:inline;
               margin-right: 20px;}
#subcontent-a{float:right;
               width:27%;
	font-size: 0.9em;line-height: 1.2em;
	display:inline;
	}