/* CSS Document */


a:link, a:visited {
	text-decoration: none;
	color: #992023;
	}
a:hover {
	color: #FF0000;
	text-decoration: underline;
	}
a:active {
	color: #4F4F4F;
	text-decoration: underline;
	}
a:link img, a:visited img {
	border-color: #992023;
	border-width: 1px;
	border-style: solid;
	}
a:hover img, a:active img {border-color: #FF0000;}

img {	
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
	}
table img {
	border-width: 0px;
	}

.title {
	font-size: 165%;
	font-weight: bold;
	color: #663366;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 20px;
	}
.secondarytitle {
	font-size: 70%;
	}

.secondarytitlelong {
	font-size: 80%;
	font-weight: bold;
	color: #663366;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin-left: 15%;
	margin-right: 15%;
	margin-top: -18px;
	margin-bottom: 20px;
	}
	
.articlehyperlinks {
	font-family: Arial, Helvetica, sans-serif;
	color: #336600;
	font-size: 115%;
	font-weight: bold;
	text-decoration: underline;
	margin-left: 20px;
	margin-bottom: -10px;
	}

.floatimgright {
	float: right;
	margin-left: 10px;
	margin-bottom: 7px;
	margin-right: 20px;
	}
.center {
	text-align: center;
	}
.captionforimg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: center;
	}
.captionforimg a:hover, .captionforimg a:active {
	text-decoration: none;
	}
.divspacerimg {
	margin-top: 35px;
	margin-bottom: 30px;
	}

.normal {
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 20px;
	margin-left: 20px;
	font-size: 90%;
	text-indent: 15px;
	}
ol.normal, ul.normal, li.normal {
	margin-left: 70px;
	margin-right: 20px;
	text-indent: 0px;
	}
.normal-i {
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 20px;
	margin-left: 20px;
	font-size: 90%;
	text-indent: 15px;
	}
.normal-i a:link, .normal-i a:visited, .normal-i a:hover, .normal-i a:active {
	font-style: italic;
	}
/*This section below has .noitalic declarations to avoid class conflict with the specificity of the a:link tags defined in other classes.*/
.normal-i a.noitalic:link, .normal-i a.noitalic:visited, .normal-i a.noitalic:hover, .normal-i a.noitalic:active {
	font-style: normal;
	}
.normalquote-i a.noitalic:link, .normalquote-i a.noitalic:visited, .normalquote-i a.noitalic:hover, .normalquote-i a.noitalic:active {
	font-style: normal;
	}
.doublequote-i a.noitalic:link, .doublequote-i a.noitalic:visited, .doublequote-i a.noitalic:hover, .doublequote-i a.noitalic:active {
	font-style: normal;
	}
/*This section above has .noitalic declarations to avoid class conflict with the specificity of the a:link tags defined in other classes.*/
.normalquote {
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 50px;
	margin-left: 50px;
	font-size: 90%;
	text-indent: 15px;
	color: #4F4F4F;
	}
ol.normalquote, ul.normalquote, li.normalquote {
	margin-right: 0px;
	margin-left: 0px;
	margin-left: 85px;
	text-indent: 0px;
	}

.normalquote-i {
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 50px;
	margin-left: 50px;
	font-size: 90%;
	text-indent: 15px;
	color: #4F4F4F;
	}
.normalquote-i a:link, .normalquote-i a:visited, .normalquote-i a:hover, .normalquote-i a:active {
	font-style: italic; 
	}
ol.normalquote-i, ul.normalquote-i, li.normalquote-i {
	margin-left: 85px;
	text-indent: 0px;
	}

.doublequote {
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 80px;
	margin-left: 80px;
	font-size: 90%;
	color: #7B3E3E;
	}

.doublequote-i {
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 80px;
	margin-left: 80px;
	font-size: 90%;
	color: #7B3E3E;
	}
.doublequote-i a:link, .doublequote-i a:visited, .doublequote-i a:hover, .doublequote-i active {
	font-style: italic; 
	}

.subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #FFF8EE;
	background-color: #484451;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 50px;
	margin-left: 20px;
	margin-right: 20px;
	}
.linkshrink {
	font-size: 80%;
	font-style: normal;
	}

.strikethrough {
	text-decoration: line-through;
	color: #663366;
	}

.emails {
	font-family: Arial, Helvetica, sans-serif;
	color: #484451;
	font-size: 90%;
	border-style: solid;
	border-width: 1px;
	border-color: #990000;
	background-color: #FFFFCC;
	margin-left: 20%;
	margin-right: 20%;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 10px;
	}

.p-margin-email {
	margin-top: 15px;
	margin-bottom: 0px;
	}

.navlinks {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	margin-bottom: 30px;
	}
.larger {
	font-size: 130%;
	}
.redtext {
	color: #FF0000;
	}
.crossout {
	text-decoration: line-through;
	}
.note {
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 20px;
	margin-left: 20px;
	font-size: 90%;
	color: #006600;
	}
.note-span {
	color: #006600;
	}
.clear {
	clear: both;
	}
#subheadingtwolinediv1 {
	margin-top: 10px;
	margin-bottom: 0px;
	}
#subheadingtwolinediv2 {
	margin-top: 10px;
	margin-bottom: 0px;
	}
#titlestrikethrough {
	text-decoration: line-through;
	color: #FFFFFF;
	background-color: #663366;
	font-weight: bold;
	}
#navlinkshrink {
	font-size: 80%;
	margin-bottom: 40px;
	line-height: 20px;
	}
#no-indent1 {
	text-indent: 0px;
	font-weight: bold;
	margin-bottom: 35px;
	}
#no-indent2 {
	text-indent: 0px;
	}
#no-indent3 {
	text-indent: 0px;
	}
#no-indent4 {
	text-indent: 0px;
	}
#no-indent5 {
	text-indent: 0px;
	}
#no-indent6 {
	text-indent: 0px;
	}
#no-indent7 {
	text-indent: 0px;
	}
#large-indent1 {
	text-indent: 60px;
	}
#indent1 {
	text-indent: 15px;
	}
#indent2 {
	text-indent: 15px;
	}
#indent3 {
	text-indent: 15px;
	}
#indent4 {
	text-indent: 15px;
	}
#indent5 {
	text-indent: 15px;
	}
#indent6 {
	text-indent: 15px;
	}
#indent7 {
	text-indent: 15px;
	}
#clear1 {
	clear: both;
	}
#width250px {
	width: 250px;
	}
div.floatimgright#width250px p.captionforimg {
	margin-top: 0px;
	}