﻿.SearchButton
{
	width:32;
	height:17;	
	cursor:default;
	border:none;
}
.SearchButtonOver
{
	width:32;
	height:17;	
	cursor:pointer;
}
.MasterPageMainContent a:link
{
	text-decoration: none;
	color: #666634;
}
.MasterPageMainContent a:visited
{
	text-decoration: none;
	color: #666634;
}
.MasterPageMainContent a:hover
{
	text-decoration: underline;
	color: #414121;
}
.MasterPageMainContent img
{
	border: none;
}

h1
{
	font-size: 1.3em;
}
h1, h2, h3, h4
{
	margin-top: 5px;
	margin-bottom: 5px;
}
.smalltextpadding
{
	padding: 5px;
}
.smallredtext
{
	font-size: 11px;
	color: #EB010D;
	padding: 5px;
	font-weight: bold;
}
.whitesubtitles
{
	font-size: 14px;
	color: #FFFFFF;
	padding: 5px;
	font-weight: normal;
	background-color:#666634;
	border-bottom:5px #B5B4A0 solid;
}
.smallgreentitle
{
	font-size: 11px;
	font-weight: bold;
	color: #666634;
}
.smallwhitesubtitle
{
	font-size: 10px;
	color: #FFFFFF;
	padding: 3px;
}
.boldblacklinks
{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.pagetitle
{
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666633;
}
.pagepadding
{
	padding: 30px;
}
.backgroundbox
{
	padding: 15px;
	border: 1px solid #666634;
	background-color: #F0EEE1;
}
.subpagetitle
{
	font-size: 16px;
	color: #666666;
}
.imageleftpadding
{
	padding-left: 15px;
}
.meetthestaffbg
{
	background-color: #F0EEE1;
	padding: 5px;
	border: 1px solid #666634;
}
.greenborder
{
	border: 1px solid #666634;
}
#SearchGo
{
	cursor: hand;
	cursor: pointer;
}