/** BASIC */

body {
    margin: 0px;
    padding: 0px;
    background: #98cffe url(../images/img02.jpg) repeat-x left top;
    line-height: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    color: #333333;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

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

a:hover {
    text-decoration: underline overline;
}

.list1 {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list1 a {
    background: url(../images/img01.gif) no-repeat left 60%;
    padding-left: 5px;
}

.list2 {
    margin: 0;
    list-style: none;
}

.list2 a {
    background: url(../images/img01.gif) no-repeat left 60%;
    padding-left: 5px;
}

img {
    border: none;
}

img.left {
    float: left;
}

/** HEADER */

#header {
    margin: 0px 0px;
    padding: 10px 10px 10px 10px;
    height: 90px;
    color: #254360;
}

#header h1 {
    margin: 0px;
    padding: 5px 0px 0px 0px;
    text-transform: uppercase;
    font-weight: bold;
}

#header h2 {
    margin: 0 0 0 -80px;
    padding: 0px 0px 0px 25px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
}



/** CONTENT */

#content {
    padding: 30px 10px 10px 10px;
}

#columnA {
    align: left;
    padding-left: 5px;
}

#columnA h2 {
    height: 22px;
    font-size: 12pt;
    font-weight: bold;
}

#columnB {
    align: left;
    width: 210px;
}

#columnB h3 {
    height: 22px;
    border-spacing: 2px;
    font-size: 11pt;
    font-weight: bold;
}

/** FOOTER */

#footer {
    clear: both;
    margin: 0px auto;
    height: 59px;
    background: url(../images/img03.gif) repeat-x left top;
    text-align: center;
    color: #ffffff;
}

#footer p {
    margin: 0px;
    padding: 18px 0px 0px 0px;
    font-size: 10px;
    color: #FFFFFF;
}

#footer a {
    color: #cccccc;
}
#header #header-login {
    position: absolute;
    font: bold 14px "Trebuchet MS", Arial, Tahoma, Sans-serif;
    top: 30px;
    right: 230px;
    text-align:right;
}
navlink {
	font-size: 12px;
}
a.navlink:link {
        text-decoration: none;
}
a.navlink:visited {
        color: #000033;
        text-decoration: none;
}
a.navlink:hover {
        color: #666666;
        text-decoration: none;
}
a.navlink:active {
        color: #660000;
        text-decoration: none;
}
#preview{
        position: absolute;
        border:0px solid #000000;
        background:#333;
        padding:5px;
        display:none;
        color:#fff;
}
