/* ConvergeSouth 2006 CSS Style Sheet */

body	{
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images2006/bg.gif);
	background-position: top center;
	background-repeat: no-repeat;
	font-size: 12px;
	color: #000000;
}




/**** ----DIV TAGS---- ****/

#wrapper	{
	clear: both;
	float: none;
	width: 780px;
	margin:0px auto;
}
#topnav	{
}
#leftnav	{
}
#dynamiclinks {
	font-size: 11px;
	text-align: center;
	height: 25px;
	margin-top: 8px;
}

#content	{
}
#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;
}

#schedule	{
	display: block;
}
#venue	{
	display: block;
}
#footer	{
}


/**** ----TYPOGRAPHY---- ****/
p	{
	margin-top: 0px;
	margin-bottom: 12px;
}
#topnav p	{
}
#leftnav p	{
}
#content p	{
}
#footer p	{
}
.countdown {
	text-align: right;
	height: 18px;
	line-height: 24px;
	color: #333333;
	font-size: 12px;
	margin-right: 10px;
}
#speakers p.small {
	height: 40px;
	margin: 0px;
	padding-left: 20px;
	line-height: 40px;
	font-size: 11px;
}
#speakers p {
	height: 30px;
	margin: 0px;
	line-height: 30px;
	font-size: 15px;
	color: #666666;
}
#speakers span {
	font-size: 18px;
	font-weight: 200;
	color: #6AC55C;
}
#news p {
	margin: 5px 0px 5px 0px;
	font-size: 11px;	
	color: #555555;
}
.newsheadline {
	width: 300px;
	font-size: 12px;
	color: #7AA017;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.finePrint {
	margin-top: 5px;
	font-size: 10px;
    color: #999999;
}
#venue {
	display: block;
	width: 168px;
	height:20px;
}
#schedule {
	display: block;
	width: 168px;
	height:20px;
}
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;
}

.small	{
	font-size: 11px;
}


/**** ----LINKAGE---- ****/

a:link { color: #8072AF; text-decoration: none; }
a:visited { color: #999999; text-decoration: none; }
a:hover { color: #8072AF; text-decoration: underline; }
a:active { color: #8072AF; text-decoration: none; }

#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;

}
#schedule a:link, #schedule a:visited {
	display: block;
	width: 168px;
	color: #796CB2;
	font-weight: bold;
	height:20px;
}
#schedule a:hover {
	display: block;
	width: 168px;
	color: #666666;
	text-decoration: none;
	background-color: #efefef;
	font-weight: bold;
	height:20px;
}
