
/*** 
   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 Arial, Verdana, Helvetica, sans-serif;
   border: 0px dashed blue;
   text-align:center; /* IE Fix to center the siteContainer */
   background-image: url(images/bg1.jpg);
   background-repeat: no-repeat;
}

/*** set this due to the inheritance bug. body font is not inherited in the td tags ***/
td{
   font: 11px Arial, 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:#7A2727;
}

a:hover {
   text-decoration: underline;
}

/**********************************************************/
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;
}


/**********************************************************/
#siteContainerOuter {
   border:0px solid blue;
   width:100%;
   text-align:center;
   margin:auto;
   _height: 550px;
   min-height: 574px;
}

#siteContainer {
   border:0px solid black;
   margin:auto;
   width:987px;
   text-align:left;
}

#bodyContainer{
   border:0px dashed blue;
   min-height:407px;
}

#left {
   width: 210px;
   _height: 350px;
   min-height: 350px;
   border: 0px solid red;
   float: left;
}

#right {
   width:765px;
   float: left;
   border:0px solid violet;
   _height: 350px;
   min-height: 600px;
   text-align:left;
}

