* {
   font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
}

P, TD, TH, DL, BODY, BLOCKQUOTE, PRE, DIV, OL, UL  {
	font-size : 11pt;
	/*color: #C69B5B;*/
	color: #d6a865; /* New brighter color. SEW 3/11/10 */
}

html, body {
	margin: 0;
	padding: 0;
	background-color: black;
	scrollbar-base-color: #4A1E0A;
}  

SMALL, .small, .blog_date  {
	font-size : 9pt;
	color: #B2894C;
}

/* Links */
a:link, a:visited {
        color: #FFC977;
}
a:hover, a:active {
        color: white;
}
a:link.nav, a:visited.nav {
	font-size : 11pt;
        color: #F0D3A8;
	font-weight : bold;
}
a:hover.nav, a:active.nav {
	font-size : 11pt;
        color: white;
	font-weight : bold;
}

.imagenav {
        border: 1;
        border-style: solid;
        border-color: black;
}
 
H2, .heading2, .blog_name  {
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size : 18pt;
	font-weight : normal;
	/* color: #E0AE63; Former heading color */	
	/* color: #e7b161; last headings color */	
	color: #fde9cc;	
	text-transform: uppercase;
}
  
H3, .heading3, .heading_blog, .blog_title, .listing_name  {
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size : 14pt;
	font-weight : normal;
	color: #fde9cc;	
	text-transform: uppercase;
}
  
H4, .heading4  {
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size : 12pt;
	font-weight : normal;
	color: #fde9cc;	
	text-transform: uppercase;
}
  
H5, .heading5  {
	font-family : Georgia, "Times New Roman", Times, serif;
	font-weight : normal;
	color: #fde9cc;	
	text-transform: uppercase;
}

.page_data {
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.left_column {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 7px;
}

hr {
	border: none;
        color: #BA2334;
	background-color: #BA2334;
	height: 1px;
}
hr.blog_rule {
	clear: both;
}

/* Remove the space at the top of ul and ol */
ul.compact, ol.compact {
	margin-top: 2px;
}
ul.align, ol.align {
	margin-top: 2px;
	margin-left: 18px;
	margin-bottom: 2px;
}

.align_right {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: right;
}
.align_left {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
}

select, input, textarea {
	color: #d6a865; /* New brighter color. SEW 3/11/10 */
	background-color: #4A1E0A;
	border: 1px solid #BA2334;
}

.button {
        color: white;
	background-color: #A00E1E;
        border: 1px solid #BA2334;
}

.blogsum_date {
	display: block;
	padding-top: 10px;
}

.newsdate {
	/*text-decoration: underline;*/
}
