/* Basic Settings - LAYOUT*/

body{
	margin:0px;
	padding:0px;
	font-size:80%;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#666666;
	}
	
.wrapper{
	width:900px;
	position: relative;
  	left: 50%;
	margin-left: -450px;
	border-bottom:1px solid #ededed;
	padding-bottom:40px;
	float:left;
	}

.leftcol{
	width:600px;
	float:left;
	}
	
.rightcol{
	width:300px;
	float:right;
	}
	
.colprogram{
	width:900px;
	float:left;
	}
	
.sponsor{
	width:900px;
	height:120px;
	float:left;
	background:url(images/bgfooter.gif) no-repeat center;
	position: relative;
  	left: 50%;
	margin-left: -450px;
	margin-bottom:20px;
	border-bottom:1px solid #ededed;
	padding-bottom:40px;
	clear:both;
	text-indent:-30000px;
	}
	
.end{
	width:900px;
	float:left;
	position: relative;
  	left: 50%;
	margin-left: -450px;
	border-bottom:1px solid #ededed;
	clear:both;
	}
	
.innerpadding{
	padding:0px 15px;
	}
	
/*Titles settings*/

.header{
	margin:0px;
	padding:0px;
	background:url(images/header.gif) no-repeat left center;
	width:900px;
	height:200px;
	text-indent:-30000px;
	position: relative;
  	left: 50%;
	margin-left: -450px;
	}
	
.leftcol h2, .colprogram h2{
	margin:25px 0px 10px 0px;
	padding:0px;
	color:#33CC66;
	}
	
.rightcol h3{
	margin:25px 0px 10px 0px;
	padding:0px;
	color:#666666;
	}
		
.local{
	width:253px;
	background-image:url(images/local.gif);
	}
	
/*Menu*/

.menu {
	width:900px;
	float:left;
	background:#33CC66;
	}
	
.menu ul{
	list-style:none;
	padding:0px;
	margin:0px;
	}
	
.menu li{
	float:left;	
	}
	
.menu li a{
	display:block;
	padding:5px 10px;
	background:#33CC66;
	text-decoration:none;
	color:#ffffff;
	}
	
.menu li a:hover{
	display:block;
	padding:5px 10px;
	background:#2DA152;
	text-decoration:none;
	color:#ffffff;
	}
	
.orgtrablist{
	line-height:120%;
	margin:20px 0px 0px 0px;
	padding:0px;
	list-style:none;
	font-size:1.2em;
	color:#33CC66;
	}
	
.orgtrablist li{
	border-bottom:1px solid #ededed;
	padding:10px;
	}

/*Text Settings*/

.leftcol p{
	line-height:160%;
	padding:0px;
	margin:5px 0px;
	}
.rightcol p{
	line-height:130%;
	}
	
a{color:#33CC66;}
a:hover{color:#000000;}


/*Program*/

.colprogram table{
	border:1px solid #ededed;
	}
	
.colprogram table td{
	border-bottom:1px solid #ededed;
	border-left:1px solid #ededed;
	}
.colprogram table th{
	border-bottom:1px solid #ededed;
	background:	#999999;
	color:#ffffff;
	font-weight:normal;
	padding:4px;
	}	

tr.dif{background:#f2f2f2;}
.aud{background:#cccccc; text-align:center;}
.darktd{background:	#999999; color:#ffffff; text-align:center;}

.send{
	background:#75D175;
	border:1px solid #339933;
	font-size:1.3em;
	padding:4px 10px;
	color:#003300;
	}
	
.error{
	background:#CC0000;
	border:1px solid #993333;
	font-size:1.3em;
	padding:4px 10px;
	color:#ffffff;
  }

