body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-image: url(/images/theme-bg.png);
	background-color: #5D5D5D;
        margin-left: 0;
        margin-top: 0;
        margin-height: 0;
        margin-width:0;
	}
a:link {
	color: #662233;
	text-decoration: none
        }
a:visited {
	color: #104f8f; /* #662233; */
	text-decoration: none
	}

a:hover {
	text-decoration: underline;
        color: #600000; /*  #600000; */
        }

a.nu:hover {
	text-decoration: none;
        color: #461618 /*  #600000 */
        }

.banner {
    text-align:center;
    font-size: 125%;
}
.nav, .left {
    width: 150px;
/*     width: 7em; */
    }
.left {
    /* width: 7em;
       font-weight: bold;
       color:#2a3c6c;
       background-color: #b6b6b6; */
    width: 150px;
    height: 150px;
    background-color: #2f6d90;
    background-image: url(/images/NCCIT-seal.png);
    background-repeat:no-repeat;
    background-position:center;
}
.right, .main, .title {
    padding: 16px 32px 8px 32px;
    width: 20em;
}
.title {
    border-collapse: separate;
    border-left: 2em;
    color: black;
    font-weight: bold;
    white-space: normal;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 200%;
    font-style: italic;
    text-align: center;
    background-color: #dd6010;
    text-align:center;
    background-image: url(/images/seeking-title.png);
    background-repeat:no-repeat;
    background-position:center;
}
.nav {
    padding: 16px 32px 8px 32px;
    font-weight: normal;
    background-color: #f2f2f2;
    text-align: right;
    padding: 10px;
    text-align: right;
    background-image: url(/images/NCCIT-seal-bg.png);
    background-repeat: repeat-y;

}
.main {
     background-image: url(/images/canvas_wide.png);
     background-color: #e8eae8;
     background-repeat: repeat-y;
     padding: 10px;
     margin-left: 9px;
     text-align:left;
     }

div.design {
    font-size: 0.66em;
    float: right;
    margin-top:    4em;
    margin-bottom: 1em;
    margin-right:  4em;
    color: #444444;
}

div.design a:link {
    color: #333333;
    text-decoration: none
}


