﻿@font-face {
	font-family: 'LorrenneRegular';
	src: url('/Fonts/lorrenn_-webfont.eot');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'LorrenneRegular';
	src: url(//:) format('no404'), url('/Fonts/lorrenn_-webfont.woff') format('woff'), url('/Fonts/lorrenn_-webfont.ttf') format('truetype'), url('/Fonts/lorrenn_-webfont.svg#webfontC3eDuoHD') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'SandersonRegular';
	src: url('/Fonts/sanders_-webfont.eot');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'SandersonRegular';
	src: url(//:) format('no404'), url('/Fonts/sanders_-webfont.woff') format('woff'), url('/Fonts/sanders_-webfont.ttf') format('truetype'), url('/Fonts/sanders_-webfont.svg#webfontNbmK6QG0') format('svg');
	font-weight: normal;
	font-style: normal;
}

body 
{
	background: white;
	color: #111;
	margin: 1pc 1pc 1pc 1pc;
	font-family: "Trebuchet MS",arial,verdana,sans-serif;
	font-size: 12pt;
}

/* Hide nav items */
#HeadContainer, #NavContainer,  .AspNet-Menu-Horizontal, #leftcolumn, 
#footer #topright, #footer #bottom #bottomnav,
#hgWrapper,
#maincolumn .Search
{
	display: none;
	visibility: hidden !important;
}
#footer #bottom div#copyright
{
	margin-top: 1em;
}

/* Make the content area full page width */
#maincolumn
{
	width: 100%;
	margin: 0;
	background: transparent;
	
}
/* Make links stand out */
a:link
{
	font-weight: bold;
	text-decoration: underline;
	color: #06C;
}

/* Show link addresses */
a:link:after 
{
    content: " (" attr(href) ") ";
}

.bold, strong
{
	font-weight: bold;
}
.italic, em
{
	font-style: italic;
}
.underline 
{
	text-decoration: underline;
}
.left
{
	float: left;
}
.right
{
	float: right;
}
.center
{
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.clearLeft
{
	clear: left;
}
.clearRight
{
	clear: right;
}

p
{
    margin: 1em 0 1em 0;
}
h1
{
	font-family: 'LorrenneRegular', sans-serif;
	color: #3763AA;
	font-size: 36px;
}
h2
{
    font-size: 200%;
    font-weight: bold;
    margin: .25em 0 .25em 0;
	line-height: 110%;
}
h3
{
    font-size: 175%;
    font-weight: bold;
    margin: .25em 0 .25em 0;
	line-height: 110%;
}
h4
{
    font-size: 150%;
    font-weight: bold;
    margin: .25em 0 .25em 0;
	line-height: 110%;
}
h5
{
    font-size: 125%;
    font-weight: bold;
    margin: .25em 0 .25em 0;
	line-height: 110%;
}
h6
{
    font-size: 100%;
    font-weight: bold;
    margin: .12em 0 .12em 0;
	line-height: 110%;
}
hr
{
	color:Black;
	height:1px;
	border:none;
	margin: 0;
	padding: 0;
}
img
{
	margin: 5px;
}
