@charset "utf-8";
/* CSS Document */

#body{
margin-top: 0px;
margin-bottom: 0px;
background-color: #BCBCBC;
}
#whtBg{
background-color: #FFFFFF;
padding-left: 2px;
padding-right: 2px;
padding-bottom: 2px;
}
#navBg {
	background-color: #990000;
	height: 29px;
}
#navcontainer
{
margin: 0;
padding: 0 0 0 10px;
}
#navcontainer UL
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}
#navcontainer LI
{
display: block;
margin: 0;
padding: 0;
float: right;
width: auto;
}
#navcontainer A {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
color: #E1E0E0;
display: block;
width: auto;
text-decoration: none;
margin: 0;
padding-top: 8px;
padding-right: 20px;
padding-bottom: 8px;
padding-left: 10px;
}
#navcontainer A:hover, #navcontainer A:active { 
color: #9C9B9B;
}
#navcontainer A.active:link, #navcontainer A.active:visited
{
color: #9C9B9B;
}
#navcontainer li a#current{
color: #9C9B9B;
}
#navShadow {
background-image: url(images/navShadow.gif);
background-repeat: repeat-x;
}
#paddingTop{
padding-top: 1px;
}
#headerShim{
background-image: url(images/headerShim.gif);
background-repeat: repeat-x;
height: 34px;
}
#content{
padding: 15px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-stretch: expanded;
color: #333333;
}
#content a {
color: #F14036;
text-decoration: underline;
font-weight: bold;
}
#content a:hover {
color: #F14036;
text-decoration: underline;
font-weight: bold;
}
#content a.subon {
color: #F14036;
text-decoration: underline;
font-weight: bold;
}
#content_withoutPadding{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-stretch: expanded;
color: #333333;
}
#content_withoutPadding a {
color: #F14036;
text-decoration: underline;
font-weight: bold;
}
#content_withoutPadding a:hover {
color: #F14036;
text-decoration: underline;
font-weight: bold;
}
#content_withoutPadding a.subon {
color: #F14036;
text-decoration: underline;
font-weight: bold;
}
#dottedDevide{
background-image: url(images/dotted_v.gif);
background-position: center;
background-repeat:repeat-y;
}
#dottedDevide_h{
background-image: url(images/dotted_h.gif);
background-position: center;
background-repeat:repeat-x;
padding-top: 5px;
padding-bottom: 5px;
}
#copyright{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
font-stretch: expanded;
color: #333333;
}
#contactHeaders{
background-color: #F04135;
padding-top: 5px;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 5px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color: #fff;
}
#contactTxt{
background-color: #E1E1E1;
padding-top: 5px;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 5px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #333;
height: 150px;
}
