@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: #FFE9C5;
	border: 1px solid #e8540e;
	text-align: left;
	padding: 5px;
	}
	
.sideMenu {
	font-size: 1em;
	color: #e8540e;
	}
	
.sideMenu a:link, .sideMenu a:active, .sideMenu a:visited {
	color: #e8540e;
	text-decoration: underline;
	}
	
.sideMenu a:hover {
	color: #464749;
	text-decoration: none;
	}

	
	
.mainCol {
	border: 1px solid #e8540e;
	width: 590px;
	padding: 5px;
	}
	
.mainCol .title {
	font-size: 1.3em;
	color: #e8540e;
	}
	
.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: #e8540e;
	text-decoration: underline;
	}
	
.mainCol a:hover {
	color:#000000;
	text-decoration:none;
	}
	

.submenu {
	border-bottom: 5px solid #ffffff;
	}

.middot {
	font-size:150% !important;
	color: #e8540e;
	}
	
.quoteBold {
	color: #e8540e;
	}
	
.quoteReg {
	color: #e8540e;
	}
	
.contact {
	font-size: 1.2em;
	border: 0;
	text-align: left;
	vertical-align: top;
	}
	
.contact a:link, .contact a:active, .contact a:visited {
	color: #e8540e;
	text-decoration: underline;
	text-align:right;
	}
	
.contact a:hover {
	color:#000000;
	text-decoration:none;
	text-align:right;
	}
	
.link a:link, .link a:active, .link a:visited {
	color: #e8540e;
	text-decoration: underline;
	}
	
.link a:hover {
	color:#000000;
	text-decoration:none;
	}
	
.announcement {
	border: 1px solid #e8540e;
	background-color: #FFE9C5;
	color: 000000;
	padding: 5px;
	text-align: left;
	float: right;
	width: 200px;
	margin:5px;
	}
	
.titleStyle {
	color: #e8540e;
	}
	
