﻿body 
{
    font-family:Arial;
}
.pagetitle
{
    font-family:Arial;
    font-size:17px;
    color:#810e1a;
}
.Eric
{
    font-family: Arial;
    color: #810e1a;
    font-size: 17px;
}
.brown
{
	    color: #810e1a;
}

p
{
    font-family:Arial;
    margin-left:0px;
    margin-right:100px;
}
ul
{
	list-style-type: disc;
}
img
{
    border:0px;
}
div.innerblock
{

	background-image: url(images/BK_Repeat.png);
	background-repeat: repeat;
	position: relative;
	margin-left:-10px;
	top:-30px;
}
innerBG
{
	background-image: url(images/BK_Repeat.png);
	background-repeat: repeat-x;
	z-index: -2;
	position: absolute;
}
div.outerblock
{

	height: 649px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
div.topnav
{
    position: relative;
    left: 535px;
    top: 75px;
    color: White;
    font-family: Myriad Pro;
    font-size: 10px;
    text-decoration: none;
    letter-spacing: 2px;
}
.line
{
    padding-top:10px;
    padding-bottom:10px;
}
.tabs
{
    padding-top:88px;
    padding-left:20px;
}
.small
{ 
	font-size: 12px;
}
.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	
}
.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.topNav
{
	color:White;
	 text-decoration:none;
}
.tbPadding
{
 margin-bottom:4px;
}