/* CSS for Rep/Web syllabus */
body {
	margin: 0;
	padding: 0;
	background: #FFF; 						/* body bg color WHITE */
	font-family: verdana, "Helvetica Neue", sans-serif;
	font-size: small;
	color: #000;  							/* body font color BLACK */
	}
.clear-floats {
	clear: both;
	}
#header {
	margin: 0;
	padding: 0;
	width: 100%;
	background: #366;                  		/* color 1 */
	color: #FFF;		              		/* color WHITE */
	text-align: center;
	}
#header h1 {
	margin: 0;
	padding: 28px 0;
	font-size: 24px;
	line-height: 100%;
	font-weight: bold;
	}
#sidebar { /* total width = 20 + 190 = 210 :LEFT SIDE */
	position: absolute;
	top: 90px;
	left: 20px;
	margin: 0;
	padding: 0 0 20px 0; /* bottom only */
	width: 190px;
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 160%;
	color: #333;           			       /* color GRAY */
	text-align: left;
	}
#sidebar p.topp {
	margin-top: 0;
	padding-top: 0;
	}
#maincontent { 
/* total width is flexible. Margins accommodate the sidebar (left) and navlist (right) */
	margin: 0 260px 0 240px;
	padding: 10px 0 20px 0;
	letter-spacing: 1px;
	line-height: 160%;
	text-align: left;	
	}
#maincontent h2 {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 20px;
	font-weight: bold;
	line-height: 180%;
	color: #366;  							/* color 1 */
	}
#maincontent h3 {
	margin: 12px 0 6px 0;
	padding: 0;
	font-size: 14px;
	line-height: 100%;
	font-weight: bold;
	color: #366;  							/* color 1 */
	}
#maincontent h4 {
	margin: 12px 0 1px 0;
	padding: 0;
	font-size: small;
	line-height: 100%;
	font-weight: bold;
	color: #366;  							/* color 1 */
	}
#maincontent p {
	margin: 0;
	padding: 0 0 5px 0;
	}
#maincontent p.list-leader {
	margin:  0 0 -10px 0;
	padding: 0 0 -10px 0;
	}
#maincontent ol, #maincontent ul {
	margin: 0;
	padding: 12px 0;
	font-size: small;
	letter-spacing: 1px;
	line-height: 160%;
	}
#maincontent ol li {
	margin: 0 0 0 42px;
	}
#maincontent ul li {
	margin: 0 0 0 24px;
	}
.table-block {
	margin: 10px 0;
	}
#maincontent td {
	margin: 0;
	padding: 1px 5px 1px 5px;
	border-bottom: 1px solid #666;			/* color GRAY */
	}
.hilight-box {
	background: #FC0;						/* color 2 */
	padding: 5px 3px 3px 10px;
	margin: 20px 0;
	}
.hilight-box a:link, .hilight-box a:active, .hilight-box a:visited {
	color: #366; 							/* color 1 */
	text-decoration: underline;
	}
.hilight-box a:hover {
	color: #FFF; 							/* color WHITE */
	text-decoration: none; 
	background: #366; 						/* color 1 */
	}
#footer {
	margin: 10px 0 20px 0; /* bottom margin provides air at bottom of page */
	border-top: 1px solid #9CC;				/* color 3 */
	color: #666;							/* color GRAY */
	font-size: 80%;
	letter-spacing: 1px;
	line-height: 160%;
	}
#navlist { /* total width = 10 + 20 + 4 + 200 = 234 :RIGHT SIDE */ 
	position: absolute;
	top: 94px;
	right: 10px;
	margin: 0;
	padding: 0 0 0 20px; 
	/* left padding gives space beside the dotted vertical border */
	border-left: 4px dotted #366;				/* color 1 */
	width: 200px;
	letter-spacing: 1px;
	line-height: 170%;
	color: #333;								/* color GRAY */
	text-align: left;
	}
#navlist h3 {
	margin: 0;
	padding: 6px 0 6px 4px;
	font-size: 12px;
	line-height: 100%;
	font-weight: normal;
	letter-spacing: 4px;
	text-transform: uppercase;
	text-align: center;
	background: #FC0;							/* color 2 */
	color: #366;								/* color 1 */
	}
#navlist ul {
	margin: 0;
	padding: 6px 0 12px 18px;
	}
#navlist li {
	margin: 0;
	padding: 0;
	background-color: #FFF;	
	}
.topiclist {
	margin: 0 0 0 20px;
	padding: 0;
	}
.topiclist li {
	margin: 0;
	padding: 0 0 3px 0;
	}
.subtopic li {
	list-style: circle;
	}
ul {
	margin: 0;
	padding: 0;
	}
ul li {
	list-style: square;
	}

/* style for LINKS */

a:link, a:active, a:visited {
	color: #366; 								/* color 1 */
	text-decoration: underline;
	}
a:hover {
	color: #366; 								/* color 1 */
	text-decoration: none; 
	background-color: #9CC;						/* color 3 */
	}
/* CSS for Rep/Web syllabus */

