﻿html
{
    background-image: url(../Images/background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center; 
	background-color: #f8eedf; 
	padding: 0;
	margin: 0
}
body
{
	font-family: Verdana;
	font-size: .8em;
    background-image: url(../Images/background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: left; 
	background-color: #f8eedf; 
	color: #796857;
	padding: 0;
	margin: 0
}

.darkText
{
    color: #625447;
}

.darkBoldText
{
    color: #625447;
    font-weight: bold;
}

.bigblue
{
    color: #00a4e8;
    font-size: 1.7em;
    font-weight: bold;
}

.bigbrown
{
   font-size: 1.7em;
    font-weight: bold; 
}

.mediumbrown
{
    font-size: 1.4em;
    font-weight: bold;
}
.master
{
	text-align: left;
	width: 976px;
	padding: 0;
	margin: 0;
	background-color:#f8eedf;
}

.header
{
    background-image: url(../../Images/rightheader.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 621px;
	height: 284px;
}

.header1
{
    background-image: url(../../Images/header1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 960px;
	height: 105px;
}

.header2
{
    background-image: url(../../Images/header2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 960px;
	height: 282px;
}

.menu
{
	background-color: #f8eedf;
	width: 200px
}

.submenu
{
	background-color: #FFFFFF;
	width: 301px
}

.TransparantMenuItem
{
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
	z-index: 100;
}

.freespace
{
	padding: 8px 8px 8px 8px;
}
.content
{
	text-align: left; 
    width: 960px;
    min-height: 400px;
    background-color: #fbf5ec;
    border: solid 1px #b9b0a5;
}

.contentshadow
{
    background-image: url(../../Images/contentshadow.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 7px;
}

.emailicon
{
    z-index: 999;
    position: relative;
    top: 492px;
    left: 60px;   
}

.textBox
{
	border-style: outset;
	border-color: #625447;
	border-width: 1px;
}
.footer
{
	background-color: #00a4e8;
	border: solid 1px #2c7691;
	height: 24px;
	vertical-align: middle;
	text-align: center;
	color: #FFFFFF;
	padding-top: 4px;
}

h1
{
	font-size: 1.7em;
	color: #625447;
	font-weight: bolder;
}

h2
{
	font-size: 1.17em;
	color: #625447;
	font-weight: bolder;
}

h3
{
	font-size: 1.17em;
	color: #625447;
	font-weight: bolder;
}

.redlink 
{
	color: #a70006;
	text-decoration: underline;
}

.redlinkBig
{
	font-size: 1.3em;
	color: #a70006;
	text-decoration: underline;
	font-family: Rockwell, Times New Roman;
	font-weight: bolder;
}

/* Sample Anchor */
.normallink
{
    color: #625447;
    text-decoration: underline;
}

a.normallink:link
{
    color: #625447;
    text-decoration: underline;    
}

a.normallink:visited
{
    color: #625447;
    text-decoration: underline;    
}

a.normallink:active
{
    color: #625447;
    text-decoration: underline;    
}

a.normallink:hover
{
    color: #000000;
    text-decoration: underline;    
}

.footerLinkButton
{
	color: #8e8d8c;
	text-decoration: none;
}

a.footerLinkButton: link
{
	color: #8e8d8c;
	text-decoration: none;
}

a.footerLinkButton:visited
{
	color: #8e8d8c;
	text-decoration: none;
}

a.footerLinkButton:active
{
	text-decoration: none;
	color: #8e8d8c;
}

a.footerLinkButton:hover
{
	text-decoration: none;
    color: #000000;
}
