body{
	font-family:"Lucica Grande","Trebuchet MS", Verdana, Sans-serif;
	color:#888;
	background-color:#2E2E2E;
}

/* generic */
h1{
	font-size:16px;
}
a:link,
a:visited{
	font-size:12px;
	font-weight:bold;
	color:#185732;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
.tiny{
	font-size:10px;
}

.header{
	background-color:#F7F4EA;
}

.header address{
	color:#185732;
	font-size:12px;	
	font-weight:bold;
	font-style:normal;
	letter-spacing:3px;
}
.header .phone{
	font-size:20px;
	color:#006600;
	
}

/* articles */
.breadcrumbs{
	color:#666;
}
.breadcrumbs, .breadcrumbs a{
	font-size:11px;
}

.contents h4{
	font-size:15px;
}

.contents a.selected{
	text-decoration:underline;
}

.contents a:link, .contents a:visited{
	font-size:16px;
}
.contents a:hover, .contents a:active{
	color:#FFF;
	background-color:#185732;
	text-decoration:none;
}


#right .date{
	
}
#right .headline{
	font-size:18px;
	line-height:18px;
	letter-spacing:-1px;
}
.one{
	position:relative;
	width:45%;
	float:left;	
}
.one .headline a:link,
.one .headline a:visited{
	font-size:18px;
	line-height:18px;
	letter-spacing:-1px;
}
.one .headline a:hover,
.one .headline a:active{
	color:#FFF;
	background-color:#0370AC;
	text-decoration:none;
}

/* blogs and blog post formatting */
a.blogtitle:link, a.blogtitle:visited{
	color:#185732;
	text-transform:uppercase;
	letter-spacing:1px;
}
a.blogtitle:hover, a.blogtitle:active{
	color:#FFF;
	background-color:#185732;
	text-decoration:none;	
}
.post, .article{
	font-size:10pt;
	line-height:20px;
	color:#777;
}
.post a, .article a{
	font-size:10pt;
	font-weight:normal;
}
.post .date, .post em{
	font-size:11px;
	color:#CCC;
	text-transform:uppercase;
	letter-spacing:2px;
	font-style:normal;
}
.post .headline, .article h1{
	font-size:26px;
	line-height:25px;
	letter-spacing:-1px;
	font-weight:bold;
	color:#185732;
}

.post a.headline:hover, 
.post a.headline:active{
	color:#FFF;
	background-color:#185732;
	text-decoration:none;
}
.post .categories{
	font-size:11px;
}
.post .categories a{
	font-size:11px;
}
.footer a:link, .footer a:visited{
	color:#FFF;
}
.footer{
	font-size:11px;
	background-color:#2E2E2E;
	color:#FFF;	
}
.footer p{
	font-size:10px;
}
.footer address{
	font-style:normal;
}