﻿/* 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-color: #EAEAEA;
	overflow: hidden;
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-right: 300px; /*Set right margin to RightColumnWidth*/
}

.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;
}

.ContentInfo
{
	float: right;
	font-size: x-small;
	font-style: italic;
	font-variant: small-caps;
	color: #808080;
	clear: both;
	margin-bottom: -5px;
	margin-left:1em;
}
.contentDate
{
	float: right;
	font-size: x-small;
	font-style: italic;
	font-variant: small-caps;
	color: #808080;
	clear: both;
	margin-bottom: -5px;
	margin-left:1em;
}

.rightContent
{
	margin: 0px 5px 5px 5px; /*border: 1px dotted #C0C0C0;*/
	padding: 0px 5px 0px 5px;
	font-size: smaller;
	list-style-type: disc;
	list-style-position: outside;
}
.rightContent h3
{
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #C0C0C0;
	color: #C0C0C0;
	font-variant: small-caps;
}
.EventList li
{
	margin-bottom:5px;
}
.EventList a
{
	color:Black;
	text-decoration:none;
}
.EventList a:hover
{
	color:Black;
	text-decoration:none;
}

.rightContent h4
{
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-weight: 100;
	font-style: italic;
	color: #C0C0C0;
	font-variant: small-caps;
	text-align:center;
}
.rightContent h4 a
{
	color: #C0C0C0;
	background: none;
	text-decoration: none;
}
.rightContent h4 a:hover
{
	background: none;
	text-decoration: underline;
}

#rightcolumn{
float: left;
width: 300px; /*Width of right column in pixels*/
margin-left: -300px; /*Set left margin to -(RightColumnWidth) */
/*background: #FDE95E;*/
}

#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;
}
