/* CSS Styles for Page Sidebar Content  */

div#vt_right_col {
	 background: #ffffff;
	 border-left: 1px solid #C2C1BA;
	 margin-bottom: 0;
	 padding-top: 10px;
	 padding-left: 10px;
	 padding-right: 10px;
	 width: 22%;
}

#vt_right_col p,
#vt_right_col ul li,
#vt_right_col ol li {
	color: #333333;
	font-size: 0.9em;
}

#vt_right_col ul li a,
#vt_right_col ul li a:visited,
#vt_right_col ol li a,
#vt_right_col ol li a:visited,
#vt_right_col a,
#vt_right_col a:visited,
#vt_right_col p a,
#vt_right_col p a:visited {
	color: #000000;
	text-decoration: underline;	
}

#vt_right_col ul li a:hover,
#vt_right_col ol li a:hover,
#vt_right_col a:hover,
#vt_right_col p a:hover {
	color: #660000;	
}

#vt_right_col h1,
#vt_right_col h2 {
	font-size: 1.4em;
	font-weight: bold;
	color: #660000;
	margin-bottom: 8px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0;
}
 
#vt_right_col h2 a {
	font-size: 1em;	
}

#vt_right_col h3 {
	font-size: 1.3em;
	font-weight: bold;
	color: #3C5B6F;
	margin-bottom: 6px;
	margin-top: 0;
}

#vt_right_col h4 {
	font-size: 1.2em;
	font-weight: normal;
	color: #000000;
	margin-bottom: 6px;	
	margin-top: 0;
}

#vt_right_col h5 {
	font-size: 1.1em;
	color: #8C5206;
	font-weight: normal;
	margin-bottom: 4px;
	margin-top: 0;
}

#vt_right_col h6 {
	font-size: 1em;
	font-weight: normal;
	color: #516F43;
	margin-bottom: 4px;
	margin-top: 0;
}

#vt_right_col div.vt-text {
	margin-bottom: 20px;
}

#vt_right_col h1 a, #vt_right_col h1 a:visited,
#vt_right_col h2 a, #vt_right_col h2 a:visited,
#vt_right_col h3 a, #vt_right_col h3 a:visited,
#vt_right_col h4 a, #vt_right_col h4 a:visited,
#vt_right_col h5 a, #vt_right_col h5 a:visited,
#vt_right_col h6 a, #vt_right_col h6 a:visited {
	color: #660000;
	text-decoration: none;
	border: 0;
}

#vt_right_col h1 a:hover,
#vt_right_col h2 a:hover,
#vt_right_col h3 a:hover,
#vt_right_col h4 a:hover,
#vt_right_col h5 a:hover,
#vt_right_col h6 a:hover {
	color: #333333;
	text-decoration: underline;
	border: 0;	
}

#vt_right_col img {
	border: 0;
	padding: 0;
	margin: 10px 0;
	max-width: 100%;
}

#vt_right_col hr {
	margin: 10px 0 10px;	
}

#vt_right_col i.fa {
	font-size: 2em;	
}