/* CSS Document */

body { color: #333; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #eae1d0; }
p {  }
td {}
a:link { color: #006699 ; text-decoration: underline; }
a:visited { color: #006699  ; text-decoration: underline; }
a:hover { color: #003366  ; text-decoration: underline; }
a:active { color: #003366  ; text-decoration: underline; }
.temp { font-size: 18px; font-family: Georgia, "Times New Roman", Times, serif; }
#temptable { background-color: #fff; border: solid 5px #3399cc; }
#wizard { background-image: url(../images/wizard.jpg); background-repeat: no-repeat; background-position: 0 bottom; }

/* H s */

h1 { color: #069; font-size: 35px; font-family: Georgia, "Times New Roman", Times, serif; font-weight: normal; }
h2 { color: #333; font-size: 17px; font-family: Georgia, "Times New Roman", Times, serif; font-weight: normal; }
h3 { color: #333; font-size: 14px; font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; border-bottom: 1px solid #dad1c2; }
h4 {}
h5 {}
h6 {}

/* TABLES */

table.header { width:940px; }
table.maintable { background-color: #fff; padding: 0 15px 15px; border-right: 5px solid #dad1c2; border-bottom: 5px solid #dad1c2; border-left: 5px solid #dad1c2; border-top-width: 0; }
table.nav { background-image: url(../images/bkgrd-nav.gif); background-repeat: repeat-x; }
table.footer { margin-top: 10px; }
td.white { background-color: #fff; }
td.headerR { background-image: url(../images/header/right-side2.jpg); background-repeat: repeat-y; }
td.headerL { background-image: url(../images/header/left-side.jpg); background-repeat: repeat-y; }

/* TEXT */
.footer-text { color: #666; font-size: 11px; padding-left: 20px; }
.footer-big { color: #666; font-size: 15px; }
.main-text { font-size: 11px; line-height: 20px; }

/* PICTURES */
.pictureR { float: right; margin: 0 0 10px 15px; border: solid 3px #eee; }
.picture { margin: 0 0 10px 15px; border: solid 3px #eee; }

/* NAVIGATION */
div#navbar2 {
    height: 30px;
    width: 100%;
}
div#navbar2 ul {
    margin: 0;
    padding: 0;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 15px;
    color: #666666;
    line-height: 30px;
    white-space: nowrap;
}
div#navbar2 li {
    list-style-type: none;
    display: inline;
}
div#navbar2 li a {
    text-decoration: none;
    padding: 7px 10px;
    color: #666666;
}
div#navbar2 li a:link {
    color: #666666:
}
div#navbar2 li a:visited {
    color: #666666;
}
div#navbar2 li a:hover {
    color: #0099cc;
}
