h1 {
	font-size:130%;
	color:#666;
	margin-top:10px;
	margin-bottom:20px;
	padding-bottom:10px;
	border-bottom:dotted 1px #666;
}

.nav_subpage
{
	font-size: 12px;
}

.sf_listItemTitle a
{
	font-size: .8em;
}

.sf_singleNews
{

}

.sf_listItemBody
{
	padding-top: 5px;
	font-size: 1.3em;
	padding-left: 5px;
}
.sf_controlListItems a
{
	font-size: .9em;
}

.sf_controlListItems a hover
{
	text-decoration: none;
	border-botom: 0px;
}

h2 {
	color:#666666;
	font-size:115%;
}
h3 {
	color:#790000;
	font-size:95%;
	margin-bottom:0;
}

h4 {
	color: #7D8791;
	font-size:90%;
	margin-bottom:0;
}

h5 {
	color: #495973;
	font-size:90%;
	margin-bottom:0;
}

h6 {
	color: #666;
	font-size:85%;
	margin:0;
}
p {
	font-size: .9em;
	/*line-height:130%;*/
	color:#333;
}
li {
	font-size: 0.75em;
	line-height:130%;
	color:#333;
}
ul li {
	font-size: .9em;
}
ul ul li {
	font-size: 13px;
}
ul {
	list-style: square;
}

.grayText {
	color: #666;
}
.redText {
	color: #790000;
}


/* CONTENT BOXES */

.box_right {
	width:45%;
	padding:10px;
	border:1px dotted #790000;
	margin:0 0 10px 15px;
	float:right;
	display:block;
}
.box_right h1 {
	font-size:.9em;
	color:#790000;
}
.box_left {
	width:45%;
	padding:10px;
	border:1px dotted #790000;
	margin:0 10px 10px 0;
	float:left;
	display:block;
}
.box_left h1 {
	font-size:.9em;
	color:#790000;
}


/* BLOG */
ul.sf_postListing li
{
	padding-bottom: 20px;
	border-bottom: solid 1px #999999;
}

h2.sf_postTitle
{
	margin-bottom: 5px;
}

.sf_postTitle a
{
	color: #790000;
	font-size: .8em;
}
