/* CSS Document */



/* global styles */

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	border-color: #031239;
}



fieldset {
	margin: 1em 2px;
	padding: 0.5em;
}


h1, h2, h3, h4, h5, h6, strong {
	color: #003f74;
}


/* helper styles */

.clear {
	clear: both;
}

/* #c50214 */




/* layout etc */ 

.wrapper {
	width: 810px;
	margin: 1em auto;
	padding: 0px;
}


.page {
	width: 574px;
	float: right;
	padding: 0;
	background-color: #003f74;
	background-color: #6e8ea8;
	border: 1px solid;
	/* border: 2px solid #be2b24; */
	margin-bottom: 1em;
	margin-top: 1em;
	border-radius: 1em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
}


.header {
	padding-top: 1em;
	border-bottom: 1px dotted #900;
}


.header h1 {
	background-color: #003F74;
	text-align: center;
	color: #ffffff;
	border-color: #000000;
}


.header h1 img {
	
}






.navigation {
	font-size: 12px;
	padding: 0.25em;
	background-color: #f7e78e;
}


.navigation a {
	color: #900;
	display: block;
	float: left;
	padding: 0 7px 2px;
	border-right: 1px dotted #666;
	text-decoration: none;
	background-color: transparent;
}

.navigation a:visited {
	
}

.navigation a:hover {
	text-decoration: underline;
	background: #111;
	color: #eee;
}



.navigation a.current {
	font-weight: bold;
	text-decoration: underline;
	background: #aaa;
	color: #000;
}


.nav2 {
	border-top: 1px solid #666;
}


#SubTitle h2 {
	margin: 0;
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #ffffff;
	font-size: 24px;
}



#page_links {
	margin-top: 5px;
	padding-left: 40px;
}


#conference_host {
	background-color: #6e8ea8;
	color: #900;
	font-size: 9px;
	font-style: normal;
	font-weight: lighter;
	padding: 5px;
	margin: 0px;
	margin-bottom: 1em;
}

#conference_host a {
	/* color: #900; */
}

#links {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #292025;
	border-bottom-color: #292025;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

.links {
	font-size: 12px;
	
	color: #292025;
}
.subtitle {
	
	font-size: 18px;
	font-weight: bold;
	text-transform: none;
	color: #292025;
}
.SubtitleCaps {
	
	font-size: 18px;
	font-weight: bold;
	text-transform: capitalize;
	color: #292025;
}


#artist {
	
	color: #292025;
	width: 400px;
	margin-top: 5px;
	padding: 0px;
	margin-right: 150px;
	margin-left: 80px;
	height: 50px;
}
.Title {
	font-size: 24px;
	text-transform: capitalize;
	
	font-weight: bold;
	color: #292025;
}


.footer {
	width: 570px;
	float: right;
	text-align: center;
	font-size: 80%;
}

