@charset "utf-8";
/* CSS Document */

/* global */

body {
	margin: 0px;
	padding: 0px;
}

h2, h3, h4, h5, h6 {
	padding: 0;
	border: none;
	margin: 1em 0;
}

h5 {
	font-size: 1.1em;
}

h6 {
	font-size: 1em;
}

em {
	font-weight: normal;
	font-style: italic;
}

strong em {
	font-weight: bold;
}

a, a:link {
	color: #71447d;
}

a:visited {
	color: #777;
}

a:hover {
	color: #fff;
	background-color: #71447d;
}

a:active {
	background-color: green;
}






/* helpers */

.hr {
	height: 0;
	margin: 1em 0;
	border-top: 1px solid #71447d;
}

.inline {
	display: inline;
	margin: 0;
	margin-right: 0.25em; /* for IE8 */
}


.de_emphasize {
	color: #000;
	font-size: 14px;
}

.callout {
	border: 1px solid #71447d;
	background-color: #e0e0e0;
	margin: 1em 0;
	padding: 0.5em;

}




/* navigation */

div#nav ul, div#nav li {
	text-align: center;
}

#nav .conference a {
	/* background-color: #668855; */
	background-color: #eeeedd;
	color: #666!important;
	font-weight: normal;
	border-bottom: 2px solid #bba;
	border-top: 1px solid #bba;
}

#nav .current_conference a {
	background-color: #71447d;
	border-bottom: 2px solid #bba;
}

#nav .current_subnav a {
	background-color: transparent;
	color: #71447d!important;
	margin: 0;
	border-bottom: 1px dotted #bba;
	text-align: center;
}



#nav .current_subnav a:hover {
	background: #bbbbaa;
	color: black!important;
}


#page_links, .page_links {
	font-size: 12px;
	padding: 5px 0;
	text-align: center;
}










/* page layout */


#banner {
	background-color: #71447D!important;
	color: white;
}

#banner h1 {
	color: white;
}

#content, #content * {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}



#content h3, #content h4, #content h5, #content h6,
.subtitle {
	color: #71447D;
}

.subtitle, #content h3 {
	font-size: 18px;
	font-weight: bold;
}

.Title, h3.Title {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: bold;
	color: #71447D;
}

#wrapper {
	margin: 0px;
	padding: 0px;
	width: 570px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #71447D;
}







#header {
	margin: 0px;
	padding: 0px;
	width: 570px;
	height: 120px;
	background-repeat: no-repeat;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #71447D;
}


#SubTitle {
	padding: 5px 40px;
	background-color: #71447D;
}

#SubTitle h3 {
	color: #fff;
	margin: 0;
	font-size: 24px;
	text-transform: capitalize;
}

#info {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	width: 490px;
	padding-right: 40px;
	padding-left: 40px;
	margin-top: 20px;
	padding-top: 5px;
	text-align: left;
}

#conference_host {
	font-size: 9px;
	background-color: #71447d;
	color: #fff;
	padding: 5px;
	margin: 0px;
	width: 560px;
	text-align: justify;
}

#conference_host a {
	color: #fff;
}

#links {
	width: 570px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #71447D;
	border-right-color: #71447D;
	border-bottom-color: #71447D;
	border-left-color: #71447D;
	padding-top: 5px;
	padding-bottom: 5px;
}
#line {
	width: 570px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #71447D;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 0px;
	padding: 0px;
	height: 1px;
}
#line2 {
	width: 490px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #71447D;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 0px;
	height: 1px;
}
#line3 {
	width: 490px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #71447D;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 0px;
	height: 1px;
}
#line_1 {
	width: 570px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #71447D;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 30px;
	margin-bottom: 0px;
	padding: 0px;
	height: 1px;
}


.resource_list img {
	border: 1px solid #999;
	margin: 0;
	padding: 0;
}

.resource_list td, .resource_list th {
	vertical-align: top;
	width: 160px;
	text-align: left;
	padding: 0!important;
	padding-left: 2px;
}

.resource_list td p {
	padding-left: 2px;
}



.resource_list caption {
	display: block;
	width: 100%;
}


.links {
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #71447D;
}

.SubtitleCaps {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: capitalize;
	color: #71447D;
}
.basic {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
#artist {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #71447D;
	width: 400px;
	margin-top: 5px;
	padding: 0px;
	margin-right: 150px;
	margin-left: 80px;
	height: 50px;
}
#artwork {
	float: left;
	height: 50px;
	width: 53px;
	background-image: url(images/Women%27sWisdomDancing_link.jpg);
	padding: 0px;
	background-repeat: no-repeat;
	margin-right: 10px;
}




.style38 {
	color: #71447D;
	font-weight: bold;
}

