/** BASIC */

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

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

a {
    color: #f8901f;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    color: #21fb1e;
    text-decoration: none;
}

.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: 5px 5px 5px 5px;
    height: 90px;
    color: #000000;
}

#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 {
    background: url("/files/411_bg.png") repeat-y left top ;
    padding: 10px 5px 10px 30px;
}

#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;
}

#columnC {
    align: right;
    width: 160px;
}

#columnD {
    align: left;
    width: 100%;
}

/** 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: #000000
        text-decoration: none;
}
a.navlink:hover {
        color: #f8901f;
        text-decoration: none;
}
a.navlink:active {
        color: #666666;
        text-decoration: none;
}
ul li {
	list-style-image: url(../images/bullet_orange.png);
}
