p {
	font: normal 12px Arial, Times New Roman, sans-serif;
	margin: 0 0 10px 0;
	text-indent: 0;
}

img, image {
	border: 0px;
}

/*** Site Link Styles ***/
a, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: Blue;
}

a:hover {
	text-decoration: underline;
	color: Red;
}

h3 
{
	font: Arial, sans-serif;
	/*color:#036;*/
	color:Maroon;
	margin:0;
	padding:0;
}
h2 {
color:Navy;
text-align:center;
}
body {
	background: white;
	font: normal 15px Arial, Times New Roman, sans-serif;
	line-height: 18px;
	margin: 0;
	padding: 0;
}

/*** Wraps entire content in page ***/
#pagecontent {
	width: 800px;
	background: #fff top repeat-x;
	/*border: 1px solid #333;*/
	margin: 0 auto;
	text-align: left;
}

/* ******* Container Blocks ***** */
 .contentBlock 
 {
    margin: 0 0 20px 0;
   }
 
 .contentBlock:after  {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    margin: 0 0 5px 0;
    visibility: hidden;
 }
 
 .contentBlock  {
    display: inline-block;
    _height: 1%;
 }

/*** Add Sectional Row Areas here ***/
#banner {
	position: relative;
	/*background: url(http://www.tennplandebate.com/themes/tenn/'/images/layout/tenn-banner.gif') no-repeat;*/
	background: url(http://www.tennplandebate.com/themes/tenn//includes/tenn-banner.gif) no-repeat;
	padding: 0;
	margin: 0;
	height: 180px;
	color: #000;
}

#banner .logo {
	float: left;
	/*background: url(http://www.tennplandebate.com/themes/tenn/'/images/layout/tenn-banner.gif') no-repeat;*/
	position: absolute;
}

#mastercolumn {
	width: 100%;
	clear: both;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#wrapper-left {
	width: 800px;
	clear: both;
	background: url(http://www.tennplandebate.com/themes/tenn//includes/colum-post-left-white.gif) repeat-y;
	/*background: url(http://www.tennplandebate.com/themes/tenn/'/images/design/column-post-left-white.gif') repeat-y;*/
	margin: 0;
	padding-left: 0;
	overflow: hidden;
}

#wrapper-right {
	width: 800px;
	/*clear: both;*/
	background: url(http://www.tennplandebate.com/themes/tenn//includes/colum-post-right-white.gif) repeat-y right;
	/*background: url(http://www.tennplandebate.com/themes/tenn/'/images/design/column-post-right-white.gif') repeat-y right;*/
	margin: 0;
	padding-left: 0;
	overflow: hidden;
}

#maincolumn {
	/*width:800px;*/
	/*width: 512px;*/
	width:500px;
	height: 100%;
	clear: both;
	/*background: url(http://www.tennplandebate.com/themes/tenn/'/images/layout/colum-post-left-white.gif') repeat-y;*/
	margin: 0;
	/*padding: 0px 143px 0px 145px;*/
	padding: 0px 0px 0px 150px;
	/*padding-left: 0;*/
	overflow: hidden;
}

#maincolumn .leftcol {
	float: left;
	/*background-image: url(http://www.tennplandebate.com/themes/tenn/'/images/layout/colum-post-left-white.gif');
	background-repeat: repeat-y;*/
	/*background: url(http://www.tennplandebate.com/themes/tenn/'/images/layout/colum-post-left-white.gif');*/
	background-repeat: repeat-y;
	position: relative;
	width: 138px;
	height: auto;
	margin: 0;
	padding: 0;
}

#maincolumn .middlecol {
	float: left;
	vertical-align: top;
	width: 505px;
	margin: 0;
	padding-left: 10px;
	padding-right: 5px;
	/*border-left: solid 1px black;*/
	/*border-right: solid 1px black;*/
}

#maincolumn .rightcol {
	float: right;
	/*background: url(http://www.tennplandebate.com/themes/tenn/'/images/layout/colum-post-right-white.gif') repeat-y;*/
	width: 140px;
	height: inherit;
	height: 100%;
	margin: 0;
	padding: 0;
}

/*** Footer Section ***/
#footer {
	width: 100%;
	/*border-top: solid 1px black;*/
	/*margin: 0;*/
	margin-top: 4px;
	padding: 0 10px 10px 10px;
	text-align: center;
	position:relative;
	height:79px;
	/*background: url(http://www.tennplandebate.com/themes/tenn/'/images/layout/tenn-base.gif') no-repeat;*/
	/*background: url(http://www.tennplandebate.com/themes/tenn/'/images/layout/tenn-base-rnd.gif') no-repeat;*/
	background: url(http://www.tennplandebate.com/themes/tenn//includes/tenn-base.gif) no-repeat;
}
#navcontainer {
text-align: center;
}

#navcontainer li
{
display: inline;
list-style-type: none;
padding-right: 8px;
}

.item_title h3 {
margin: 0px;
padding: 0px;
display: inline;
}
#maincolumn h3 {
color:Maroon;
margin:0;
padding:0;
}

