/*Global styles for all conferences*/

body {
	background-color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;	
	margin: 0 auto;
	padding: 0;
	border: 0;	
}

#wrapper {
	border: 1px solid #000000;
	margin: 0px auto;
	width:722px;
	background-color:#EFF0F1;	
}

h3{
	font-size:18px;
	color:#3C7779;
}
h4{
	font-size:16px;
	color:#663300;
}

li{
	list-style-image:url(images/bullet.jpg);
}

#banner {	
	height:253px;
}

#main{
	float:left;
	background-color:#EFF0F1;	
	width:522px;
	padding:10px;	
}
#main a, a:link, a:visited{
	color:#18445F;
	text-decoration:underline;
}
#main a:hover{
	color:#18445F;
	text-decoration:none;
}
#sidebar{
	float:left;
	padding:20px;
}

#footer{
	clear:both;	
	background-color:#13425E;
}

/*styles specifically for the homepage*/
#wrapper_homepage {
	border: 1px solid #000000;
	margin: 0px auto;
	width:722px;
	background-color:#663300;	
	_height:800px;
	color:#FFFFFF;
}
#wrapper_homepage h3{
	font-size:20px;
	color:#6699CC;
	font-weight:bold;
}
.red_text{
	color:#CC0000;
}
#mid_content{padding-left:10px;}

#mid_content a, #mid_content a:link, #mid_content a:visited{	
	color:#FFFFFF;
}

#mid_content a:hover{	
	color:#FFFFFF;
	text-decoration:none;
}
#left_content{
	float:left;
	width:330px;
	padding:0px 10px 10px 10px;
	font-size:12px;
}
#right_content{
	float:left;
	width:330px;
	padding:0px 10px 10px 10px;
	font-size:12px;
}
#bottom_content{
	width:722px;
	padding:0px 0px 0px 10px;
	clear:both;
	text-align:center;
	font-size:18px;
}	

#bottom_content h3{line-height:15px;}
#bottom_content p{line-height:4px; margin-top:0px;}
/*styles specifically for the homepage - END*/


/*styles specifically for the top level pages*/
#mid_content_toplevel{padding:10px; _height:500px; height:500px;}

#mid_content_toplevel a, #mid_content_toplevel a:link, #mid_content_toplevel a:visited{	
	color:#000000;
}
#mid_content_toplevel a:hover{	
	color:#000000;
	text-decoration:none;
}
.bottom_content_toplevel{background-color:#673301; height:90px; text-align:center;}
/*styles specifically for the top level pages - END*/



/*styles specifically for 2006*/
#main_2006{	
	width:522px;
	min-height:520px;
	_height:520px;
	padding:10px;	
	float:left;
}

/*styles specifically for topnet*/
#topnet_banner {	
	height:145px;
}

#topnet_sidebar{
	float:left;
	padding:20px;
	height:610px;
}

#topnet_main{
	padding-top:20px;	
	padding-bottom:40px;
	float:left;
}

#left_column{
	width:300px;
	float:left;
	padding-right:5px;
}

#right_column{
	_padding-top:10px;
	width:220px;
	float:left;	
	padding-left:5px;
	background-color:#DCDFE0;
	border-top:solid 3px #2A5C6A;	
	border-bottom:solid 3px #2A5C6A;
	color:#000000;
}
footer{clear:both;}