﻿body 
{
	background-color: #FFFFFF;
	font-family: Trebuchet MS, Times New Roman, Arial;
	font-size:10px;
	border-bottom-width:0px;
	border-bottom-style:none;
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
}

.mainheaderLogo
{
	background-image: url(Img/tc_blue_green.png);
	background-color: white;
	height:150px;
	width:150px;
}

.mainheader
{
	background-color:#8BBF30;
	height:150px;
	width:100%;
}

.mainLeftBar
{
	background-color:#0093D2;
	height:100%;
	width:150px;
}

.mainContent
{
}

.mainTable
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	width: 100%;
	height: 100%;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}

.addressColumn
{
	color:White;
	font-size:9px;
	
}
A.addressColumn {
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
} 
A:hover.addressColumn {
	text-decoration:underline;
} 
A:visited.addressColumn {
	color:#ffffff;
	text-decoration:none;
} 

.contentDates
{
	font-size:9px;
	color:#8BBF30;
}
.content
{
	font-size:11px;
}
.contentTitle
{
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.contentTitle2
{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.contentDiv
{
	margin-top: 15px;
	margin-left: 15px;
}



