body {
	background-color: #fff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#left {
	background: #fff;
	width: 20px;
	height: AUTO;
	float:left;
}

#mid {
	background: #fff;
	height: auto;
	width: 256px;
	float: left;
}
#top {
	height: auto;
	width: 256px;
}

#content {
	background: #fff;
	height: 202px;
	width: 256px;

}
			#bottom {
				background: #fff;
				height: auto;
				width: 256px;
			}

			#right {
				background: #FFF;
				height: auto;
				width: 27px;
				float: left;
			}





p {
margin: 0 ;
			}
			
.sectionheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	text-transform: uppercase;
	color: ORANGE;
	padding-top: 3px;
}

.largeheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bolder;
	text-transform: uppercase;
	color: ORANGE;
}

.newstitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	text-transform: uppercase;
	color: red;
}

.newsbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	color: black;
}

.foottext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	text-transform: uppercase;
	color: white;
	background-color: orange;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}