/* Blueprint CSS Framework */

/* reset.css 
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}
*/


/* General Elements */
/* ----------------------------------------------------- */

body {
        margin-left: -8px; /* NS4 negative margin */
        text-align: center;
        color: #000000;
        background-color: #333399;
        font-size: 12px;
        font-family: Verdana, Arial, sans-serif;
}

/* font-types */

th, td, ul, ol, dl, dt, dd, p, div, blockquote, pre, code, h1, h2, h3, h4, h5 {
        font-family: Verdana, Arial, sans-serif;
}

/* NN4 text-size styles - at import overrides these */

.title {
        font-size: 22pt; font-family: Arial, sans-serif; font-weight: bold;
}

h1, h2 {
        font-size : 16px; font-weight: bold;
}

h3, h4 {
        font-size : 14px;
}

th, td, ul, ol, dl, dt, dd, p, div, blockquote, pre, code, h5 {
        line-height: 1.5em;
}

form, input, h6, .navItem, .topnavItem, .footer, .textSmall {
        font-size : 11px;
}

/* end NN4 test-size styles */

a.navItem {
        text-decoration: none;
        color: 000000;
}

a.navItem:hover {
        text-decoration: underline;
}

a.topnavItem {
        text-decoration: none;
        color: #fff;
}

a.topnavItem:hover {
        text-decoration: underline;
}

.strong {
        font-weight: bold;
}

.wrap {
        background-color: #ffffff;
        border: 1px solid #cccccc;
}


.topnav {
        background-color: #7979d2;
        color: #fff;
        border-top: 1px solid #cccccc;
        border-bottom: 1px solid #cccccc;
}

.nav {
        background-color: #7979d2;
}

.sidenav {
/*      background-color: #f8ffd6; /* #f8ffd6 */
        cursor: pointer;
}

.navItems {
        border: 2px outset #f8ffd6;
        background-color: #f8ffd6;
}

.indent {
        padding-left: 20px;
}

.footer {
        text-align: center;
}

.navPad {
/*      border-right: 1px solid #999999;*/
        padding: 4px;
        padding-left: 10px;
}

.navPad1 {
        /*      border-right: 1px solid #999999;*/
        padding: 4px;
        padding-left: 20px;
}

#maindiv {
	width: 880px;
	background-color: orange;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	}

#contentdiv {
	width: 720px;
	margin-left: 15px;
	text-align: left;
	}
