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


h2 {
	font-size: 22px;
	line-height: 1.8em;
	margin-top: 0;
	padding: 25px;
	margin-left: 230px;
	color: #104871;}

h3 {
	font-size: 1.3em;
	line-height: 1.0em;
	margin-top: 0px;
	color: #104871;}
	
h4 {
	font-size:  1.1em;
	color: #104871;}

.dropcap {
	float: left;
	color: #77A741;
	margin-right: 3px;
	font-family: "Times New Roman", Times, serif;
	font-size: 3em;
	font-style: normal;
	line-height: 0.8em;
	font-weight: normal;
	font-variant: normal;}

/*objective styles start here*/
#objectives ul {
	list-style-position: outside;
	list-style-type: disc;	
	text-align: left;	
	position: relative; left: -1em;}
	
#objectives h2 {
	margin-top:-.5em;}
				
/*end of objective styles*/

.bold {
	font-weight: bold;}
	
.italics {
	font-style: italic;}

.steelblue {
	color:  #104871;}
	
.steelblueBold {
	color:  #104871;
	font-weight: bold;}
		
.centertext {
	text-align: center;}
	
.clearfloat {
	clear: both;}
	
.indent {
	margin-left: 30px;}
	
.imageleft {
	float: left;
	margin-right: 1em;}
	
.imageright{
	float: right;
	margin-left: 1em;
	margin-right: 1em;}
	
.imagecenter {
	margin-left: auto;
	margin-right: auto;
	display: block;}
	
.source{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .85em;
	color: #000000;}
	

/*main content link styles*/
#content a:link {
	color: #77A741;
	text-decoration: underline;}
	
#content a:visited {
	color: #104871;
	text-decoration: none;
}
	
#content a:hover {
	color: #0F90B0;
	font-weight: normal;
	text-decoration: underline;
}

/*prevnext link style start here*/
#content .prevnext a:link {
	color: #000000;
	text-decoration: none;
	list-style: none;}
	
#content .prevnext a:visited {color: #000000;
	text-decoration: none;}
		
#content .prevnext a:hover {
	font-weight: bold;
	text-decoration: underline;
}

	
.centerbold
{
	font-weight: bold;
	text-align: center;}

td, th {
	padding: 5px;
	font-size: 0.85em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;}
	
th {
	font-size: 0.95em;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(../graphics/headerslice.jpg) repeat-x;}

.bolditalic
{
	font-style: italic;
	font-weight: bold;}

.bluebold
{
	font-weight: bold;
	color: #104871;}
