BODY {
	/* background-color : #004488; */
	background-image : url(/images/nccs-background.jpg);
	font-family: Georgia, "Times New Roman", serif;
	font-size : 1em;
}

A[href]:link {
        color : #0000cc;
        font-style : normal;
        text-decoration : none;
}

A[href]:visited {
        color : #0000cc;
        font-style : normal;
        text-decoration : none;
}

A[href]:hover {
        color : #000088;
        font-style : normal;
        text-decoration : underline;
}

A[href]:active {
        color : #ffffff;
        font-style : normal;
        text-decoration : underline;
}

#leftbar TD {
	font-family : "Arial";
	font-size : 10pt;
	font-variant : small-caps;
	white-space: nowrap;
	padding-top : 5px;
	padding-bottom : 5px;
	padding-left : 5px;
	padding-right : 5px;
}


#leftbar TD A[href]:link {
        color : #0000cc;
        font-style : normal;
	font-weight : bold;
        text-decoration : none;
}

#leftbar TD A[href]:visited {
        color : #0000cc;
        font-style : normal;
	font-weight : bold;
        text-decoration : none;
}

#leftbar TD A[href]:hover {
        color : #880022;
        font-style : normal;
	font-weight : bold;
        text-decoration : underline overline;
}

#leftbar TD A[href]:active {
        color : #ffffff;
        font-style : normal;
	font-weight : bold;
        text-decoration : none;
}

#committee TABLE {
	border : 0px none;
}

#committee TR {
	border : 0px none;
}

#committee TH {
	vertical-align : top; 
	border : 1px solid #111155; 
	background-color : #ddddff;
	padding : 5px;
}

#committee TD {
	vertical-align : top; 
	border : 1px solid #111155; 
	background-color : #eeeeff;
	padding : 5px;
}

div.maindiv {
	background-color : #ffffff; 
	margin-left : auto;  
	margin-right : auto;
	padding : 5px;
	width : 740px; 
}

