h1{
	font-family:"Times New Roman", Times, serif;
	font-size:1.5em;
	margin:5px 5px 0px 0px;
	color:#003366;
	padding-left:0px;
}

h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	margin:5px 5px 0px 0px;
	padding-left:0px;
	color: #003366;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.95em;
	color: #333333;
	margin: 0px;
	padding: 0px;
}


.dashboard{
	clear:both;
	border-top:1px solid #cccccc;
	margin-bottom:15px;
}

.dashboard #rtCol{
	float:left;
	width:190px;
}

.dashboard #ltCol{
	float:left;
	width:190px;
}


.dashboard h2{
	font-size:1.1em;
	font-family:Arial, Helvetica, sans-serif;
	color:#003366;
}

.dashboard table tr td,th{
	border:1px solid #cccccc;
}

.module{
	border:1px solid #cccccc;
	padding:8px;
	margin:10px;
	display:block;
	text-align:left;
}

.module h1{
	font-family:"Times New Roman", Times, serif;
	font-size:1.5em;
	color:#003366;
	padding:0;
	margin:0;
}



.module a{
	border-bottom-width:1px;
	border-bottom-style:dotted;
	text-decoration:none;
}
.noborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}

.module a:hover{
	background-color:#DCE7EE;
}

.module li{
padding-bottom:1em;
list-style:none;
margin-left:-30px;
font-size:.9em;
}
.module li li {
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -15px;
}

.moduleSm{
	padding:8px 8px 8px 8px;
	display:block;
}

.moduleSm a{
	text-decoration:none;
	width:180px;
	display:block;
	color:#006699;
}

.moduleSm a:hover{
	background-color:#DCE7EE;
	color:#006699;
}

.moduleSm ul{
	list-style:none;
	margin-left:0;
	margin-top:0;
	padding-top:0;
	padding-left:0;
}

.moduleSm li{
	margin-left:0;
	padding-left:0;
}

.highlights{
	background-color:#E8E8E8;
	padding:10px;
	width:440px;
}

*html .highlights{
	width: 440px;
}

.popLink {
	background-image: url(../_media/images/popup_arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 10px;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}
.bold-italic {
	font-weight: bold;
	font-style: italic;
}
div.syllabi table tr th {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
