body
        {
        margin: 5px;
        font-family: Verdana, sans-serif;
        background: #ffffff;
        }

img {  border:0;
}

#header
        {
        }

#header table
        {
        width: 100%;
        border: 0px;
        background: url(images/header-bg.gif) repeat-x;
        }

#header td
        {
        text-align: left;
        padding-bottom: 8px;
        vertical-align:bottom;
        }

#footer
        {
        }

#footer table
        {
        width: 100%;
        border: 0px;
        background: #666666;
        }

#footer td
        {
        font-size: 70%;
        color: #eeeeee;
        white-space: nowrap;
        }

#sidebar
        {
        width: 199px;
        margin-top: 0px;
        margin-bottom: 40px;
        margin-left: 0px;
        margin-right: 0px;
        }

.topic
        {
        width: 199px;
        margin-bottom: 12px;
        background: url(images/topic-bottom.gif) bottom left no-repeat;
        }

.topic h3
        {
        text-align: center;
        margin: 0px;
        padding-top: 6px;
        padding-bottom: 2px;
        padding-left: 2px;
        padding-right: 2px;
        font-size: 80%;
        color: #93C900;
        border-bottom: 2px solid #666666;
        background: url(images/topic-top.gif) top left no-repeat;
        }

.topic ul
        {
        margin: 0px;
        padding: 6px;
        }

.topic li
        {
        margin-left: 4px;
        margin-right: 2px;
        margin-top: 0px;
        margin-bottom: 4px;
        padding: 0px;
        color: #000000;
        font-size: 80%;
        list-style: none;
        }

.topic a
        {
        color: #666666;
        text-decoration: none;
        }

.topic a:hover
        {
        color: #FF3200;
        text-decoration: none;
        }

#content
        {
            text-align: center;
        }

#content p
        {
  text-align: left;
        font-size: 80%;
        margin: 0px;
        padding-bottom: 0px;
        padding-bottom: 6px;
        padding-left: 6px;
        padding-right: 6px;
        }

#content h2
        {
        text-align: left;
        margin: 0px;
        padding-left: 6px;
        padding-bottom: 8px;
        font-size: 80%;
        color: #666666;
        }

#content h3
        {
        text-align: left;
        margin: 0px;
        padding-left: 6px;
        padding-bottom: 8px;
        font-size: 80%;
        color: #93C900;
        }

#content h4
        {
        text-align: left;
        margin: 0px;
        padding-left: 6px;
        padding-bottom: 8px;
        font-size: 100%;
        color: #FF3200;
        }

#content a
        {
        color: #666666;
        text-decoration: none;
        }

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

#content .linktext a{
    color: #93C900;
    font-weight: bold;
}

#content .linktext a:hover{
    color: #FF3200;
}

#content ul
        {
            text-align: left;
        margin-top: 0px;
        margin-left: 20px;
        padding-top: 0px;
        padding-bottom: 3px;
        padding-left: 0px;
        list-style-type: disc;
        color:red;
        }

#content li
        {
        margin-left: 4px;
        margin-right: 2px;
        margin-top: 0px;
        margin-bottom: 4px;
        padding: 0px;
        color: #000000;
        font-size: 80%;
        }

#list
        {
        }

#list td
        {
        text-align: left;
        vertical-align:top;
        font-size: 80%;
        padding-bottom: 6px;
        padding-left: 6px;
        padding-right: 6px;
        }


#textimg
{
        float: left;
}

.floatright
{
        float: right;
        width: 250px;
        margin: 0 0 10px 10px;
        padding: 10px;
}

.bordered {
    border: 2px solid #93C900;
}

.presstable {
    font-size: 80%;
}

.pressline {
    width: 90%;
    text-align: center;
    color: #93C900;
}

/*----to get the maintable a valid height*/
.fullheight {
   height: 100%;
   border: 0px none #000000;
   width: 100%;
}

/*-------------------- feature-list --------------------*/
.featurelist{
    padding-left: 6px;
          padding-right: 6px;
}

.featurelistheader{
    background-color: #93C900;
}

.featurelist h1 {
    font-size: 80%;
    margin: 0px;
    padding: 3px 5px;
          color: #FFFFFF;
          text-align: left;
}

.featurelist p {
    margin:0px;
    padding:0px;
}

.featurelist .contenttable {
    border-collapse:collapse;
    margin-bottom: 10px;
    width: 100%;

}

.featurelist .contenttable td {
    border: 1px solid #e7e7e7;
    padding: 5px;
    vertical-align: top;
}

.featurelist .contenttable .td-0 {
    width: 150px;
          background-color: #f7f7f7;
}

.featurelist .contenttable .td-0r {
    width: 150px;
          background-color: #f7f7f7;
          text-align: right;
}

.featurelist .contenttable .td-last {
    color: #333333;
}

.featurelist .contenttable .tr-0 .td-0, .featurelist .contenttable .tr-0 .td-last {
    color: #333333;
          background-color: #CCCCCC;
}

.featurelist .contenttable .tr-h1 .td-0, .featurelist .contenttable .tr-h1 .td-last {
    color: #333333;
          background-color: #E3E3E3;
}

/*-------------------- image map --------------------*/

#imap {
    display:block;
    width:400px;
    height:240px;
    background-image:url(images/map.jpg);
    background-repeat:no-repeat;
    background-position:center;
    margin:auto;
    position:relative;
}

#imap a#title {
    display:block;
    width:400px;
    height:0;
    padding-top:240px;
    overflow:hidden;
    position:absolute;
    left:0;
    top:0;
    background:transparent url(images/map.jpg) no-repeat 400px 400px;
    cursor:default;
}

#imap a#title:hover {
    background-position: 0 0;
    z-index:10;
}

#imap dd {
    position:absolute;
    padding:0;
    margin:0;
}

#imap #piccon {
    left:110px;
    top:0px;
    z-index:20;
}

#imap #picbf {
    left:5px;
    top:168px;
    z-index:20;
}

#imap #picbfa {
    left:255px;
    top:168px;
    z-index:20;
}

#imap #picim {
    left:80px;
    top:75px;
    z-index:20;
}

#imap a#consulting {
    display:block;
    width:175px;
    height:45px;
    text-decoration:none;
    z-index:20;
}

#imap a#bookinaflash {
    display:block;
    width:150px;
    height:55px;
    text-decoration:none;
    z-index:20;
}

#imap a#bookinaattendance {
    display:block;
    width:145px;
    height:70px;
    text-decoration:none;
    z-index:20;
}

#imap a#imilia {
    display:block;
    width:250px;
    height:50px;
    text-decoration:none;
    z-index:20;
}

/* the hack for IE pre IE6 */
* html #imap a#title {
    height:240px;
    he\ight:0;
}
