/* CSS Document */

* {
	margin:0px;
	padding:0px;
}

html, body {
	height:100%;
	background:#cfcfcf url(bg_general.gif) center repeat-y;
	font:12px Arial, Helvetica, sans-serif;
	color:#666;
}

#pagewidth {
	margin:0px auto 0px auto;
	position:relative;
	width:780px;
	height:auto !important;
	height:100%;
	min-height:100%;
}

#header {
	background:url(../imgs/bg_header.jpg) top no-repeat;
	height:200px;
	position:relative;
}

	#header H1 {
		background:url(../imgs/bg_logo.png) no-repeat;
		text-indent:-1500px;
		width:614px;
		height:187px;
		position:absolute;
		top:0px;
		left:46px;
	}
	#header H2 {
		display:none;
	}

#main {
	padding-bottom:143px;
	position:relative;
	min-height:420px;
	height:auto !important;
	height:420px;
}

	#sidebar {
		width:210px;
		height:412px;
		background:url(../imgs/bg_sidebar.png) no-repeat;
		position:absolute;
		right:0px;
	}
	
	#content {
		width:560px;
		margin-bottom:50px;
	}
	
	#text {
		margin-left:46px;
		margin-top:35px;
		width:495px;
	}
	
	#text A {
		font-weight:bold;
		color:#58589d;
	}
	
	#text A:hover {
		color:#999;
	}
	
	#text P {
		padding-bottom:1.5em;
		line-height:18px;
	}
	
	#text STRONG {
		color:#58589d;
	}
	
	#text .time {
		color:#333;
		font-weight:bold;
	}
	
	#text TH {
		text-align:left;
		font-size:16px;
		color:#666;
		height:30px;
	}
	
	#text .section {
		color:#999;
		font-style:italic;
		font-size:14px;
	}
	
	#text #program TD {
		padding-bottom:10px;
	}
	
	#text #fee TD {
		padding-top:5px;
		padding-bottom:5px;
	}
	
	#text .heading {
		color:#333;
		display:block;
	}
	
	#logos TD {
		font-size:12px;
		font-weight:bold;
		padding-bottom:10px;
	}
	
	#logos IMG {
		padding:5px;
	}

	
	#content H3 {
		background:url(../imgs/bg_title.png) no-repeat;
		height:28px;
		padding-left:46px;
		color:#FFF;
		text-transform:uppercase;
		padding-top:10px;
		font-size:16px;
	}

#footer {
	position: absolute;
	width: 100%;
	bottom: -55px; /* stick to bottom */
	height: 143px;
	background: #8f8f8f;
	background: url(bg_footer.jpg) no-repeat;
	font: 10px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	left: 0px;
	background-image: url(../imgs/bg_footer.png);
}

	#footer A {
		color:#000;
		padding: 0px 3px;
		text-decoration:none;
	}
	
	#footer A:hover {
		color:#58589d;
		text-decoration:underline;
	}
	
	#footer DIV {
		padding:20px 0px 0px 43px;
	}
