ï»¿ï»¿ï»¿

/*** 
   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 MS PGothic, ·s²Ó©úÅé, Arial, Helvetica, sans-serif;
   /*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 {
   color:#fff;
   text-decoration: none;
}

a:hover {
}

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

h7 {
   font-size: 10px;
}
/**********************************************************/
#siteContainer1 {
   width:985px;
   margin:auto;
   text-align:center;
   border:5px solid #00224f;
}

#topRow{
   text-align:right;
   height:15px;
   background-color:#00224f;
   color:#fff;
   padding-right:27px;
}

#siteContainer2 {
   margin:auto;
   width:934px;
   text-align:left;
   margin-top:5px;
}

/**********************************************************/
#bodyContainer{
   border:0px solid blue;
}

#bodyContainer2
{
   background-image: url(images/left_bg_mask.jpg);
   background-position: 0px 0px;
   background-repeat: repeat-y;
   border:0px solid red;
}

#bodyContainer3
{
   /* background-image: url(images/middle_bg_mask.jpg); */
   background-position: 193px 0px;
   background-repeat: repeat-y;
   border:0px solid red;
}

#bodyContainer4
{
   background-image: url(images/right_bg_mask.jpg);
   background-position: 580px 0px;
   background-repeat: repeat-y;
   border:0px solid red;
}
/**********************************************************/
#left
{
   float:left;
   width:191px;
   _height:471px; /* Fix for IE */
   min-height:471px;

         background-image: url('images/left_bg1.jpg');
   
   background-repeat: no-repeat;
   position:relative;
}

#right
{
   margin-left:2px;
   float:left;
   width:741px;
}

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