@charset "utf-8";
/* CSS Document */

.lightpurple {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e4dafd;
}
.darkpurplelarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #4e519e;
	font-weight: bold;
	font-variant: small-caps;
}
.darkpurplextralarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #4e519e;
	text-indent: 10px;
	padding-top: 10px;
}
.lightbluebold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #39C;
}
.contentblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: normal;
	padding: 10px;
	text-align: justify;
}
.contentblackcenterjustify {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: normal;
	padding: 10px;
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.contentblackright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	text-align: right;
	float: right;
	position: relative;
}

.affiliation {
	margin: 0px;
	float: left;
	width: 170px;
	background-color: #e4dafd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px;
	color: #4e519e;
}
.blackBOLDnomarg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	text-align: justify;
	margin: 0px;
	overflow: visible;
}

.contentblackBOLD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	padding: 10px;
	text-align: justify;
	margin: 0px;
}
.contentLARGEblackBOLD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	font-weight: bold;
	padding: 0px;
	text-align: justify;
	margin: 0px;
}
.contentLARGEBoldHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	font-weight: bold;
	padding: 0px;
	text-align: justify;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	left: 5px;
}


.hrcolor {
	color: #30F;
	margin-right: 10px;
	margin-left: 10px;
}
.flashcenter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: normal;
	text-align: center;
	margin-right: 40px;
	margin-left: 40px;
	left: auto;
	right: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.photoPurpleright {
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 20px;
	border-left-width: 5px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #5354a1;
	border-right-color: #5354a1;
	border-bottom-color: #5354a1;
	border-left-color: #5354a1;
	float: right;
	right: 20px;
	margin-right: 15px;
}
.photoright {
	float: right;
	padding-right: 10px;
	padding-left: 20px;
}

.photowhiteright {
	float: right;
	border: 5px solid #FFF;
	margin: 15px;
}
.photowhiteleft {
	float: left;
	border: 5px solid #FFF;
	margin: 15px;
}

.photowhiteCenter {
	border: 5px solid #FFF;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

.photowhite {
	border: 5px solid #FFF;
	margin: 15px;
}


.marglr5 {
	float: left;
	margin-right: 7px;
	margin-left: 7px;
}
.margr5 {
	float: left;
	margin-right: 5px;
}
.margl5 {
	margin-left: 5px;
	float: right;
}
.marglr15 {
	float: left;
	margin-right: 7px;
	margin-left: 15px;
}
.relatedlinks {
	float: left;
	width: 180px;
	background-color: #e4dafd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4e519e;
	list-style-position: inside;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.relatedlink {
	float: left;
	background-color: #e4dafd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4e519e;
	list-style-position: inside;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

.relatedlinksheader {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4e519e;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	text-decoration: underline;
	padding-left: 5px;
}
.photonoborder {
	float: none;
	padding-right: 10px;
	padding-left: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.photoCenter {
	border: 5px none #FFF;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.contentblackbullet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: normal;
	text-align: justify;
	display: compact;
	list-style-position: outside;
	list-style-type: disc;
	white-space: normal;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.contentLARGEBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	font-weight: bold;
	padding: 0px;
	text-align: justify;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	left: 5px;
}
.photocenterheight {
	margin-right: 10px;
	position: relative;
	top: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.mainExpand {
	cursor:hand;
	cursor:pointer;
	font: bold .9em verdana, arial, helvetica, sans-serif;
	background-color: #6CF;
.solidborder {
	border: 1px solid #000;
}
