.header{
	background-repeat: no-repeat;
	background-color:#820709;
	color: white;
}

a{
	text-decoration: none;
	color: #3E71A6;
}

a:hover {
	color: #4C73E4;
	text-decoration: underline;
}

.address a{
	letter-spacing: 2pt;
	font-family: ArialMS, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 9pt;
	color: #820709;
}

.address a:hover{
	color: #820709;
}

#special{
	margin-left: 0px;
	font-family: ArialMS, Geneva, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 20px;
	font-weight: 500;
	text-decoration: none;
	color: white;
}

#special:hover {
	color: White;
	font-weight: bold;
}

body
{
	background-image:  url(images/background.jpg);
	background-repeat: repeat-x; 
	font-size: 11px;
	margin: 10px;
	padding: 0px;
	text-align: left;
	font-family: ArialMS, Helvetica, Sans-Serif;	
}

input, select, option, textarea
{
	font-size: 11px;
	text-align: left;
}

.floatleft{
	float:left;
}

.floatright{
	float:right;
}

.title{
	font-family: ArialMS, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 6px 4px 10px;
	margin: 0px;
	border-width: 1px 1px 0px 1px;
	border-style: solid solid none solid;
	color: #FFF;
	background-color: #820709;
	border-color: #820709;
}

#maincontent .blog_title
{
	font-family: ArialMS, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 6px 4px 10px;
	margin: 0px;
	border-width: 1px 1px 0px 1px;
	border-style: solid solid none solid;
	color: #FFF;
	background-color: #3e71a6;
	border-color: #A6A6A6;
}

#maincontent .blog_title_buttons
{
	/* Edit and Delete buttons in the Blog Title */
	float: right;
	position: relative;
	top: -15px;
	right: 2px;
	/* This is totally broken on IE for the Mac but who cares! */
	border: none;
}

#maincontent .blog_body
{
	padding: 12px;
	margin: 0px;
	line-height: 17px; /* This is new */
	border-width: 1px;
	border-style: solid;
	color: #555;
	/*background-color: #FFF;*/
	border-color: #A6A6A6;
	font-family: ArialMS, Helvetica, sans-serif;
	font-size: 10pt;
}

#maincontent .blog_date
{
	font-weight: normal;
	color: #999;
	font-size: 10px;
	margin-bottom: 4px;
}

h1, h2, h3, h4, h5, h6
{
	font-family: ArialMS, 'Gill Sans', Helvetica, sans-serif;
	font-weight: bold;
	
	margin: 2px 0px 2px 0px;
}

h1
{
	font-size: 20px;
	font-weight: bold;
	color:white;
}

h2
{
	color: #680b04;
	font-family: ArialMS, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12pt;
	padding-left: 5px;
}

h3
{
	color: #FFFFFF;
	font-family: ArialMS, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 10pt;
}

h4
{
	font-size: 14px;
	font-weight: bold;
}

h5
{
	font-size: 12px;
	font-weight: bold;
}

h6
{
	font-size: 10px;
	font-weight: bold;
}

li {
	font-family: ArialMS, Geneva, Verdana, Helvetica, sans-serif;
	text-align: justify;
	padding: 0 5 0 5;
	font-size: 8pt;
	color: #555;
}

p{
	font-family: ArialMS, Geneva, Verdana, Helvetica, sans-serif;
	text-align: justify;
	padding: 0 5 0 5;
	font-size: 8pt;
}

blockquote{

	font-family: ArialMS, Geneva, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
}

#text{
 	background-color: white;
	color: #555;
	height: 550px;
	overflow: auto;
	padding: 10px;
}

ol {
	font-family: ArialMS, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 8pt;
	padding-right: 10em;
}

li {
	line-height: 1.5em;
	padding-bottom: 5px;	
}

.toc{
	background-color: #820709; 
	padding-left:15px; 
	padding-top:10px;
}

.footer{
	margin-top: 5px;
	background-color: #820709;
	text-align: center;
	font-family: ArialMS, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 8pt;
	color: darkGray;
	padding: 5px;
}

.sitemap a{
	font-family: ArialMS, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 8pt;
	color: white;
}

.sitemap a:hover{
	color: white;
	font-weight: bold;
}

.copyright font{
	color: #FFF;
	font-size: 10px;
}

.calendar
{
	font-size: 10px;
}

.calendar a
{
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.calendar td
{
	padding: 2px;
}

.calendar-month{
	border: 1px solid #A2ADBC;
	font-family: ArialMS, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #550401;
}

table.sofT {
	text-align: left;
	font-family: ArialMS, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #404040;
	background-color: #fafafa;
	border: 1px #6699CC solid;
	border-collapse: collapse;
	border-spacing: 0px;
}



td.colhead {
	text-align: left;
	text-indent: 5px;
	font-family: ArialMS, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
}
