   ﻿﻿﻿
/*** 
   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;
   color: #000;
   line-height: 22px;
}

ul {
   margin-left: 15px;
}

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

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

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


/**********************************************************/
#siteContainerOuter {
   width:100%;
   margin:auto;
   text-align:left;
   border:0px solid #00224f;
   height:100%;
}

#siteContainer {
   width:100%;
   height:100%;
   text-align:left;
   border:0px solid blue;
}

#topRow{
   height:99px;  
   width:100%;
   border:0px solid blue;
   background-color:#CCFFFF;
}

#logo{
   width: 475px;
   height: 99px;
   border:0px solid #000;
   float:left;
}

#logo img{
   margin:auto;
   border:0px solid #000;

}

#topRowLeft {
   width:700px;
   border:0px solid red;
   float:left;
   background-color:#CCFFFF ;
}

#topRowRight {
   border:1px solid red;
   float:right;
}


/**********************************************************/
#siteContainer2{
   background-image: url(images/left_bg.jpg);
   background-repeat: repeat-y;
}

/**********************************************************/
#left
{
   float:left;
   width:150px;
   _height:470x; /* Fix for IE */
   min-height:470px;
   border:0px solid red;
   background-position: bottom left;
   background-repeat:repeat;
   padding-top:10px;
}

#right
{
   float:left;
   margin:0px 0px 0px 0px;
   border:0px solid #000;
   padding:0px;
   _height:407px; /* Fix for IE */
   min-height:407px;
}

.imageCaption
{
   font-style:italic;
}

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