/* colum2 */
	#content{
		background:url(../images/border.gif) repeat-y;
		width:985px;
		overflow:hidden;
	}
	
	/* HEADERS START */
	
	/* HGEADER CONTENT */
	
	.colum2 h1 {
		font:bold 20px/36px Arial, sans-serif;
		/*color:#15ABF1;*/
		color: #000;
		margin:0px;
		padding: 0px 0px 7px 0px;
		text-align: left;
		width: auto;		
		/*float: left;*/
		clear: left;
	}
	
	.colum2 h2 {
		font:bold 16px/20px Arial, sans-serif;
		color:#0C8CC7;
		padding: 0px 0px 9px 0px;
		margin:0;
		width: auto;		
		/*float: left;*/
		clear: left;
	}
	
	.colum2 h3 {
		font:italic bold 14px/18px Arial, sans-serif;
		color:#6ea0c5;
		padding: 0px 0px 7px 0px;
		margin:0;
		width: auto;		
		/*float: left;*/
		clear: left;
	}
	
	.column1 #coheader {
	width: 708px;
	display: block;
	clear: both;
	padding-left: 40px;
	}
	
	.column1 #coheader h1{
		display: block;
		font:bold 20px/36px Arial, sans-serif;
		color: #000;
		margin:0px;
		padding: 0px 0px 7px 0px;
		text-align: left;
		width: 100%;	
	}
	
	.column1 #coheader h2 {
		display: block;
		font: bold 16px/20px Arial, sans-serif;
		color: #0C8CC7;
		padding: 0px 0px 9px 0px;
		margin: 0;
		width: 100%;	
	}
	
	
	.column1 #coheader h3 {
		display: block;
		font: italic bold 14px/18px Arial, sans-serif;
		color: #6ea0c5;
		padding: 0px 0px 7px 0px;
		margin: 0px;
		width: 100%;
	}

	.block-info h2 {
	padding-left: 0px;
	}
	
	.block-info h2 {
	
	}
	
	/* colum2 paragraph */
	div.colum2 p,
	div.colum2 div,
	div.colum2 span 
	{
		color:#103a52;
		font:12px/19px Arial,Verdana,sans-serif;
		margin:10px 0px 10px 0px;
	}
	
	/* colum2 link */
	
	div.colum2 hr {
	display: block;
	height: 0;
	border-top: 0px;
	border-bottom: 1px solid #058EDE;
	background-color: #058EDE;
	margin: 7px 0px 7px 0px;
	clear: both;
	}
	
	div.colum2 BLOCKQUOTE {
	margin: 10px 20px 10px 20px;
	background-color: #f1f1f1;
	border: 2px solid #026EAC;
	padding: 10px 10px 10px 15px;
	font-size: 12px;
	width: 280px;
	}
	
	div.colum2 ul {
	padding-left: 0px;
	margin-left: 19px;
	margin-bottom: 10px;
	margin-top: 10px;
	clear: left;
	}
	
		div.colum2 ul li {
		list-style-type: square;
		list-style-image: url(../images/dot.gif);
		margin-bottom: 7px;
		margin-top: 7px;
		padding-left: 4px;
		line-height: 1.3em;
		}
		
	div.colum2 ol {
	padding-left: 0px;
	margin-left: 25px;
	margin-bottom: 10px;
	margin-top: 10px;
	}
	
		div.colum2 ol li {
		list-style-type: decimal;
		margin-bottom: 6px;
		margin-top: 6px;
		}
	
	div.colum2 img.imgLeft {
	display: inline;
	float: left;
	margin: 5px 15px 10px 0px;
	border: 0px solid #026EAC;
	clear: both;
	padding: 0px;
	}
	
	div.colum2 img.imgRight {
	float: right;
	margin: 5px 0px 10px 15px;
	border: 0px solid #026EAC;
	clear: both;
	padding: 0px;
	}
	
	div.colum2 a:link, 
	div.colum2 a:active  {
	text-decoration: underline;
	color: #00f;
	}
	
	div.colum2 a:visited  {
	color: #6B18FC;
	text-decoration: none;
	}
	
	div.colum2 a:hover {
	color: #00f;
	text-decoration: none;
	}
	
	div.colum2 strong, 
	div.colum2 b {
	font-weight: bold;
	}
	
	div.colum2 em, 
	div.colum2 i {
	font-style: italic;
	}
	
	div.colum2 u {
	text-decoration: underline;
	}
	
	div.colum2 .light {
    background-color: #fff;
    font-size: 10px;
    padding: 3px;
    }
 
    div.colum2 .dark {
    background-color: #F68B1D;
    font-size: 10px;
    padding: 3px;
    }
    
    div.colum2 .header {
    background-color: #BE000C;
    color: #fff;
    font-weight: bold;
    font-size: 11px;
    padding: 3px;
    }
	
	