﻿body /* Internet Explorer */ 
{ 
    text-align: center;
    background-color:#efeae6;
} 

body /* Mozilla Firefox alignment */ 
{ 
    text-align: -moz-center;
    background-color:#efeae6;
}

UL 
{
    list-style-image: url('img/bullet.gif');
    font-size:14px;
    font-family:Sans-Serif;
    color:black;
    vertical-align:top;
    text-align:left;
}

.HeaderCaption
{
    color:#a33d27;
    font-family:Arial Black;
    font-weight:bold;
    font-size:25px;
    letter-spacing:2px;
    text-align:center;
    text-transform:uppercase;
}

.HeaderMenu
{
    color:#723939;
    text-align:right;
    font-family:Sans-Serif;
    font-size:15px;
    font-weight:bold;
}

A.HeaderMenu:link 
{
	color:#723939;
    font-family:Sans-Serif;
    font-size:15px;
    font-weight:bold;
    text-decoration:none;
}

A.HeaderMenu:visited 
{
	color:#723939;
    font-family:Sans-Serif;
    font-size:15px;
    font-weight:bold;
    text-decoration:none;
}

A.HeaderMenu:active 
{
	color:#723939;
    font-family:Sans-Serif;
    font-size:15px;
    font-weight:bold;
    text-decoration:none;
}

A.HeaderMenu:hover 
{
	color:#90469b;
    font-family:Sans-Serif;
    font-size:15px;
    font-weight:bold;
    text-decoration:none;
}

.FooterMenu
{
    color:white;
    font-family:Sans-Serif;
    font-size:11px;
    font-weight:bold;
    vertical-align:bottom;
}

A.FooterMenu:link 
{
	color:white;
    font-family:Sans-Serif;
    font-size:11px;
    font-weight:bold;
    text-decoration:none;
}

A.FooterMenu:visited 
{
	color:white;
    font-family:Sans-Serif;
    font-size:11px;
    font-weight:bold;
    text-decoration:none;
}

A.FooterMenu:active 
{
	color:white;
    font-family:Sans-Serif;
    font-size:11px;
    font-weight:bold;
    text-decoration:none;
}

A.FooterMenu:hover 
{
	color:black;
    font-family:Sans-Serif;
    font-size:11px;
    font-weight:bold;
    text-decoration:none;
}

.siteMap 
{
	font-weight:bold;
    font-size:10px;
    text-transform:none;
    color:#777777;
    line-height:16px;
    font-family:Arial, Helvetica, sans-serif;
    text-decoration:none;
    text-align:center;
}

.textError
{
    color:red;
    font-family:Sans-Serif;
    font-weight:bolder;
    font-size:12px;
    text-align:left;
    vertical-align:top;
}

.TextHeader
{
    color:#a33d27;
    font-family:Sans-Serif;
    font-weight:bold;
    font-size:22px;
    text-transform:uppercase;
    text-align:left;
}

.Text
{
    font-size:14px;
    font-family:Sans-Serif;
    color:black;
    vertical-align:top;
    text-align:left;
}

.TextSmall
{
    font-size:9px;
    font-family:Sans-Serif;
    color:black;
}

.TextBold
{
    font-size:14px;
    font-family:Sans-Serif;
    font-weight:bold;
    color:black;
    vertical-align:top;
    text-align:left;
}


.SideColumnHeader
{
    color:#a33d27;
    font-size:16px;
    font-family:Sans-Serif;
    font-weight:bold;
    color:black;
    vertical-align:top;
    text-align:left;
    text-decoration:underline;
}

.button
{
    color:#ffffff;
    font-size:14px;
    font-family:Sans-Serif;
    font-weight:bold;
    background-color:#a33d27;
    border-color:#333333; 
    border-width:1px;
    border-style:solid;
    text-decoration:none;
    padding-left:12px;
    padding-right:12px;
    padding-top:5px;
    padding-bottom:5px;
}