/** BASIC */

body {
    margin: 0px;
    padding: 0px;
    background: #ffffff url(../images/img02.png) repeat-x left top;
    font-family: "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, serif;
    font-size: 11pt;
    color: #000000;
}

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

a {
    color: #666666;
    text-decoration: none;
    font-style: bold;
}

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

a:visited {
    color: #999999;
    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: 0px 0px 0px 0px;
    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: #ffffff url(../images/provident_bg.png) repeat-y left top;
    padding: 20px 5px 10px 20px;
}

#columnA {
    align: left;
    padding-left: 5px;
    background: url(../images/text_bg.png) no-repeat right top;
}

#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: 180px;
    padding-left: 5px;
}

#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;
    font-family: "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, serif;
    top: 30px;
    right: 230px;
    text-align:right;
}
navlink {
	font-size: 13px;
	text-transform: uppercase;
}
a.navlink:link {
	font-size: 13px;
	color: #ffffff;
        text-decoration: none;
	text-transform: uppercase;
}
a.navlink:visited {
	font-size: 13px;
        color: #ffffff;
        text-decoration: none;
	text-transform: uppercase;
}
a.navlink:hover {
	font-size: 13px;
        color: #777777;
        font-style: italic;
	text-transform: uppercase;
}
a.navlink:active {
	font-size: 13px;
        color: #3e0345;
        font-style: italic;
	text-transform: uppercase;
}
topnavlink {
        font-size: 9px;
	text-transform: uppercase;
}
a.topnavlink:link {
	font-size: 9px;
        text-decoration: none;
	text-transform: uppercase;
}
a.topnavlink:visited {
	font-size: 9px;
        color: #000000
        text-decoration: none;
	text-transform: uppercase;
}
a.topnavlink:hover {
	font-size: 9px;
        color: #999999;
        text-decoration: none;
	text-transform: uppercase;
}
a.topnavlink:active {
	font-size: 9px;
        color: #666666;
        text-decoration: none;
	text-transform: uppercase;
}
ul li {
	list-style-image: url(../images/bullet_orange.png);
}
