/* ------ Common Styles ------ */
body 
{
	background-image: url(Images/backgroundpattern.gif);
	width: 950px;
	margin: auto;
	padding: 0px;
	background-color: #ffffff;
}

H1
{		
	font-family: Myriad, Arial, Verdana;
	font-size: 18pt;
	font-weight: bold;
	text-decoration: none;
	color: #404B7A;
	display: block;
}

H2
{
	font-family: Myriad, Arial, Verdana;
	font-size: 2.1875em;
	font-weight: normal;
	text-decoration: none;
	color: #404B7A;
	display: block;
}

H3
{
	font-family: Myriad, Arial, Verdana;
	font-size: 1.375em;
	font-weight: normal;
	text-decoration: none;
	color: #B17950;
	display: block;
}

H4
{
	font-family: Myriad, Arial, Verdana;
	font-size: 1.1875em;
	font-weight: normal;
	text-decoration: none;
	color: #256397;
	display: block;
}

H5
{
	font-family: Myriad, Arial, Verdana;
	font-size: .85em;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	display: block;
	line-height: 22px;
}

p
{	
	font-family: Myriad, Arial, Verdana;
	font-size: .75em;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	display: block;
	line-height: 22px;
}

a
{
	font-family: Myriad, Arial, Verdana;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}

ul
{	
	font-family: Myriad, Arial, Verdana;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

li
{
	font-family: Myriad, Arial, Verdana;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

.Copyright
{
	font-family: Myriad, Arial, Verdana;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #F7F0D6;
}

.IEImage
{
	margin-bottom: -4px;
}

.WebsiteH1
{
	font-family: Myriad, Arial, Verdana;
	font-size: 20px;
	font-weight: normal;
	text-decoration: none;
	color: #80815A;
}

.BannerText
{
	font-family: Myriad, Arial, Verdana;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	display: block;
	line-height: 22px;
}

.TextPadding
{
	padding-right: 6px;
}

/* ------ Background Styles ------ */
.FooterBg
{
	background-color: #4E3919;
}

.InnerBanner
{
	background-image: url(Images/Backgrounds/InnerBannerBg.jpg);
	background-repeat: no-repeat;
}

.MenuBgRepeat
{
	background-image: url(Images/Backgrounds/MenuBgRepeat.jpg);
	background-repeat: repeat-x;
}

.LeftNavBg
{
	background-color: #EEEEDE;
}

.CenterBg
{
	background-color: #F7F0D6;
}

/* ------ Homepage Styles ------ */
.HomeH1
{
	font-family: Myriad, Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

.HomeH2
{
	font-family: Myriad, Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

.HomeText
{
	font-family: Myriad, Arial, Verdana;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

a.HomeTextLink
{
	font-family: Myriad, Arial, Verdana;
	font-size: 12px;
	font-weight: normal;
	text-decoration: normal;
	color: #80815A;
}

.BoxText
{
	font-family: Myriad, Arial, Verdana;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	letter-spacing: 1px;
}

/* ------ Subpage Styles ------ */
.SubH1
{
	font-family: Myriad, Arial, Verdana;
	font-size: 20px;
	font-weight: normal;
	text-decoration: none;
	color: #8C6600;
}

.SubH2
{
	font-family: Myriad, Arial, Verdana;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	color: #8C6600;
}

.SubH3
{
	font-family: Myriad, Arial, Verdana;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	color: #4E3919;
}

.SubText
{
	font-family: Myriad, Arial, Verdana;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	display: block;
	line-height: 18px;
}

a.SubTextLink
{
	font-family: Myriad, Arial, Verdana;
	font-size: 13px;
	font-weight: normal;
	text-decoration: underline;
	color: #000000;
}

.FooterText
{
	font-family: Myriad, Arial, Verdana;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
}

a.FooterTextLink
{
	font-family: Myriad, Arial, Verdana;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	color: #ffffff;
}

/* ------ Form Styles ------ */
.FormText
{
	font-family: Myriad, Arial, Verdana;
	font-size: .75em;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

.FormTextBold
{
	font-family: Myriad, Arial, Verdana;
	font-size: .75em;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

.FormTextError
{
	font-family: Myriad, Arial, Verdana;
	font-size: .75em;
	font-weight: bold;
	text-decoration: none;
	color: red;
}

.FormTextLink
{
	font-family: Myriad, Arial, Verdana;
	font-size: .75em;
	font-weight: normal;
	text-decoration: underline;
	color: #000000;
}

.FormHead1
{		
	font-family: Myriad, Arial, Verdana;
	font-size: .875em;
	font-weight: bold;
	text-decoration: none;
	color: #899BA4;
	display: block;
}

.FormHead2
{
	font-family: Myriad, Arial, Verdana;
	font-size: .75em;
	font-weight: bold;
	text-decoration: none;
	color: #899BA4;
	display: block;
}

/* IE hacks to fix box-model problem where IE adds border/margin/padding width to outside of the box */
.yourstyle
{
            voice-family: "\"}"";
            voice-family: inherit;
/* Conforming browsers use values below this line */
}

.IEImage
{
	margin-bottom: 0px;
}