@charset "UTF-8";
/* CSS Document */



.homeCopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
	

.largeorange {
	font-size: 16px;
	color: #fc7215;
	font-weight: bold;

}

.largeblue {
	font-size: 16px;
	color: #475c7b;
	font-weight: bold;

}

.orange {

	color: #fc7215;
	font-weight: bold;
}

.blue {
	color: #475c7b;
	font-weight: bold;

}


.smalltext {
	font:11px Arial, Helvetica, sans-serif;

}


.footnote {
	font:10px Arial, Helvetica, sans-serif;
}

.firstpara {
padding-top: 25px;

}


/* Basic Links */

a:link, a:visited {
text-decoration : none;
font-weight: bold;
color : #475c7b; }


a:hover {
text-decoration : underline;
color : #fc7215; }

#content .imageband a:link, a:visited {
text-decoration: none;
}

.basiclist {

list-style-position: inside;
list-style-type: circle;
color:#fc7215;
text-indent: 5px;
margin-bottom: 20px;
margin-top: 0px;
}

.blacklist {

list-style-position: inside;
list-style-type: disc;
color:#000;
text-indent: 5px;
margin-bottom: 20px;
}

.blacklist li {

margin-bottom: 10px;

}

#content .imageband a:hover {
text-decoration: underline;
}

.instructor {font-style:italic;}
