body {
	background-color: #c0c0b0; /* was #2f4860, same as the header background */
	font: normal 83% "arial", sans-serif;
	color: #17232d; /* was #606760 */
	}
h1 {
border-bottom: solid 2px #ffffff;
/* background-color: #2f4860; */ background: #2f4860 url(head.png) repeat-x;
font-weight: bold;
 letter-spacing: -1px;
 color: #ffffff;
 }
h2 {font-weight: normal; letter-spacing: -1px; color: #2f4860;}


#perm-links a {
text-align: center;
/* border: solid 1px #2f4860; */
/* background-color: #2f4860; */
color: #ffffff;
font-weight: bold;
text-decoration: none;
}

#perm-links a:hover {
color: #662a02; /* was #cbe8ff */
/* border: solid 1px #7dc7ff; */
}

#inside {background-color: #c0c0b0;}

#main-menu {
	border: solid 1px #c0c0b0;
	background-color: #c0c0b0;
	color: #af8060;
	}
	#main-menu ul {
	list-style: square;
	}
	#main-menu  li {
	border-bottom: solid 1px #606070;
	}
	#main-menu a {
	border: solid 1px #c0c0b0;
	background-color: #c0c0b0;
	color: #2f4860;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	}
	#main-menu a:hover {
	/* background-color: #ffffff; */
	color: #035fad;
	}
	#main-menu h3 {
	border-bottom: solid 1px #606070;
	color: #9f4b07; /* mid-blue - 035fad */
	}
	
	#side-bar-content h3 {
	border-bottom: solid 1px #606070;
	color: #9f4b07; /* mid-blue - 035fad */
	}

#content {background-color: #ffffff;}
#content a {color: #2f4860; font-weight: bold; text-decoration: none;}
#content a:hover {color: #035fad; text-decoration: underline;}
#content table {margin: auto; margin-top: 15px; margin-bottom: 15px; width: 550px; border: solid 1px #666666;}
#content th {background-color: #cccccc;}
#content td {padding: 3px; border: solid 1px #cccccc;}
#content img {margin: auto; margin-top: 15px; margin-bottom:L 15px; }
#content h3 {
	margin: 0;
	padding-bottom: 2px;
	letter-spacing: 1px;
	color: #2f4860;
	border-bottom: dotted 2px #a8bdce;
	}
#content dt {margin-top: 8px; padding-left: 10px; font-weight: bold; letter-spacing: -1px; color: #2f4860;}
#content dd {width: 90%;}

#footer {
	border-top: dotted 1px #2f4860;
	/* border-left: solid 1px #ff0000; border-right: solid 1px #ff0000; border-bottom: solid 1px #ff0000; */
	text-align: center; /* was right - aligns footer content */
	background-color: #c0c0b0; /* was #2f4860, same as header background */
	color: #2f4860;
	}
	/* from sncastyles.css */
	#footer a{
	color: #2f4860; /* was #888 */
	font-weight:normal;
	}
        #footer span {
	color:#aaa; /* was #aaa */
	font-size: 11px;
	}
	/* -------------------- */

.info-title {
	background-color: #c0c0b0;
	margin: 0;
	padding: 2px;
	padding-left: 5px;
	color: #035fad;         /* brown - 9f4b07 | */
	text-align: center; letter-spacing: 2px;
	}

.module-menu {
	border-bottom: solid 1px #d68d58;  /* #589fd6 - lighter mid-blue */
	margin: 0;
	padding: 2px;
	padding-left: 5px;
	color: #c85f12;         /* brown - #c85f12 | mid-blue - #035fad */
	text-align: left;
	}

.module-subhead {
	margin: 0;
	padding: 2px;
	color: #c85f12;         /* brown - #c85f12 | mid-blue - #035fad */
	text-align: left;
	text-decoration: underline;
	}

