#landing_container
{
	text-align:center;
	margin: 0 auto;
/*	width: 700px; */
	width: 98%;
	font-family: Arial, sans-serif;
	margin-bottom:0.5em;
}

#landing_container h2
{
	background:transparent;
	color: #9A76A4;
	font-size: 18px;
	font-weight: normal;
}

#landing_container h2 span
{
	color: #9A76A4;
}

#landing_content h3, #landing_content p
{
	font-size: 1em;
	padding: 0;
	margin: 10 0 0 0;
}

#landing_content h3
{
	color: #636363;
}

#landing_content p
{
	color: #646263;
}

#landing_tabs 
{
	color: white;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 6px;
}

#tab1
{
	background-color: #9A76A4;
	background-image: url(/images/landing/channel/tab1_on.gif);
	background-repeat: no-repeat;
	padding: 6px 24px 6px 25px;
	margin-right: 3px;
	display: inline;
	color: white;
}

#tab2
{
	/*background-color: #B8DBDE;*/
	background-color: #138892;
	background-image: url(/images/landing/channel/tab2_on.gif);
	background-repeat: no-repeat;
	padding: 6px 40px 6px 40px;
	margin-right: 3px;
	display: inline;
	color: white;
}

#tab3
{
	/*background-color: #EEA36C;*/
	background-color: #E77C2E;

	background-image: url(/images/landing/channel/tab3_on.gif);
	background-repeat: no-repeat;
	padding: 6px 29px 6px 28px;
	display: inline;
	color: white;
}

#tab1:hover,#tab2:hover,#tab3:hover
{
	text-decoration: none;
	color: white;
}


#landing_content
{
	color: black;
	background-color: white;
	border:  2px solid #E9E9E9;
	text-align: left;
	font-size: 11px;
	padding: 0px 10px 10px 10px;
}

#content2
{
	display: none;
}

#content3
{
	display: none;
}

#topleft_corner
{
	position: relative;
	border: 0;
	top:-6px;
	left:-12px;
}

#topright_corner
{
	position: relative;
	border: 0;
	top:-6px;
	left:433px;
}

#bottomleft_corner
{
	position: relative;
	border: 0;
	top:15px;
	left:-12px;
}

#bottomright_corner
{
	position: relative;
	border: 0;
	top:15px;
	left:433px;
}

#landing_content p a{text-decoration: underline;}
#landing_content p a:hover{text-decoration: none;}
