﻿html
{
	margin: 0px;
	padding: 0px;
}

body 
{
	background-image: url(../Images/background.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;	
}

body, table, .body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}

#wrapper
{
	width: 949px;	
}

.resize
{}

img
{
	border: 0px;
}

a, a:link, a:active, a:visited , a:hover
{ 
	color: #BD2F19;	
	text-decoration: none;
}

a:hover
{ 
	text-decoration: underline;
}

edit:link, edit:visited, edit:active
{
	font-size: 12px;
}

edit:hover
{
	font-size: 12px;
}

h1
{
	margin: 0px 0px 5px 0px;
}

h1, .header 
{
	font-family: Times New Roman, Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #BD2F19;
	text-decoration: none;
	padding-top: 5px;
}

h2
{
	margin: 0px 0px 0px 0px;
}

h2, .subHeader 
{
	font-family: Times New Roman, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style:italic;
	color: #BD2F19;
	text-decoration: none;
}

h3
{
	margin: 0px 0px 0px 0px;
}

h3, .colhead, .colhead a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00267F;
	text-decoration: none;
}

.colhead a:hover
{
    text-decoration:underline;
}
 
.bold
{
	font-weight: bold;
}

.italic
{
	font-style: italic;
}

.times
{
	font-family: Times New Roman, Helvetica, Arial, sans-serif;
}

.footer, .footer table
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}

.footerLink, .footerLink:link, .footerLink:active, .footerLink:visited, .footerLink:hover
{ 
	color: #000000;
	text-decoration: none;
}

.footerLink:hover
{ 
	color: #BD2F19;
	text-decoration: underline;
}

.homeHeading
{
	font-family: Times New Roman, Helvetica, sans-serif;	
	font-size:18px;
	font-weight: normal;	
	color: rgb(79, 83, 68);
}

.navBlock 
{
	font-family: Times New Roman, Helvetica, sans-serif;
	font-size:17px; 
	font-weight:normal; 
	color:#ffffff; 	
}

.navBlock a, .navBlock a:visited
{
	color:#ffffff; 
	text-decoration:none;
	display:block;
}

.navBlock a:hover
{
	color:#BD2F19; 
	text-decoration:none;	
}

.navBlockFlyout
{   	
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;    
	background-color: #cbd8d1;
	padding: 10px;
}

.navBlockFlyout a, .navBlockFlyout a:visited
{
	color: rgb(79, 83, 68);
}

.navBlockFlyout a:hover
{
	color:#BD2F19;
}


.navBlockFlyoutLevelOne
{	
    left: 0px;    
}

.navBlockFlyoutLevelTwo
{
    left: 154px;
    top: -1px
}

edit:link, edit:visited, edit:active
{
	font-size: 12px;
}

edit:hover
{
	font-size: 12px;
}

.treeOpen
{
	background-image: url(../Images/toggle_open.gif);
}

.treeClosed
{
	background-image: url(../Images/toggle_closed.gif);
}

.content
{
	vertical-align: top;
	background-color: #ffffff;
	text-align: left;
	padding-left: 25px;
	padding-right: 25px;
}

.bodytext
{
	font-size:12px; 
	line-height:18px;
}

.box
{
    border: solid 1px #bbbbbb;
    background-color: #dddddd;
    padding: 5px;
}

.featuredQuote
{
}

.featuredQuote div.bigQuote
{
    color: #BBBBBB;    
    font-size: 60px;
    font-weight: bold;
    height: 30px;    
    width: 40px;    
    line-height: 45px;
    overflow: hidden;
}

.featuredQuote blockquote
{
        font-size: 18px;
        margin: 0.5em 0;
        display: block;
        clear: both;
}