body {
	margin: 0px 0px 10px 0px ;
	font-family: arial, sans-serif ;
	font-size: 14px ;
	background: url(/images/pageBg.gif) #e5e5e5 ;
	background-position: center ;
	background-repeat: repeat-y ;
	color: #000000 ;
}

/* TinyMCE specific rules */

body.mceContentBody {
   background: #fff;
}

input, select, textarea {
	font-family: arial, sans-serif ;
	font-size: 14px ;
}

table {
	border-collapse: collapse ;
}

form {
	margin: 0px ;
	padding: 0px ;
}

td {
	font-size: 14px ;
	vertical-align: middle ;
}

h1 {
	font-size: 28px ;
	font-weight: normal ;
	color: #872D2D ;
	font-family: tahoma ;
	margin-top: 0px ;
	letter-spacing: -1px ;
}

h2 {
	font-size: 17px ;
	font-weight: normal ;
	letter-spacing: -1px ;
}

h3 {
	font-size: 14px ;
	font-weight: bold ;
}

h4 {
	color: #58668D;
	font-size: 18px;
	font-weight: bold;
	margin: 5px 0px; 
}

.button {
	background: url(/images/buttonBg.gif) ;
	background-repeat: no-repeat ;
	background-position: 0px center ;
	padding: 5px 5px 5px 25px ;
	border-right: 1px solid #872D2D ;
	border-bottom: 1px solid #872D2D ;
	margin-bottom: 10px ;
}

.buttonUp {
	background: url(/images/buttonBg.gif) ;
	background-repeat: no-repeat ;
	background-position: 0px center ;
	padding: 5px 5px 5px 25px ;
	border-right: 1px solid #24376C ;
	border-bottom: 1px solid #24376C ;
	margin-bottom: 10px ;
}

a.navLink:link, a.navLink:active, a.navLink:visited {
	color: #872D2D ;
	text-decoration: none ;
	font-size: 13px ;
	font-family: verdana ;
	font-weight: bold ;
	letter-spacing: -1px ;
}

a.navLink:hover {
	color: #24376C ;
}

a:link {
	color: #990000 ;
}

a:active, a:visited {
	color: #666666 ;
}

a:hover {
	color: #cc0000 ;
}

#content {
	padding: 10px 20px 20px 10px ;
}

.topButton {
	border-left: 1px solid #24376C ;
	padding: 10px ;
	text-align: center ;
}

a.topLink:link, a.topLink:active, a.topLink:visited {
	color: #ffffff ;
	font-weight: bold ;
	font-size: 14px ;
	letter-spacing: -1px ;
	text-decoration: none ;
}

a.topLink:hover {
	color: #ffff00 ;
	text-decoration: underline ;
}

.bCrumb {
	font-size: 11px ;
	letter-spacing: -1px ;
	font-family: verdana ;
}

div.blog {
	padding: 10px; 
	border-top: 1px dashed #58668D; 
}

div.blog:first-child {
	border-top: 0px; 
}

div.blog_title {
	font-weight: bold; 
	font-size: 1.1em;
}

div.blog_author {
	font-weight: bold;
	font-size: 1em; 
}

div.blog_date {
	font-style: italic;
	font-size: 1em; 
}

div.blog_link {
	text-align: right;
}

img.blog_thumb {
	float: left;
	margin: 0px 10px 10px 0px;
	border: solid 1px; 
}

img.blog_full {
	float: right;
	margin: 0px 0px 10px 10px;
	border: solid 1px; 
	width: 250px; 
}

div.blog_view_all {
	padding: 6px;
	border-top: solid 1px #58668D; 
	font-size: .9em; 
}
