
#speakerEmbed{padding:20px}
.smallpic{height:100px}
.smallname{font-size:2ex}
#speakerEmbed img:hover {
	color: white;
}
#speakerEmbed a:hover {
	color: white;
}


body {
	margin: 0px;
	padding: 0px;
	background-color: black;
	font-family: Georgia, Times New Roman, Times, serif;
	color: white;
}

#header {
	background-image: url(./images/title_background.jpg);
	background-repeat: repeat-x;
	height: 175px;
	margin-bottom: 20px;
}

#mainContent {
	position: relative;
	background-image: url(./images/bottom_gradient.png);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-top: 0px; /* make i.e. 5.2 for mac happy */
	padding-left: 35px;
	padding-top: 0px;
}

#topBanner {
	position: absolute;
	left: 25px;
	top: 19px;
}

#cornerImage {
	float: right;
}

#navBar {
	position: absolute;
	left: 37px;
	top: 111px;
	font-size: normal;
	font-weight: bold;
	z-index: 5;
	font-family: "Optima", "Trebuchet MS", sans-serif;
}

#navBar a {
	/*color: #101649;*/
	color: #333333;
	text-decoration: none;
	padding:30px;
}

#navBar a:hover {
	text-decoration: underline;
	color: #CC6600;
}

#speakerBox td {
	text-decoration: none;
	color: #FF9900;
	/*font-weight: bold;*/
}
#speakerBox td:hover {
	color: white;
}
#speakerBox img {
   width:"75"; 
   border="0" 
}
#speakerBox img:hover {
	color: white;
}

a {  text-align: left;
	text-decoration: none;
	color: #FF9900;
}

a:hover {
	text-decoration: underline;
}

#speakerBox img {
	/*border: 1px solid #FF9900;*/
}

.cwgTitle {
	color: #FF9900;
	font-size: large;
	font-family: "Optima", "Trebuchet MS", sans-serif;
	font-weight: bold;
	text-align:left;
}

.resource{margin:2px; padding:2px; background:darkblue;
          text-align:right;}

