/****************** Generic Styles ******************/


body
{
	text-align: center;
	background-color: #FFFFFF;
	font-family: 'arial narrow', arial, sans-serif, helvetica;
}	

#container
{
	margin: 0 auto;
	border: 1px #C3B68C solid;
	width: 790px;
	background-color: #ffffff;
	text-align: left;
}

#banner
{
	float: left;
	width: 790px;
	height: 100px;
	border-bottom: 1px #C3B68C solid;
}

#mainContent
{
	float: left;
	padding: 15px;
}

#introText
{
	float: left;
	background-color: #ECE8DB;
	border: 1px #C3B68C solid;
	padding: 10px;
	width: 738px;
	margin-bottom: 10px;
}
#screenMessage
{
	float: left;
	background-color: #efefef;
	border: 1px #C3B68C solid;
	padding: 10px;
	width: 740px;
	margin-bottom: 10px;
}
#screenMessage h2{color: brown;}
#screenMessage ul li{list-style: square;}

.holderWide, .holderLeft, .holderRight, .holderWideSmall
{
	background-color: #ECE9D8;
	border: 1px #C3B68C solid;
	padding: 10px;
	margin: 0 0 10px 0;
}


.holderWide, .holderWideSmall
{
	float: left;
	width: 738px;
}

.holderWideSmall
{
	font-size: 75%;
}


.holderLeft
{
	float: left;
	width: 460px;
}

.holderRight
{
	float: right;
	width: 245px;
}


.intCol, .intCol2
{
	float: left;
	width: 230px;
	margin-right: 10px;
}

.intCol2
{
	width: 350px;
}


label
{
	float: left;
	width: 200px;
}

.labelWide
{
	float: left;
	width: 450px;
}

.submit
{

	float: right;
}

h1{font-size: 160%;}
h2{font-size: 140%;}

ul{
}
li{
	list-style:none;
}

/********** Styles specific to televisual ****************/

#container
{
	border: 1px #000 solid;
}

#banner
{
	border-bottom: 1px #000 solid;
	background-color: #FFFFFF;
	background-image: url('images/logo.gif');
	background-repeat: no-repeat;
	height: 132px;
}

#introText
{
	background-color: #F8F8F8;
	border: 1px #999999 solid;
}

.holderLeft, .holderWide, .holderRight, .holderWideSmall
{
	background-color: #F8F8F8;
	border: 1px #999999 solid;
}

input.updateinfo
{
	float: left;
	width: 200px;
	border: 1px #999999 solid;
	margin-bottom: 3px;
}