/* Content */
body
{
	background-image: url(../../images/background3.jpg);
	background-repeat:  repeat-x;
	background-color: #9BBA38;
    font-family: Helvetica, Arial, Verdana;
    text-align: center;
	margin: 0px;
	padding: 0px;
}

#outer
{
    background-image: url(../../images/background_middle_3.jpg);
	background-repeat: repeat-y;
	background-color: #fff;
    margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	padding-top: 0px;
    text-align: center;
    width: 900px;
    height: auto;   
}

#banner
{
	background-image: url(../../images/main_banner.jpg);
	background-repeat:  no-repeat;
    margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 0px;
    text-align: left;
    width: 900px;
    height: 140px; 
    border: 0px solid #ccc;
}

.info_tv {
    float: right;
    text-align: right;
	margin-right: 10px;
	margin-top: 5px;
    width: 245px;
    height: 57px; 
}

#top
{
    margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 0px;
    text-align: left;
    width: 900px;
    height: 40px; 
    border: 0px solid #ccc;
	clear: both;
}

#links
{
    background-color: #D2F171 /* #9CBA38 */;
	margin:auto;
    text-align: left;
    width: 880px;
    height: 30px; 
    border: 0px solid #000;
}

#main
{
	padding-top: 20px;
	margin: auto;
    text-align: left;
    width: 800px;
    height: auto; 
    border: 0px solid #ccc;
}

.main_holder {
	margin: auto;
	padding-top: 0px;
    text-align: left;
    width: 860px;
    height: auto; 
    border: 0px solid #000;
}

.left_right_end
{
    background: #fff;
    margin: auto;
    text-align: center;
    width: 840px;
    height: 30px; 
    border: 0px solid #ccc;
	clear:both;
}

.full_page_colour {
	background-color: #f7fce8;
	width: 830px;
	height: 50px;
	padding: 5px;
	clear: both;
	text-align: left;
	border: 0px solid #000;
}

.full_page
{
    margin: auto;
    text-align: center;
    width: 840px;
    height: auto; 
    border: 0px solid #ccc;
	clear: both;
}

.arrow
{
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	margin: 0px;
	width: 375px;
	height: auto;
	border: 0px solid #000;
}

#footer
{
	background-image: url(../../images/footer.jpg);
	background-repeat:  no-repeat;
    margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 0px;
    text-align: left;
    width: 900px;
    height: 90px; 
    border: 0px solid #ccc;
	clear: both; 
}

/* Forms */

.left_inner
{
    border: 0px solid #FF0000;	 
	background: #fff;
    text-align: left;				
    width: 410px;
    height: 35px; 
	float: none;	
}

.left_full
{
    border: 0px solid #ccc;	 
	background: #fff;
    text-align: left;
    width: 410px;
    height: auto; 
	margin: 0px;
	float: left;	
}

.left_text
{
	border: 0px solid #ccc;	 
	background: #fff;
    text-align: left;
    width: 180px;
    height: 30px; 
	margin-top: 0px;
	float: left;
}

.left_input
{
	border: 0px solid #ccc;	 
	background: #fff;
    text-align: left;
    width: 220px;
    height: 30px;
	float: right;
}

.help_main {
	width: 780px;
	height: auto;
	padding: 10px;
	margin: 20px 0px;
	text-align: left;
	border: 0px solid #000;
	background-color: #e7f6b7;
}

/* PRE-LOAD */

.hiddenPic {
	display:none;
}

/* Recent Programs */

#program_left
{
    text-align: left;
    width: 420px;
    height: auto; 
    border: 0px solid #ccc;
	float: left;
}

#program_right
{
    text-align: left;
    width: 420px;
    height: auto; 
    border: 0px solid #ccc;
	float: right;
}

.programs {
	width: 405px;
	height: auto;
	text-align: left;
	float: left;
	
	border: 0px solid #000;
}

.program_holder_one {
	background-color: #e9fda8;
	width: 420px;
	height: auto;
	text-align: left;
	float: left;
	border: 1px solid #d2e788;
}

.program_holder_two {
	background-color: #cde67d;
	width: 420px;
	height: auto;
	text-align: left;
	float: left;
	border-left: 1px solid #d2e788;
	border-right: 1px solid #d2e788;
}

.program_holder_hidden {
	background-color: #fff;
	width: 410px;
	height: auto;
	text-align: left;
	float: left;
}

.program_title {
	background-color: #fff; /*#f7fce8;*/
	width: 410px;
	height: 20px;
	padding: 5px;
	margin-top:0px;
	text-align: left;
	border: 0px solid #000;
}

.program_picture {
	width: 115px;
	height: 95px;
	padding: 5px 5px;
	float: left;
	border: 0px solid #000;
}

.program_text_title {
	width: 280px;
	height: 15px;
	padding: 5px;
	text-align: left;
	float: right;
	border: 0px solid #000;
}

.program_text {
	width: 280px;
	height: 45px;
	padding: 5px;
	text-align: left;
	float: right;
	border: 0px solid #000;
}

.program_link {
	width: 100px;
	height: 20px;
	text-align: right;
	float: right;
	padding-right: 5px;
	border: 0px solid #000;
}

.clear{
	clear: both;
}

