@charset "UTF-8";
/* CSS Document */

.table {
	width: 800px;
	}

.leftCol {
	width: 200px;
	text-align: left;
	border-right: 10px solid #ffffff;
	vertical-align: top;
	}
	
.title {
	width: 200px;
	vertical-align:top;
	background-color:#FFFFFF;
	margin-bottom: 2px;
	text-align: left;
	}
	
	
.left-content {
	background-color:#DFFCD8;
	border: 1px solid #319A3F;
	text-align: left;
	padding: 5px;
	}
	
.sideMenu {
	font-size: 1em;
	color: #319A3F;
	}
	
.sideMenu a:link, .sideMenu a:active, .sideMenu a:visited {
	color: #319A3F;
	text-decoration: underline;
	}
	
.sideMenu a:hover {
	color: #464749;
	text-decoration: none;
	}

	
	
.mainCol {
	border: 1px solid #319A3F;
	width: 590px;
	padding: 5px;
	}
	
.mainCol .title {
	font-size: 1.3em;
	color: #319A3F;
	}
	
.mainCol .img {
	float: right;
	margin-left: 7px;
	margin-bottom: 7px;
	margin-top: 2px;
	border: 1px solid #000000;
	}

.mainCol a:link, .mainCol a:active, .mainCol a:visited {
	color: #319A3F;
	text-decoration: underline;
	}
	
.mainCol a:hover {
	color: #464749;
	text-decoration: none;
	}





.submenu {
	border-bottom: 5px solid #ffffff;
	}

.middot {
	font-size:150% !important;
	color: #319A3F;
	}
	

.quoteBold {
	color: #319A3F;
	}
	
.quoteReg {
	color: #319A3F;
	}
	
.contact {
	font-size: 1.2em;
	border: 0;
	text-align: left;
	vertical-align: top;
	}

.titleStyle {
	color: #319A3F;
	}
	
.green a:link, .green a:active, .green a:visited {
	color: #319A3F !important;
	text-decoration: underline !important;
	}
	
.green a:hover {
	color: #464749!important;
	text-decoration: none!important;
	}
