
/*** 
   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: #000000;
   background-color: #efeffb;
   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;
   line-height: 16px;
}

ul, ol {
   margin-left: 25px;
}

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

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

/**********************************************************/
a , a:visited{
   text-decoration: none;
   color: blue;
}

a:hover {
   text-decoration: underline;
   color: red;
}

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

h1 {
   font-size: 1.3em;
}

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

h3 {
   font-size: 1.1em;
}


/**********************************************************/
#siteContainer {
   width: 1000px;
   margin: auto;
   border:0px solid blue;
   background-color: #FFF;
}
/**********************************************************/
#bodyContainer {
   border: 0px dashed blue;
}

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

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

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

.imageCaption
{
   font-style:italic;
}

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