/* CSS Document */
/* EACR Screen styles
Ariam Media Jan 2010 - Minisite template */
body {
	text-align: center;
	background: #EDF1F0;
	margin: 0 0;
	padding: 0 0;
	color: #666666;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 100%;
}

p {
	color: #666666;
	font-size: 80%;
	margin-bottom: 0.5em;
}
li {
	color: #666666;
}

#main_minisite {
	float: left;
	width: 440px;
	margin-left: 200px;
	margin-bottom: 15px;
}

#navigation_mini {
	float: left;
	width: 190px;
	margin-left: -640px;
	font-size: 80%;
}

#navigation_mini ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-top: 0.5em;
}
#navigation_mini ul li  {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 170px;
	margin-left: 0.5em;
	margin-bottom: 0.5em;
	line-height: 1.3em;
}
#navigation_mini ul li.nolink  {
	display: block;
	width: 170px;
	color: #000000;
	background: none;
	text-decoration: none;
	font-size: 0.85em;
	border-bottom: none;
	margin: 0 0px 1px 0;
	padding: 0.5em;
}
#navigation_mini a {
	background: none;
	margin: 0;
	border-bottom: 1px dotted #999999;
	text-decoration: none;
	color: #666666;
}
#navigation_mini a:link, #navigation_mini a:visited {
	color: #004D3F;
	border-bottom: 1px dotted #999999;
	text-decoration: none;
}
#navigation_mini a:hover, #navigation_mini a:active {
	color: #004D3F;
	border-bottom: 1px dotted #999999;
	text-decoration: none;
}
#navigation_mini a.selected {
	color: #004D3F;
	border-bottom: 1px dotted #999999;
	text-decoration: none;
	font-weight: bold;
}

#footercontent {
	font-size: 60%;
	text-align: center;
	border-top: #BFD2CF solid 1px;
	padding-top: 2px;
}

#footercontent p {
	margin: 0 0;
	padding: 4px 0;
}
#footercontent a {
	color: #004D3F;
	text-decoration: none;
}

#footercontent a:hover {
	color: #004D3F;
	text-decoration: underline;
}
#main_minisite h1 {
	font-size: 140%;
	font-weight: normal;
	color: #004D3F;
}

#main_minisite h2 {
	color: #004D3F;
	font-size: 120%;
	font-weight: normal;
	margin: 3px 0;
}
#main_minisite h3 {
	color: #666666;
	font-size: 100%;
	font-weight: normal;
	margin: 3px 0;
}

/******* links  *******/
a {
	background: none;
	margin: 0;
	border-bottom: 1px dotted #999999;
	text-decoration: none;
	color: #666666;
}
a:link, a:visited {
	color: #004D3F;
	border-bottom: 1px dotted #999999;
	text-decoration: none;
}
a:hover, a:active {
	color: #004D3F;
	border-bottom: 1px dotted #999999;
	text-decoration: none;
}
a.selected {
	color: #004D3F;
	border-bottom: 1px dotted #999999;
	text-decoration: none;
	font-weight: bold;
}
/*********************/

.speakers {
	border-collapse:collapse;
	border: 1px solid #004D3F;
	padding: 10px;
}
.speakers td {
	text-align: center;
	padding: 4px;
}
.speakers p {
	color: #004D3F;
}
