*
{
   padding: 0;
   margin: 0;
}
body
{
   font-family: tahoma;
   font-size: 11px;
   font-weight: normal;
   color: #333333;
}

#footer
{
   border-top: #999999 1px solid;
   background-image: url(../images/footer_background.png);
   text-align: center;
}

#header
{
   background-image: url(../images/DC_TopBanner_bgr_2.gif);
   height: 100px;
   min-width: 800px;
   overflow: hidden;
}

div#headerLeft 
{

float:left;

}
div#headerRight
{
   float: right;
}

.homePage
{
   clear: both;
   padding-bottom: .5em;
}

.centerAlign
{
   text-align: center;
   margin: 0px auto;
}
.centerAlignNoText
{
   margin: 0px auto;
}
.spaceAround
{
   padding: 0 0 1em;
}
.spaceBottom
{
   padding-bottom: 1em;
}
.spaceTop
{
   padding-top: 1em;
}
.arialFont
{
   font-family: Arial;
}
img
{
   border: none;
   vertical-align: middle;
   background-color: Transparent;
}

a img
{
   border: none;
}
.small
{
   font-family: tahoma;
   font-size: 9px;
}
map
{
   border: 0;
}
.underline
{
   text-decoration: underline;
}
.medium
{
   font-family: tahoma;
   font-size: 10px;
}

.big
{
   font-family: tahoma;
   font-size: 13px;
   color: #333333;
}

.xbig
{
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 24px;
}

.bodyBold
{
   font-family: tahoma;
   font-weight: bold;
   color: #333333;
}
.bodyBlue
{
   font-family: tahoma;
   color: #075DA3;
}

.bodyBoldBlue
{
   font-family: tahoma;
   font-weight: bold;
   color: #075DA3;
}

.bodyRed
{
   font-family: tahoma;
   font-weight: normal;
   color: #CC0000;
}
.bodyRedBold
{
   font-family: tahoma;
   font-weight: normal;
   color: #CC0000;
   font-weight: bold;
}

td
{
   font-family: tahoma;
   font-size: 11px;
   font-weight: normal;
   color: #333333;
}
td.alt
{
   color: #000000;
}

.selectMotorImageSize  {

 width: 40px;
 height: 40px;
}
th
{
   font-family: tahoma;
   font-size: 11px;
   font-weight: normal;
}

INPUT
{
   font-family: tahoma;
   font-size: 11px;
   font-weight: bold;
   color: #075DA3;
   background-color: #E3F1F9;
   border-top-width: 1px;
   border-right-width: 1px;
   border-bottom-width: 1px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #999999;
   border-right-color: #999999;
   border-bottom-color: #999999;
   border-left-color: #999999;
   vertical-align: middle;
}
/** 
*Check boxes and Radio Buttons should not have borders. Styles for 
*non border, and background controls 
**/
/** CSS2 Compliant browsers **/
INPUT[type='checkbox'], INPUT.checkbox
{
   border-right: 0px;
   border-top: 0px;
   border-left: 0px;
   border-bottom: 0px;
   background-color: Transparent;
   margin: 0px 5px 0px 0px;
}

.InputNoBorderBack Input
{
   border-right: 0px;
   border-top: 0px;
   border-left: 0px;
   border-bottom: 0px;
   background-color: Transparent;
   margin: 0px 5px 0px 0px;
}
input[type='radio'], input.radio
{
   border-right: 0px;
   border-top: 0px;
   border-left: 0px;
   border-bottom: 0px;
   background-color: Transparent;
}


TEXTAREA
{
   border-right: #999999 1px solid;
   border-top: #999999 1px solid;
   font-weight: bold;
   font-size: 11px;
   border-left: #999999 1px solid;
   width: 600px;
   color: #075da3;
   border-bottom: #999999 1px solid;
   font-family: tahoma;
   height: 176px;
   background-color: #e3f1f9;
}
.TextAreaSmall
{
   width: 130px;
   height: 60px;
}
.LiveSupport
{
   top: 0px;
}

.spaceAfter
{
   margin-right: .3em;
}

div#prospectsLegend {
   margin-bottom:2em;
}
