﻿body 
{
    background-image: url(Images/fractal625.jpg);
    font-family: Verdana;
    text-align: justify;
    color: #FFFFCC;
    letter-spacing: 1px;
    font-size: 11pt;
    line-height: 16pt;
}

a
{
    color: #eeeeee;
    text-decoration: none;
}

td
{
    vertical-align: top;
}

/*-- MAIN TABLE --*/

.tblLayout
{
    width: 760px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    background-color: #2b7dd1;
}

.tblLayoutHeader
{
    width: 760px;
    height: 145px;
    background-image: url(Images/Header.jpg);
}

.tblLayoutNav
{
    width: 160px;
    padding-top: 25px;
    padding-left: 15px;
    text-align: left;
}

.tblLayoutMain
{
    width: 520px;
    background-image: url(Images/dna_light2.jpg);
    background-repeat: repeat-y;
    padding-right: 80px;
    text-align: justify;
    font-size: 10pt;
}

.tblLayoutFooter
{
    width: 760px;
    height: 136px;
    background-image: url(Images/Footer.jpg);
}

/*-- NAVIGATION LINKS --*/

a.divNavElement
{
    
    display: block;
    width: 135px;
    height: 26px;
    background: url(Images/navElement.gif) 0 0 no-repeat;
    margin: 1px 0px 1px 0px;
    padding-top: 4px;
    padding-left: 10px;
}

a:hover.divNavElement
{
    background-position: 0px -31px;
}

.divNavChild
{
    font-size: 8pt;
    padding-left: 15px;
    text-align: left;
}

a:hover.divNavChild
{
    color: #0e3a6e;
    text-decoration: underline;
}

.orionHeader
{
    font-size: 13pt;
    font-weight: bold;
    color: #55b3ff;
    letter-spacing: normal;
}

.orionImage
{
    float: right;
    margin-left: 5px;
}

.orionQuote
{
    color: #86c9fe;
    font-style: italic;
}

.seminarsTable
{
    background-color: #2569b0;
    border: solid 2px #000000;
}

.seminarsPlace
{
    font-weight: bold;
}

.seminarsDate
{
    letter-spacing: normal;
}

.tdData
{
    border-bottom: solid 1px black;
}