body {
	margin: 0;
	background-color: #780a09;
}
td, input, select, textarea, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.bodytext {
	line-height: 18px;
}
a {
	color: #780a09;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
.navsub {
	background-color: #f7f7f7;
	padding-top: 5px;
	padding-bottom: 5px;
	display: none;
	position: absolute;
	z-index: 1000;
}
.navitem {
	width: 100%;
}
.nav {
	font-size: 11px;
	color: #333333;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	padding: 2px 10px;
}
a.nav:hover {
	font-size: 11px;
	color: #780a09;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	padding: 2px 10px;
}
.title {
	font-size: 20px;
	color: #780a09;
	text-transform: uppercase;
}
.subtitle {
	font-size: 14px;
	color: #666666;
	text-transform: uppercase;
}
.small {
	font-size: 10px;
	color: #000000;
	text-transform: uppercase;
	text-decoration: none;
}
a.small:hover {
	font-size: 10px;
	color: #cccccc;
	text-transform: uppercase;
	text-decoration: none;
}
.field {
	border: 1px solid #eeeeee;
	background-color: #eeeeee;
	width: 200px;
	height: 18px;
}
ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}
ul li {
    padding-left: 20px;
    background: transparent url(/images/ul-dot.gif) no-repeat;
    background-position: 0 5px;
	padding-bottom: 5px;
}

.blogtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #780a09;
	text-transform: uppercase;
}
.blogdate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-transform: uppercase;
	line-height: 16px;
}
.bloglink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-transform: uppercase;
}

#contentarea {
	width: 285px;
	height: 465px;
	overflow: auto;
	float: left;
	text-align: left;
	padding-right: 8px;
}

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #e5e5e5;
}
.jScrollPaneDrag {
	position: absolute;
	background: #780a09;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

