﻿#threeCol-wrapper
{
	padding-top: 0px;
	width:924px;
}

#threeCol-left {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB;  /*the background color will be displayed for the length of the content in the column, but no further */
	padding: 40px 25px 15px 20px; /* padding keeps the content of the div away from the edges */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 19px;
	color: #444444;
	min-height: 460px;
	/*height: 460px;*/
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BBBBBB;
}

#threeCol-mid {
	margin: 10px 200px 0 195px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	/*padding: 50px 10px 0 0px;  remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	/*border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #BBBBBB;*/
	color: #555555;
	/*width: 517px;*/
	background: #FFF;
	padding: 30px 5px 0px 15px;
	/*padding: 30px 205px 0px 210px;*/
	min-height: 460px;
	top: 10px;
}
#threeCol-mid .htmlcontent-title
{
	clear:none;
}
#threeCol-mid .clear
{
	clear:none;
}
#threeCol-right {
	float: right; /* since this element is floated, a width must be given */
	width: 160px;  /*the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fffef0;  /*the background color will be displayed for the length of the content in the column, but no further */
	padding: 40px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 2em;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #888888;
	/*height: 460px;*/
	color: #777777;
	min-height: 460px;
}

.imageflt {
	margin: 2px;
	border: 1px solid #009933;
	float: right;
}

#threeCol-left img {
	float: left;
	margin-right: 10px;
}

#threeCol-mid img {
	float: left;
	margin-right: 10px;
}

.linktype_a {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #00AA00;
	letter-spacing: 1px;
	font-style: italic;
	font-weight: bolder;
}

.linktype_a:hover {
	text-decoration: underline;
	color: #777777;
}