@charset "UTF-8";

/* THIS DOCUMENT CONTROLS THE VISUAL LOOK OF TEXT AND PARAGRAPHS ON PAGES */

/* TEXT CONTROLS */

p  {
	font-size: 0.9em;
	font: Arial, Helvetica, Verdana, sans-serif;
	margin: 0, 0, 2em, 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	line-height: 1.5em;
	padding-bottom: .1em;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
strong  {
	font-size: 0.95em;
	font: Arial, Helvetica, Verdana, sans-serif;
	margin: 0, 0, 2em, 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	line-height: 1.5em;
	padding-bottom: 0.1em;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
}
H1  {
	font-size: 1.5em;
	font: Arial, Helvetica, Verdana, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #242b71;
}
H2  {
	font-size: 1em;
	font: Arial, Helvetica, Verdana, sans-serif;
	margin-bottom: -10px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding-top: 1em;
	padding-bottom: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #242b71;
}
H3  {
	font-size: .9em;
	font: Arial, Helvetica, Verdana, sans-serif;
	margin-bottom: -10px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding-top: 1em;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #242b71;
}
H4  {
	font-size: 0.8em;
	font: Arial, Helvetica, Verdana, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding-top: .8em;
	padding-bottom: .5em;
	padding-right: .5em;
	text-align: right; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
}
H5  {
	font-size: 0.8em;
	font: Arial, Helvetica, Verdana, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding-top: .5em;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #242b71;
}

/* PHOTO ALIGNMENT CLASSES FOR MAKING TEXT WRAP AROUND PHOTOS IN PARAGRAPHS*/

.leftphotowrap { visibility: visible; padding-top: 8px; padding-right: 12px; float: left; 
	z-index: 400; }
.rightphotowrap { padding-top: 8px; padding-left: 12px; float: right; 
	z-index: 400; }
	
/* LINK COLOR CLASS FOR HEADER*/
	
.whitelink {
	color:#FFFFFF;
}

/*DIVISION LINE FOR SEPARATING TEXT CHUNKS*/

.division {background: url(../images/dotrule500.gif) no-repeat; height:11px;line-height:0; font-size:1px;clear:both;}

/*TABLE FORMATTING CLASS FOR DERTERMING LOOK AND LAYOUT OF TABLES*/
.tabletext{
	font-size: 0.9em;
	font: Arial, Helvetica, Verdana, sans-serif;
	margin: 0, 0, 0, 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding-bottom: 0;
	line-height: 1.5em;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
