/* CSS Document */

body	{
	background-color: bbbb7f;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Verdana, "Trebuchet MS";
	background-position: top center;
	background-repeat: no-repeat;
	font-size: 12px;
	color: #000000;
}




/**** ----DIV TAGS---- ****/


#speakers {
	text-align: left;
	font-family: Tahoma, Arial, "Microsoft Sans Serif";
}

#news {
	margin-top: 3px;
	height: 250px;
	width: 328px;
	border-top: 1px #dddddd solid;
	border-right: 0px;
	border-bottom: 1px #dddddd solid;
	border-left: 0px;
	overflow: auto;
}
#news div.news {
	width: 300px;
	color: #555555;
	font-size: 11px;	
	border-bottom: 1px #dddddd solid;
	margin-top: 3px;
}
#news div.newsNav {
	width: 300px;
	color: #555555;
	height: 20px;
	font-size: 11px;
	margin-top: 4px;
}



/**** ----TYPOGRAPHY---- ****/
p	{
	margin-top: 0px;
	margin-bottom: 12px;
}
#topnav p	{
}
#leftnav p	{
}
#content p	{
}
#footer p	{
}
#news p {
	margin: 5px 0px 5px 0px;
	font-size: 11px;	
	color: #555555;
}
.section_hed {
	width: 550px;
	font-size: 16px;
	color: #000000;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold;
}
h1	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #796CB2;
	font-weight: 200;
	margin-top: 0px;
	margin-bottom: 6px;
}
h2	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: 200;
	color: #CD6601;
	margin-top: 0px;
	margin-bottom: 6px;
}
h3 {
	font-weight: bold;
	font-size: 14px;
	margin: 0px;
	padding-left: 8px;
}

.body	{
	font-size: 12px;
}




#topnav a:link, #topnav a:visited	{
}
#topnav a:hover	{
}
#leftnav a:link, #leftnav a:visited	{
}
#leftnav a:hover	{
}
#content a:link, #content a:visited	{

}
#content a:hover	{
}
h2 a:link, h2 a:visited	{
	color: #CD6601;
	text-decoration: underline;
}
h2 a:hover	{
	color: #CD6601;
	text-decoration: none;
}
#footer a:link, #footer a:visited	{
}
#footer a:hover	{
}
#speakers a:link, #speakers a:visited {
	display: block;
	padding-left: 30px;
	height: 30px;
	line-height: 30px;
	color: #666666;
	text-decoration: none;
	height:30px;
}
#speakers a:hover {
	display: block;
	padding-left: 30px;
	color: #666666;
	text-decoration: none;
	background-color: #efefef;
	height:30px;
}

#venue a:link, #venue a:visited {
	display: block;
	width: 168px;
	color: #796CB2;
	font-weight: bold;
	height:20px;
}
#venue a:hover {
	display: block;
	width: 168px;
	color: #666666;
	background-color: #efefef;
	text-decoration:none;
	font-weight: bold;
	height:20px;

}
.pic_left {
	float: left;
}
.pic_right {
	float: right;
}

.prop_desc {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	left: auto;
}
