* {margin: 0; padding: 0;}

body{
	background: url('../images/bg.png');
	font-family : "Trebuchet MS", Verdana, Arial;
	font-size: 10pt;
	color: #013D78;
}
#logo{
	background: url('../images/logo.png');
	width: 279px;
	height: 63px;
	position: absolute;
	top: 50px;
	left: 50px;
}
#intro{
	position: absolute;
	top: 40px;
	/* margin-left: 300px; */
	left: 400px;
	font-size: 15px;
	font-weight: bold;
	color: #50B4FE;
	line-height: 40px;
}
#banner{
	position: relative;
	top: 140px;
	float: left;

	margin-left: 80%;
	height: 600px;
	width: 160px;
	/* right: 15%; */
}
#footer{	
	position:relative;
	width: 100%; 
	float: left;
}
#bodycontainer{
	
	left:190px;
	position:absolute;
	top:130px;
	width:80%;
}
.channel { 
	position: relative;
	float: left; 
	width: 300px;
	padding: 10 10 10 10;
}
.betweenChannel{
	clear: both;
}
.channelheader {
	vertical-align: middle;
	margin-left: 5px;
}
.channelcontent { 
	overflow-y: auto;
	height: 300px;
	font-size: 12px;
	padding: 5 5 5 5;
}

.channelcontent ul { 
	margin: 0px 0px 0px 0px;
	list-style: none;
}
.channelcontent span { 
	color: #0172C5;
}
img {
	border: none;
}
A:link, A:visited {
	color : #0054B5; 
	text-decoration : none; 
}
A:hover, A:active {
	color : #03428A; 
	text-decoration : underline; 
} 
h1 {
	font-size : 14pt; 
	display: inline;
	color : #FFFFFF; 
	margin-left: 4px;

}

