
/*** 
   do not delete this dummy class which is
   used to fix some strange problems
***/

.xxx {
}

/* ------------- GENERIC --------------------*/
* {
  margin: 0;
  padding: 0;
}

html, body {
   min-height: 100%;
   height: 100%;
   width: 100%;
}

body {
   margin: 0;
   padding: 0;
   color: #000;
   background-color: #B2B2B2;
   font: 11px Verdana, Arial, Helvetica, sans-serif;
   border: 0px dashed blue;
   text-align:center; /* IE Fix to center the siteContainer */
}

/*** set this due to the inheritance bug. body font is not inherited in the td tags ***/
td{
   font: 11px verdana, Arial, Helvetica, sans-serif;
}

/**********************************************************/
img {
   margin: 0;
   padding: 0;
   border: 0px solid red;
   display: block;
}

a img {
   border: 0;
}

p {
   margin: 0 0 1em;
}

ul {
   margin-left: 15px;
}

/* ------------- common styles --------------- */
.clear {
   clear: both;
}

.hrDiv {
   border-top: 1px dashed #ccc;
}

/**********************************************************/
a:link, a:visited {
   color:#333333;
}

a:hover {
   color:#A99A6F;
}

a:active {
   color:#000000;
}

/**********************************************************/
h1, h2, h3, h4, h5, h6 {
   margin-top: 0.2em;
   margin-bottom: 0.2em;
   font-weight: bold;
}

h1 {
   font-size: 1.8em;
}

h2 {
   font-size: 1.3em;
   margin-bottom: 0.7em;
}

h3 {
   font-size: 1.3em;
}


/**********************************************************/
#siteContainer {
   width:800px;
   margin: auto;
   border:0px solid blue;
   background-color:#fff;
}

/**********************************************************/
#bodyContainer2{
      background-image: url(images/left_bg.jpg);
   background-repeat: repeat-y;
   background-position: top left;
      border: 0px solid red;
   margin-top:-2px;
}

/**********************************************************/
#bodyContainer {
   background-color: #fff;
   border:0px solid #000;
   padding: 0;
   margin: 0px;
}

#left
{
   float:left;
   width:227px;
   background-color: #CCCCCC;
   min-height:470px;
   _height:470px; /* Fix for IE */
   border-right:0px solid red;
}

#right
{
   float:left;
   border:0px solid #000;
   width:573px;
   text-align:left;
   padding:0px 0px 0px 0px;
}

#rightFullWidth
{
   text-align:left;
   min-height:362px;
   _height:400px; /* Fix for IE */
}

.imageCaption
{
   font-style:italic;
}

.successText {
   font-weight: bold;
   font-style: italic;
}
/**********************************************************/

.spActionBodyStyle{
   background-color: #fff;
}