@import url(tapestry-jpower8.css);
@import url(reset.css);

body {
    background-color: #f2f2f2;
    text-align: left;
    font-family: Verdana, arial, helvetica, sans-serif;
    font-size: 12px;
    color: #444444;
}

#main {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    min-width: 990px; /* must be wide enough so that tabs are not strip off */
}

h1, h2, h3, h4, h5, h6, p, address, blockquote, dl, fieldset {
    margin: 15px 0;
    font-family: tahoma, arial, helvetica, sans-serif;
    font-weight: normal;
}

/* header with logo */

h1 {
    font-size: 2.2em;
    letter-spacing: -1px;
    line-height: 1.3em;
    margin-top: 0;
    margin-right: 0; /*margin-bottom: 0.5em;*/
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    color: #74b3dc;
}

/* HEADINGS */

h2 {
    font-size: 1.4em;
    line-height: 1.5em;
    margin: 0 0 0.5em 0;
    padding: 0;
}

h3 {
    font-size: 1.3em;
    line-height: 1.3em;
    margin: 0 0 0.5em 0;
    padding: 0;
    color: black;
}

h4 {
    font-size: 1.2em;
    line-height: 1.3em;
    margin: 0 0 0.25em 0;
    padding: 0;
    color: black;
}

h5 {
    font-size: 1.1em;
    line-height: 1.3em;
    margin: 0 0 0.25em 0;
    padding: 0;
    color: black;
}

h6 {
    font-size: 1em;
    line-height: 1.3em;
    margin: 0 0 0.25em 0;
    padding: 0;
    color: black;
}

/* END HEADINGS */

/* TEXT */
p {
    font-size: 1.2em;
    margin: 0 0 1.5em 0;
    padding: 0;
    line-height: 1.4em;
}

blockquote {
    border-left: 10px solid #ddd;
    margin-left: 10px;
}

pre {
    font-family: monospace;
    font-size: 12px;
}

strong, b {
    font-weight: bold;
}

em, i {
    font-style: italic;
}

code {
    font-family: "courier new", courier, monospace;
    font-size: 12px;
    white-space: pre;
}

/* box under top menu */
#col {
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em;

}

/* LINKS */
a, a:link, a:active {
    color: #1465b7;
    text-decoration: none;
}

a:visited {
    color: #1465b7;
    background-color: transparent;
}

a:hover {
    color: #cc0000;
    text-decoration: none;
}

/* END LINKS */

#footer {
    clear: both;
    padding: 10px 20px 40px 20px;
    font-size: 85%;
    text-align: center;
}

#footer p {
    margin: 0;
}

#footer, #footer a {
    color: #9f9f9f;
}

#footer a:hover {
    color: #404040;
}

/* for using jQuery modal dialog */
.ui-widget-overlay {
    opacity: 0.4 !important;
    background-color: #000000 !important;
    background-image: none !important;
}

dl {
    font-size: 1.2em;
}

dt {
    float: left;
    clear: left;
    width: 200px;
    text-align: right;
    font-weight: bold;

    /*color: green;*/

    /*white-space: nowrap;*/
}

dt:after {
    content: ":";
}

dd {
    margin: 0 0 0 210px;
    padding: 0 0 0.5em 0;
}