body {
	background-color: #573D21;
	margin: 0px;
}
p { 
	margin-top: 0; 
	padding-top: 0; 
}
input.Button
{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;	
}

.SideText {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	padding: 5px 30px 5px 20px;
	line-height: 15px;

}
.FooterText,
a.FooterText:link,
a.FooterText:hover,
a.FooterText:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #EFE5D6;
}
.PageTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}
.Bodytext {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
}
.HomeText {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #820B0C;
	line-height: 35px;

}
.Divider
{
	height: 15px;
	background-image: url(../images/content_divider_bg.gif);
	background-repeat: repeat-x;
	display: table;
	width: 100%;
}
.ErrorMessage
{
	color: #820B0C;
	font-weight: bold;
}
a:link { color: #000000; }
a:visited {	color: #820B0C; }

.pic {
	margin-right: 7px;
	margin-bottom: 3px;
}

.Calendar
{
	position:absolute;
	visibility:hidden;
	background-color:white;
	layer-background-color:white;
	z-index:5;
}
/****************/
/* Admin styles */
/****************/

.Message
{
	border-top: 1px solid #C6A36E;
	border-bottom: 1px solid #C6A36E;
	background-color: #820B0C;
	color: #FFFFFF;
	text-transform: none;
	width: 100%;
	margin-bottom: 4px;
	padding: 2px;
}

/*********************/
/* Navigation styles */
/*********************/
.NavLink
{
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #820B0C;
}
.NavLink a
{
	color: #820B0C;
	display: block;
}
.NavMenu
{
	margin-left: 3px;
	/*background-color: #000000;
	border-top: 1px solid #000000;*/
}
.NavMenuItem
{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #EFE5D6;
	background-color: #375C68;
	/*border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;*/
}
.NavMenuItem a
{
	color: #EFE5D6;
	padding: 6px;
	display: block;
}
.NavMenuItem a:hover
{
	color: #A35B25;
	/*background-color: #EFE5D6;*/
}