#site_title_band {
	background-color: #293446;
	text-align: center;	
	width: 1000px,
}
#site_title {
	display: inline-block;
	margin: auto;
	width: 1000px;	
}
#site_title #logo {
	display: inline-block;
	width: 470px;
	float: left;
	vertical-align: middle;
}
#site_title #site_name {
	display: inline-block;
	float: left;
	text-align: left;
	vertical-align: middle;	
	height: 75px;
}
#site_title #site_name #site_name_links {
	display: inline-block;
	vertical-align: middle;
	padding: 15px;
}
#site_title a {
	font-family: Arial, Raleway, sans-serif;
	font-size: 18px;
	color: white;
	text-align: left;
	text-decoration: none;
}
#site_title a:hover {
	text-decoration: underline;
}
#top_level_nav {
	width: 1000px;
	margin: auto;
	clear: both;

	text-align: center;
	list-style-type: none;

	background-color: #555555;

	border-top: 3px solid white;

	padding-inline-start: 0px;
}
#top_level_nav li {
	width: 200px;
	height: 35px;	

	display: inline-block;

	line-height: 35px;
	text-align: center;

	font-family: Arial, Raleway, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: white;
}
#top_level_nav li:hover {
	background-color: #6380a8;
}
#top_level_nav li:hover a {
	text-decoration: underline;
}
#top_level_nav li.conference_selected {
	background-color: #6380a8;
}
#top_level_nav li.author_selected {
	background-color: #6380a8;
}
#top_level_nav li.map_selected {
	background-color: #6380a8;
}
#top_level_nav a {
	color: white;
	text-decoration: none;
}
#top_level_nav a:hover {
	text-decoration: underline;
}
#main_frame {
	width: 976px;
	margin: auto;

	padding: 12px;

	font-family: Cardo, "Times New Roman", serif;
	font-size: 16px;

	color: #6380a8;
}
#main_frame.conference {
	border-top: 6px solid #6380a8;
}
#main_frame.author {
	border-top: 6px solid #6380a8;
}
#main_frame.map {
	border-top: 6px solid #6380a8;
}
h1 {
	font-family: Playfair, serif;
	font-weight: 500;
	color: #293445;
}
hr {
	border-top: 2px solid #284651;
}
#main_frame a {
	color:  #6380a8;
	text-decoration: none;
}
#main_frame a:hover {
	text-decoration: underline;
}
#main_frame a.paper {
	font-size: 24px;
}
#main_frame a.author {
	color: #284651;
}
#main_frame a.conference {
	color: #284651;
}
#language_switcher {
	margin: auto;
	width: 1000px;
	text-align: right;
	font-family: Arial, Raleway, sans-serif;
	color: #284651;
}
#language_switcher a {
	color: #6380a8;
	text-decoration: none;
}
#language_switcher a:hover {
	text-decoration: underline;
}

div#conference-list {
	display: block;
	overflow: auto;
}
div#conference-list div.decade {
	clear: both;
	font-size: 24px;
}
div#conference-list div.conference {
	clear: both;
	font-size: 16px;	
}
div#conference-list div.iteration {	
	float: left;
	width: 90px;

	color: #CCCCCC;
	font-size: 36px;
}
div#conference-list div.conf_info_pane {
	float: left;
	width: 850px;
	height: 85px;
}
div#conference-list div.conf_info_pane div.conf_info {
	clear: left;
}
div#conference-list div.conference_name {
	clear: left;
}
div#conference-list div.conference_name a.conference {
	color:  #6380a8;
}
div#conference-list div.tagline {
	clear: left;
	color: #CCCCCC;
	font-style: italic;
}

div#bibtex {
	display: block;
	overflow: auto;

	border: 1px solid red;

    background: #f4f4f4;
    border: 1px solid #ddd;
    border-left: 3px solid #f36d33;
    color: #666;
    page-break-inside: avoid;
    font-family: monospace;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1em 1.5em;
    display: block;
    word-wrap: break-word;

}