body, td {
    background-color: #eee;
    text-align: center;
    margin: 0; padding: 0;
    background-position: top center;
    background-repeat: repeat-y;
    background-image: url(images/brand/web2bg.gif);
    font-family      : "Verdana", "Arial", "Helvetica", sans-serif !important;
    font-size        : 11px !important;
    color            : #333333 !important;
}

p {
    margin: 0 !important; padding: 4px 0 4px 0 !important;
}

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

h2 {
    border-bottom: 1px dotted rgb(192,192,192);
    font-size: 11px;
}

h3 {
    font-size: 11px;
}

a:hover {
    text-decoration: underline;
}

#wrapper {
    width: 870px; margin: 0 auto;
}

#wrapperInner {
    width: 749px; height: auto; margin: 0 auto;
    text-align: left !important;
}

#header #topBanner {
    float: none; clear: both;
    background-image: url(images/brand/image_01.gif);
    width: 749px; height: 153px;
}

#header #topMenu {
    padding: 6px 4px 0 4px;
    height: 22px;
    background: #eee;
    border-bottom: 1px solid rgb(192,192,192);
}

#contentArea {
    text-align: left;
}

#leftMenu {
    float: left;
    width: 182px;
    min-height: 600px; height: auto !important; height: 600px;
    background-color: white;
}

#mainContent {
    float: right;
    width: 550px;
    min-height: 600px; height: auto !important; height: 600px;
    background-color: white;
    text-align: left;
}

#footer {
    width: 749px;
    margin-top: 8px;
    clear: both;
    height: 24px;
}

.magenta-background {
    background-color: #780594;    
}

.yellow-background {
    background-color: #de9400;    
}

#navigation
{
    list-style-type: none;
    margin: 8px 0 8px 0;
    padding: 0;
    line-height: 20px;
}

#navigation ul {
    list-style-type: none;
    margin: 0; padding: 0;
}

#navigation .topmenu
{
    border-bottom: 1px dotted rgb(192,192,192);    
}

#navigation li
{
    display: block;
    padding: 0 0 0 28px;
    margin: 0;
    background: top left no-repeat url(images/brand/supporttickets.gif);
}

#navigation li.homeNavLink
{
    background: top left no-repeat url(images/brand/clientarea.gif);
}

#navigation li a {
    display: block;
}

#mirata-topnav {
    margin-top: 8px;
    float: right; clear: both;
    text-align: left;
}
#mirata-topnav ul {
    list-style-type: none;
}
#mirata-topnav ul li {
    float: left; width: 115px; border-right: 1px solid white; border-bottom: 1px solid white;
}
#mirata-topnav ul li a {
    display: block;
    background-color: #780594;
    background-image: url(images/brand/vmenu_bgr.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    color: white;
    padding-left: 14px;
    padding-top: 3px;
    height: 18px;
    font-weight: bold;
}

#mirata-topnav ul li a:hover {
    background-color: #de9400;
}

div.content {
    padding-top: 8px;    
}

.messages {
    font-weight: bold;
    color: red;
    padding: 4px;
}