body
{

}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 1.8em;
	color: #000;
	line-height: 1.3em;
    margin-bottom: 25px;
}
h1.home {
	position: absolute;
	left: -10000px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	color: #6A0000;
	line-height: 1.3em;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 1em;
	color: #6A0000;
	line-height: 1.3em;
}
h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .8em;
	font-weight: bold;
	color: #666;
}
blockquote, pre 
{
    font-family: inherit;
}
a:link, a:visited {
	font-weight: normal;
	color: #6A0000;
}
a:hover, a:focus {
    text-decoration: underline;
}
a:focus {outline: thin dotted;}

.imageRight
{
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}
.imageLeft
{
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}