/* SEED conferences CSS */



/* global styles */

body {
	font-family: 'Trebuchet MS', 'DejaVu Sans', Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #c4e89a;
	
}


a, a:link {
}

a:visited {
}


a:hover {
	color: #009999;
}

a:active {
}







/* helper styles */

.homeimage {
	float: left;
}

.imgborder {border: 1px solid #000000; }













/* page layout, page parts, etc */


.wrapper {
	width: 800px;
	margin: 0 auto;
}


/* navigation */

.nav1 {
	border-top: 2px solid #003300;
	border-bottom: 2px solid #003300;
	padding: 0.5em 0;
	margin: 1em 0;
}


.nav1 a {
	display: block;
	width: 100%;
	border-left: 1px solid #999;
	text-decoration: none;
}

.nav1 a.first {
	border-left: none;
}

.nav1 a.current {
	background-color: #eaeaea;
	color: #003300;
	text-decoration: underline;
	border-top: 2px solid #003300;
	border-bottom: 2px solid #003300;
}

.nav1 a:hover {
	background-color: #009999;
	color: #eeeeee;
	text-decoration: underline;
}

.nav1 a:active {
	background-color: #006666;
}

.nav1 a.current {
	
}

.nav1 table {
	
}



ul.presenters {
	list-style: none;
	margin: 0;
	width: 40%;
	float: left;
	padding-left: 3%;
	margin-right: 3%;
	border-left: 1px dotted #aaaaaa;
}

.presenters li {
	margin: 0;
	margin-bottom: 2em;
	float: left;
	width: 100%;
	clear: left;
	font-size: 14px;
}

.presenters li h4 {
	margin-top: 0;
	margin-bottom: -0.9em;
}

.presenters li img {
	border: 1px solid #999999;
	float: left;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
}








/* old yucky stuff */

.size18 {
	 font-size: 18px;  text-decoration: none; 
}
a.size18Link:link { font-size: 18px;  text-decoration: underline; }
a.size18Link:visited { font-size: 18px;  text-decoration: underline; }
a.size18Link:hover { font-size: 18px; color: #009999; text-decoration: none; }

.title1 { font-size: 24px;  text-decoration: none; }
.title2 { font-size: 32px;  text-decoration: none; }

.size16 { font-size: 16px;  text-decoration: none; }
a.size16Link:link { font-size: 16px;  text-decoration: underline; }
a.size16Link:visited { font-size: 16px;  text-decoration: underline; }
a.size16Link:hover { font-size: 16px; color: #009999; text-decoration: none; }

.size12 { font-size: 12px;  text-decoration: none; }

.style2 {
	
	font-style: italic;
	font-weight: bold;
	
}
.style4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #009999;
}
.style9 { font-style: italic; font-weight: bold; color: #009999; font-size: 13px; }
.style10 { font-style: italic; font-weight: bold; color: #009999; font-size: 18px; }
.style11 { font-style: italic; font-weight: bold;  font-size: 16px; }
.style16 { font-style: italic; font-weight: bold;  font-size: 24px; }
.style23 {color: #CCFFFF; font-size: 16px; }
.style30 { font-style: italic; font-weight: bold;  font-size: 20px; }
.style32 { font-style: italic; font-weight: bold; color: #CCFFFF; font-size: 18px; }
.style33 {color: #000000}
.style34 { font-style: italic; font-weight: bold;  font-size: 18px; }
.style35 {color: #333333}
.style36 { font-style: italic; font-weight: bold;  font-size: 13px; }
.style38 {color: #FFFFFF}
.style39 {color: #FFFFFF; font-size: 16px; }

a.participantLink:link {font-size: 18px;  font-family: trebuchet ms; text-decoration: underline; }
a.participantLink:visited {font-size: 18px;  font-family: trebuchet ms; text-decoration: underline; }
a.participantLink:hover {font-size: 18px; color: #704F00; font-family: trebuchet ms; text-decoration: none; }

a.participantLinkSmall:link {font-size: 13px;  font-family: trebuchet ms; text-decoration: underline; }
a.participantLinkSmall:visited {font-size: 13px;  font-family: trebuchet ms; text-decoration: underline; }
a.participantLinkSmall:hover {font-size: 13px; color: #704F00; font-family: trebuchet ms; text-decoration: none; }

.Sponsor {font-size: 18px;  font-family: trebuchet ms; text-decoration: underline; }
a.SponsorLink:link {font-size: 18px;  font-family: trebuchet ms; text-decoration: underline; Xline-height:24px; }
a.SponsorLink:visited {font-size: 18px;  font-family: trebuchet ms; text-decoration: underline; }
a.SponsorLink:hover {font-size: 18px; color: #704F00; font-family: trebuchet ms; text-decoration: none; }

