/* CSS Document */


.header {
	font-family:Verdana, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#932628;
	padding-left:10px;
}

hr {
	border-bottom:1px solid #932628;
}

.entryspacer {
	border-bottom:1px solid #e7d67d;
	width:500px;
	height:2px;
	padding:10px;
	}

.leftcol {
	padding:10px;
	}
	
.leftcolTitle {
	font-family:Verdana;
	font-size:11px;
	text-transform:uppercase;
	color:#932628;
	font-weight:bold;
	}
	
	.leftcolLink {
	font-family:Verdana;
	font-size:10px;
	color:#932628;
	text-decoration:none;
	}
	
.entrybody {
	font-family:Verdana;
	font-size:12px;
	color:#111;
	padding: 0;
	line-height:150%;
	font-weight:300;
	}
	
.smalltext {
	font-family:Verdana;
	font-size:10px;
	color:#932628;
	}
	
	.smalltext2 {
	font-family:Verdana;
	font-size:11px;
	color:#111;
	}