.listColumns {
    float: left;
    width: 259px;
	color: #333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	padding:5px;
}

#listColumns {
	float: left;
	width: 259px;
	float: left;
	width: 250px;
	color: #333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

.singleColumn {width:100%;}

h1 {
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 20px;
	color: #63141B;
	text-transform: uppercase;
	line-height:26px;
	padding-bottom:10px;
}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	text-align: justify;
		color: #63141B;
			line-height:14px;

}

h3 {
	color: #333;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	text-align: justify;
}

h4 {
	color: #611619;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	text-align: justify;
}

h5 {
	color: #4d4d4d;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	line-height: 10px;
}

h6 {
	color: #4d4d4d;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
}

p {
	color: #333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
	text-align: justify;
}

/* Sets the style for unvisited links. */
a,  a:link {
}
/* Sets the style for links on mouseover. */
a:hover {
	text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
	color: #4d4d4d;
}