/* Print Style Sheet */
@media print {
body {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000; }

a img {
	border: none;
	text-decoration: none; }

li {
	list-style: none; }

ul.children li {
	margin: 1px 0 1px -20px;
	list-style: none; }
	
div#cRoot {
	/*width: 800px;*/
	margin: auto;
	_position: relative;
	_left: 1px; }

div#cBlog {
	/*width: 800px;*/
	padding: 10px 0 0 0;
	clear: both; }

div#cFooter {
	/*float: right;
	width: 767px;
	padding: 10px 0 0 13px;
	margin: 10px 0 0 0; 
	height: 90px;
	background: url(/images/footer_banner_bg.png) no-repeat #32579C;
	color: #FFFFFF;
	text-align: right;
	font-size: 12px;
	clear: both;*/
	display: none; }

/******START HEADER CONSTRUCTION ******/
	div#cHeader {
	/*height: 155px;
	width: 752px;
	float: right;
	padding: 10px 15px 0 0;
	background: url(/images/heading_banner_bg.png) repeat-x;
	color: #FFFFFF;
	text-align: right;
	font-size: 12px;*/
	display: none; }
	
	div.iefix1 {
		float: right;
		}
	
	div#cHeader .top {
		width: 752px;
		height: 15px;
		font-size: 10px; }
		
	div#cHeader .middle {
		width: 752px;
		height: 120px; }
		
		div.iefix2 {
			float: right;
			width: 395px;
			height: 98px; }
		
		div.iefix3 {
			float: right;
			width: 200px;
			height: 98px; }
		
		div#cHeader .blue {
			width: 380px;
			height: 73px;
			background: #CEE4F7 url(/images/blue_left_tab.png) left no-repeat;
			margin: 25px 0 0 0;
			position: relative;
			left: 30px; }
			
			div#cHeader .content {
				padding: 17px 10px 10px 10px;
				font-size: 16px;
				color: #005e9d;
				font-weight: bold; }
		
	div#cHeader .bottom {
		width: 752px;
		height: 20px;
		text-align: left; }
		
		div#cHeader .bottom div {
			float: left; }
		
		
	
div#cHeader img.logo {
	float: left;
	margin-left: 20px; }

div#cHeaderLeft {
	/*height: 165px;
	width: 13px;
	float: right;
	background: url(/images/page_bg2.png) no-repeat;*/
	display: none; }

/***************************************/
/*** START LEFT SIDEBAR CONSTRUCTION ***/
/***************************************/	
	#cBlog div#cLeftSidebar {
		/*width: 180px;
		padding: 15px 0 0 0;
		float: left;
		color: #395CB3;*/
		display: none;  }
	
		#cBlog #cLeftSidebar a {
			color: #0066b4;
			text-decoration: none; }
		
		#cBlog #cLeftSidebar a:hover {
			text-decoration: underline; }
		
		#cBlog #cLeftSidebar div#top {
			width: 170px;
			padding: 11px 0 11px 10px;
			background: url(/images/left_sidebar_top.png) no-repeat top #CAE1F6; }
			
		#cBlog #cLeftSidebar div.middle {
			width: 170px;
			margin: 3px 0 0 0;
			padding: 11px 0 11px 10px;
			background: #E2EFFA; }
		
		#cBlog #cLeftSidebar div#bottom {
			width: 170px;
			margin: 3px 0 0 0;
			padding: 11px 0 11px 10px;
			background: url(/images/left_sidebar_bottom.png) no-repeat bottom #E2EFFA; }
		
		#cBlog #cLeftSidebar div.ad {
			width: 170px;
			background-color: #666666;
			margin: 0px;
			text-align: center; }
		
		#cBlog div#cLeftSidebar b {
			color: #000000; }
		
		#cBlog div#cLeftSidebar div.linkSpacer {
			margin-bottom: 5px; }
		
		#cBlog div#cLeftSidebar div.middle div.recentPosts {
			font-size: 9px;
			margin: 5px 0 5px 0;
			width: 160px;
			font-weight: bold; }


/*******************************************/
/*** START BLOG CONSTRUCTION AND STYLYIG ***/
/*******************************************/
	div#cBlogContent {
		/*width: 400px;
		_width: 395px;*/
		padding: 30px 20px 0 20px;
		float: left; }
		
		span.mainHeading {
			font-size: 18px;
			font-weight: bold;
			color: #8C2D41; }
		
		span.blogHeading {
			font-size: 26px;
			color: #8C2D41;
			font-family: Arial, Helvetica, sans-serif; }
		
	
/****************************************/
/*** START RIGHT SIDEBAR CONSTRUCTION ***/
/****************************************/
	#cBlog div#cRightSidebar {
		/*width: 170px;
		float: right;
		padding: 15px 10px 0 0;*/
		display: none; }
		
		#cBlog #cRightSidebar div#aboutAuthor {
			width: 170px;
			height: 100px;
			text-align: center;
			color: #FFFFFF;
			font-size: 14px;
			background-color: #32579C;
			font-weight: bold; }
			
			#cBlog #cRightSidebar #aboutAuthor img {
				float: right; }
		
		#cBlog #cRightSidebar div#aboutAuthorDetail {
			width: 170px;
			margin: 10px 0 0 0; }
		
		#cBlog #cRightSidebar div.ad {
			width: 160px;
			margin: 10px 0 0 10x;
			text-align: center; }

/*******************************************/
/****** FOOTER CONSTRUCTION ****************/
/*******************************************/

	#cFooter .content {
		margin: 0 10px 0 0;
		width: 600px;
		float: right;
		text-align: left; }
	
	#cFooter .text {
		color: #A8CDF1;
		font-size: 10px; }

	#cFooter a {
		font-size: 10px;
		color: #FFFFFF;
		text-decoration: underline; }
	
	#cFooter img {
		float: left;
		margin: 5px 0 0 30px; }
		
/*******************************************/
/****** HEADER CONSTRUCTION ****************/
/*******************************************/
	#cHeader a {
		font-size: 10px;
		color: #FFFFFF;
		 }

/*******************************************/
/****** POLL STYLING ***********************/
/*******************************************/
#polls-1 {
	margin: 0 0 0 -30px; }

	#polls-1 p {
		color: #000000; }

#polls-1-ans {
	margin: 0 0 0 -15px; }

	#cLeftSideBar ul {
		margin: 0;
		padding: 0;
		display: none; }
	
	#cLeftSodeBar ul li {
		display: none;
		margin: 0;
		padding: 0; }
	
	#cLeftSideBar ul li a {
		color: #000000; }
	
	.wp-polls {
		color: #000000; }
	
	.wp-polls-ans {
		position: relative;
		left: -30px; }
}
