﻿
/*** 
   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: #fff;
   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 {
   text-decoration: none;
   color: #7F7F7F;
}

a:hover {
   text-decoration: none;
   color: #000;
   
}

/**********************************************************/
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:971px;
   margin: auto;
   border:0px solid blue;
   _height:500px;
}

/**********************************************************/
#siteContainer2{
   background-image: url(images/left_bg.jpg);
   background-repeat: repeat-y;
   border: 0px solid red;
   margin-bottom:5px;
}

/**********************************************************/
#bodyContainer {
   border:0px solid #000;

      min-height:470px;
   _height:470px;
}

/**********************************************************/

#left {
   float:left;
   width:200px;
   margin-top:5px;
   border: 0px solid red;
}

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

#right .rightInnerBg {
   background-color: #EAEAEA;
   height: 465px;
   padding: 0px 0px 15px 15px;
   color: #878787;
   margin-left: 5px;
}

#rightFullWidth
{
   text-align:left;
   min-height:470px;
   _height:470px; /* Fix for IE */
   border:0px solid blue;
}

.imageCaption
{
   font-style:italic;
}

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