/* CSS Document */

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

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

.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.2em;
	font-family:Arial, Helvetica, sans-serif;
	color:#003366;
}

.dash{
	clear:both;
	margin-bottom:15px;
}

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

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

.dash h2{
	font-size:1.2em;
	font-family:Arial, Helvetica, sans-serif;
	color:#1746a3;
}
.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:#1746a3;
	padding:0;
	margin:0;
}

.module h2{
	font-family:"Times New Roman", Times, serif;
	font-size:1.4em;
	margin:5px 5px 0px 0px;
	color:#1746a3;
	padding-left:0px;
}
.module h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	margin:5px 5px 0px 0px;
	padding-left:0px;
	color:#003366;
}
.module a{
	border-bottom-width:1px;
	border-bottom-style:dotted;
	text-decoration:none;
}

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

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

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

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

.moduleSm a:hover{
	background-color:#cccccc;
	color:#1746a3;
}

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

.moduleSm ul ul {
margin-left: 15px;
}

.moduleSm ul ul li{
padding:0;
}


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



.highlights{
	background-color:#ECECEC;
	padding:2px 5px;
	width:inherit;
}

*html .highlights{width:450px;}

/*.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;
}
.pullquote {
	font-size: 1em;
	color: #660000;
	float: right;
	width: 200px;
	padding-left: 10px;
	line-height: 14px;
	font-style: italic;
}
