﻿.leftEdge
{
	background-image: url(images/LeftEdge.gif);
	background-repeat: repeat-y;
}
.rightEdge
{
	background-image: url(images/RightEdge.gif);
	background-repeat: repeat-y;
}
.welcome
{
	font-weight: 500;
	font-size: 12px;
	text-align: left;
	color: #889355;
	line-height: 1.75;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 10px 0 10px;
}
.redText
{
	color: #840000;
}
/*ul.menu
{
	list-style: none;
	padding: 0;
	padding-left: 12px;
	margin: 0;
}*/
a
{
	text-decoration: none;
	font-weight: bold;
	color: #889355;
}
a:hover
{
	text-decoration: underline;
	font-weight: bold;
	color: #889355;
}
h4
{
	margin-bottom: 5px;
	color: #840000;
}
.separator
{
	text-align: center;
	border-bottom-style: solid;
	border-bottom-color: #889355;
}
.leftImage
{
	float: left;
	border-color: #889355;
	border-style: solid;
	margin-right: 10px;
}
.rightImage
{
	float: right;
	border-color: #889355;
	border-style: solid;
	margin-left: 10px;
}
.borderImage
{
	border-color: #889355;
	border-style: solid;
}
