body {
background-image: url('../Graphics/BackgroundTexture.jpg');
background-color: #fdfadc;
}

.TopLeftShadow {
background-image: url('../Graphics/TopLeftShadow.png');
background-repeat: no-repeat;
background-position: top left;
width: 9px;
height: 9px;
}

.TopShadow {
background-image: url('../Graphics/TopShadow.png');
background-repeat: repeat-x;
background-position: top left;
height: 9px;
}

.TopRightShadow {
background-image: url('../Graphics/TopRightShadow.png');
background-repeat: no-repeat;
background-position: top left;
width: 9px;
height: 9px;
}

.LeftShadow {
background-image: url('../Graphics/LeftShadow.png');
background-repeat: repeat-y;
background-position: top left;
width: 9px;
}

.ContainerBackground {
background-color: #7a6946;
padding: 20px;
}

.RightShadow {
background-image: url('../Graphics/RightShadow.png');
background-repeat: repeat-y;
background-position: top left;
width: 9px;
}

.BottomLeftShadow {
background-image: url('../Graphics/BottomLeftShadow.png');
background-repeat: no-repeat;
background-position: top left;
width: 9px;
height: 9px;
}

.BottomShadow {
background-image: url('../Graphics/BottomShadow.png');
background-repeat: repeat-x;
background-position: top left;
height: 9px;
}

.BottomRightShadow {
background-image: url('../Graphics/BottomRightShadow.png');
background-repeat: no-repeat;
background-position: top left;
width: 9px;
height: 9px;
}

.BottomBanner {
background-image: url('../Graphics/BottomDividerShadow.png');
background-repeat: repeat-x;
background-position: top left;
background-color: #FFFFFF;
padding: 10px;
}

.ContentBackground {
background-color: #e2deb3;
}

.MainMenu {
color: #666666;
font-size: 8pt;
font-family: serif;
font-weight: normal;
}

a.MainMenu:link {
color: #666666;
font-size: 8pt;
font-family: serif;
font-weight: normal;
}

a.MainMenu:hover {
color: #CC0000;
font-size: 8pt;
font-family: serif;
font-weight: normal;
}

.MenuPageHeader {
color: #FFFFFF;
background-color:#000000;
font-size: 12pt;
font-family: serif;
font-weight: bold;
padding:3px;
}

.MenuItem {
color: #000000;
font-size: 9pt;
font-family: sans-serif;
font-weight: bold;

}

.DottedLine {
border-bottom: 1px dotted #000000;
border-top: 0px;
border-right: 0px;
border-left: 0px;
height:1px;
background-color: transparent;
color: transparent;
}

.MainMenuPadding {
padding-top: 5px;
padding-bottom: 10px;
}

.ContentText {
font-family: sans-serif;
font-size: 8pt;
color: #000000;
font-weight:normal;
}

a.ContentText:link {
color: #880e0d;
font-size: 8pt;
font-family: sans-serif;
font-weight: bold;
}

a.ContentText:hover {
color: #CC0000;
font-size: 8pt;
font-family: sans-serif;
font-weight: bold;
}

.TitleText {
font-family: serif;
font-size: 16pt;
color: #666666;
}

.SubTitleText {
font-family: serif;
font-size: 12pt;
color: #666666;
}

a.SubTitleText:link {
font-family: serif;
font-size: 12pt;
color: #666666;
text-decoration:underline;
}

a.SubTitleText:hover {
font-family: serif;
font-size: 12pt;
color: #CC0000;
text-decoration:underline;
}

.MenuHeader {
font-family: serif;
font-size: 10pt;
color: #666666;
}

a.MenuHeader:link {
font-family: serif;
font-size: 10pt;
color: #666666;
text-decoration:underline;
}

a.MenuHeader:hover {
font-family: serif;
font-size: 10pt;
color: #CC0000;
text-decoration:underline;
}

.MenuPages {
font-family: serif;
font-size: 10pt;
color: #666666;
}

a.MenuPages:link {
font-family: serif;
font-size: 10pt;
color: #666666;
text-decoration:underline;
}

a.MenuPages:hover {
font-family: serif;
font-size: 10pt;
color: #CC0000;
text-decoration:underline;
}

.Footer {
color: #666666;
font-size: 7pt;
font-family: sans-serif;
}

.LogoTableDiv {
position: relative;
height: 258;
}

.LogoTableSpan {
position: absolute;
left: -84px;
right: 0px
top: 0px;
bottom: 0px;
}

input.FormField {
width: 300px;
border: 1px solid #000000;
}

textarea.FormField {
width: 300px;
height: 100px;
border: 1px solid #000000;
}

.SubmitButton {
background-color: #880e0d;
border-top: 1px solid #c38686;
border-left: 1px solid #c38686;
border-bottom: 1px solid #440707;
border-right: 1px solid #440707;
font-family: sans-serif;
font-size: 9pt;
font-weight: bold;
color: #FFFFFF;
}