﻿body {
}
#DivContainer
{
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 870px;
    padding: 0px;
    margin-top: 0px;
    height: auto;
}
#DivHeaderBackground
{
    left: 0px;
    top: 0px;
    position: absolute;
    background-repeat: no-repeat;
    height: 101px;
    width: 867px;
    z-index: 1;
}

.lblName
{
    left: 20px;
    top: 200px;
    position: absolute;
    font-family: Arial;
    font-size: medium;
}

.txtName
{
    left: 80px;
    top: 200px;
    position: absolute;
    font-family: Arial;
    width: 300px;
}

.lblEmail
{
    left: 20px;
    top: 230px;
    position: absolute;
    font-family: Arial;
    font-size: medium;
}

.txtEmail
{
    left: 80px;
    top: 230px;
    position: absolute;
    font-family: Arial;
    width: 300px;
}

.lblPhone
{
    left: 20px;
    top: 260px;
    position: absolute;
    font-family: Arial;
    font-size: medium;
}

.txtPhone
{
    left: 80px;
    top: 260px;
    position: absolute;
    font-family: Arial;
    width: 300px;
}

.lblSubject
{
    left: 20px;
    top: 290px;
    position: absolute;
    font-family: Arial;
    font-size: medium;
}

.txtSubject
{
    left: 80px;
    top: 290px;
    position: absolute;
    font-family: Arial;
    width: 300px;
}


.lblBody
{
    left: 20px;
    top: 320px;
    position: absolute;
    font-family: Arial;
    font-size: medium;
}

.txtBody
{
    left: 80px;
    top: 350px;
    position: absolute;
    font-family: Arial;
    width: 720px;
    height: 300px;
}

.cmdSubmit
{
    left: 740px;
    top: 690px;
    position: absolute;
    font-family: Arial;
    width: 60px;
}
/* *********************  Menu  ********************* */
#DivMenu
{
    width: 866px;
    height: 32px;
    left: 0px;
    top: 55px;
    position: absolute;
    z-index: 3;
}

.cmdHome
{
    left: 25px;
    top: 7px;
    font-family: Garamond;
    position: absolute;
    font-size: 12pt;
    color: white;
    text-decoration: none;
}

.cmdSiteSelection
{
    left: 105px;
    top: 7px;
    font-family: Garamond;
    position: absolute;
    font-size: 12pt;
    color: white;
    text-decoration: none;
}

.cmdOnlineRegistration
{
    left: 235px;
    top: 7px;
    font-family: garamond;
    position: absolute;
    font-size: 12pt;
    color: white;
    text-decoration: none;
}

.cmdConferenceManagement
{
    left: 495px;
    top: 7px;
    font-family: garamond;
    position: absolute;
    font-size: 12pt;
    color: white;
    text-decoration: none;
}

.cmdCreativeParties
{
    left: 675px;
    top: 7px;
    font-family: garamond;
    position: absolute;
    font-size: 12pt;
    color: white;
    text-decoration: none;
}

.cmdAboutUs
{
    left: 795px;
    top: 7px;
    font-family: garamond;
    position: absolute;
    font-size: 12pt;
    color: white;
    text-decoration: none;
}

.MenuDivider1
{
    left: 85px;
    top: 7px;
    position: absolute;
}

.MenuDivider2
{
    left: 215px;
    top: 7px;
    position: absolute;
}
.MenuDivider3
{
    left: 665px;
    top: 7px;
    position: absolute;
}

.MenuDivider4
{
    left: 785px;
    top: 7px;
    position: absolute;
}

/* *********************  End Menu  ********************* */

/* *********************  Footer  ********************* */
#DivFooter
{
    z-index: 1;
    font-family: Arial;
    font-size: small;
    text-align: center;
    color: graytext;
    left: 230px;
    position: absolute;
    top: 960px;
}
#DivLinks
{
    top: 930px;
    position: absolute;
    z-index: 1;
    font-family: arial;
    font-size: medium;
    text-align: center;
    left: 110px;
}

/* *********************  End Footer  ********************* */
