@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #454c5c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFF;
}
.oneColFixCtr #container {
	width: 600px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	margin-top: 0px;
	margin-bottom: 0;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	border-left-width: medium;
	line-height: 16px;
}

#mainContent h1 {
	font-size: 125%;
	font-weight: bold;
	color: #660000;
}
#mainContent h2 {
	font-size: 105%;
	font-weight: bold;
	color: #003399;
}
img/* -------------KNOWLEDGE SHARING PAGES ---------------*/


  {
	clear: none;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
p  {
	margin-left: 80px;
}
.by {
	font-weight: normal;
	color: #003399;
}
.recommendedby {
	color: #003399;
	margin-left: 80px;
}
