﻿/* Main Layout */
body{
background-color:#837E78;
margin:0;
padding:0;
font-family:helvetica,arial;
/*line-height: 1.5em;*/
}

#maincontainer{
	background-color: #FFFFFF;
	width: 900px;
	margin-left:auto;
	margin-right:auto;
}

#logo{
	float: left;
	width: 204px;
	height: 178px;
	background-image: url('/images/new_logo.jpg');
	background-repeat: no-repeat;
}
#banner{
	float:left;
	width:696px;
	height:178px;
	/*background-image: url('Images/new_banner.jpg');*/
	background-image: url('/images/banner3.jpg');
	background-repeat: no-repeat;
}

#topsection{
	background: #EAEAEA;
	overflow: hidden;
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{

}

.breadCrumb
{
	padding: 5px 10px 5px 10px;
	font-size: small;
	font-variant: small-caps;
}

.innerContent
{
	margin: 0px 5px 0px 5px; /*border: 1px dotted #C0C0C0;*/
	padding: 0px 5px 0px 5px; /*
	border-bottom-style: dotted;
	border-bottom-width: thin;
	border-bottom-color: #000000;
*/
}

.innerContent h3
{
	margin: 0px;
	padding: 0px;
	font-variant: small-caps;
	color: #808000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #808000;
}

.contentDate
{
	float: right;
	font-size: x-small;
	font-style: italic;
	font-variant: small-caps;
	color: #808080;
	clear: both;
	margin-bottom: -5px;
}

#footer{
clear: left;
width: 100%;
height:15px;
background: black;
color: #FFF;
text-align: center;
padding: 4px 0;
/*background: transparent url(images/blockdefault.gif) center center repeat-x;*/
}

#footer a{
color: #FFFF80;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

div.quote
{
	width:90%;
	margin-left:5%;
	margin-top:10px;
	padding:5px 5px 5px 5px;
	border-left:solid 1px #000000;
	border-top:solid 1px #000000;
	border-right:solid 1px #ffffff;
	border-bottom:solid 1px #ffffff;
	background-color: #e0e0e0;
	color:#808080;
	font-size:small;
}

