@charset "utf-8";
body {
	background-image: none;
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;

}



/* ~~this fixed width container surrounds the other divs~~ */
.container {
	width: 100%;
	background-color: #FFF;
	margin: 0 auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #fff;
	border-left-color: #fff;
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */

	.header {
	height: 0px;
	display: none;
} 
.sidebar1 {
	
	width: 0px;
	padding-bottom: 0px;
	display: none;
}


.content {
	width: 100%;
	float: none;
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}


/* ~~ The footer ~~ */
.footer {

	display: none;
}


					/* BOXES */ 
					
.box-left {

	background-color: #FFF;

}
.box-right {

	background-color: #FFF;

}

.box-right-white {

	background-color: #FFFFFF;

}

.box-left-white-norm {

	background-color: #FFFFFF;

}

.box-left-white {
	
	background-color: #FFFFFF;

}


.block-shade-green {

	background-color: #FFF;

}


.caption-new {

	color: #000;

}
.paper-title{

	color: #333;

}
