body {
	margin: 0px;
	/*height: 100%;*/
}

noembed {
	display:none;
}

#container {
	position: absolute;
	left: 20px;
	top: 0px;
	width: 700px;
	text-align: left;
}

#homeMain {
	position: absolute;
	left: 0px;
	top: 6px;
	width: 100%;
	height: 100%;
	overflow: auto;
}

#copyright {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 700px;
	height: 17px;
	border-top: 1px solid #84BAC6;
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006984;
}

a {
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	color:#CC3300;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
a:active {
	color: #FF6600;
	text-decoration: none;
}

#logo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 64px;
	color: #006984;
	position: absolute;
	left: 0px;
	top: 10px;
}

#strapLine {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #006984;
	position: absolute;
	right: 0px;
	top: 5px;
	left: 290px;
}

#mainNav {
	position: absolute;
	left: 1px;
	top: 69px;
	background-image:url(../nav/horiz-lines.gif);
}

#mainNav div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #006984;
	background-color:#FFFFFF;
	margin-top: 1px;
	margin-bottom: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#mainNav .strip {
	margin-top: 0px;
	margin-bottom: 11px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#mainNav .homeStrip {
	margin-top: 23px;
	margin-bottom: 24px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#mainNav a {
	text-decoration: none;
	color: #84BAC4;
	padding-right: 10px;
}
#mainNav a:visited {
	color: #84BAC4;
}
#mainNav a:active {
	color: #84BAC4;
}
#mainNav a:hover {
	color: #006984;
}
#mainNav .activelink {
	color: #006984;
}
#mainNav #contact {
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	top: -43px;
	font-size: 14px;
	float: right;
	left: 580px;
	text-align: right;
	width: 127px;
	}

#contact a {
	text-decoration: none;
	color: #84BAC4;
		font-weight:bold
}
#contact a:visited {
	color: #84BAC4;
}
#contact a:active {
	color: #84BAC4;
}
#contact a:hover {
	color: #006984;
}
#contact.activelink {
	color: #006984;
	}

#subNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #006984;
	text-align: right;
	position: absolute;
	left: 0px;
	top: 230px;
	width: 140px;
}

#subNav p {
	margin-top: 0px;
	margin-bottom: 8px;
}

#subNav a {
	text-decoration: none;
	color: #84BAC4;
}
#subNav a:visited {
	color: #84BAC4;
}
#subNav a:active {
	color: #84BAC4;
}
#subNav a:hover {
	color: #006984;
}
#subNav a.activelink {
	color: #006984;
}
#subNav a.activelink:visited {
	color: #006984;
}
#subNav span.activelink {
	color: #006984;
}

#sectionTitle {
	position: absolute;
	left: 0px;
	top: 179px;
	width: 140px;
	padding-bottom: 6px;
	background-image: url(../nav/horiz-lines.gif);
}

#sectionTitle p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #006984;
	text-align: right;
	padding-bottom: 2px;
	background-color:#FFFFFF;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
}

#content {
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	left: 147px;
	width: 520px;
	top: 180px;
	padding-left: 30px;
	padding-bottom: 20px;
	border-left: 1px solid #84BAC6;
	overflow:visible;
}

#content p {
	color:#001F2B;
	font-size: 90%;
	margin-top: 0px;
}

hr {
	height:1px;
	border-style:solid;
	border-width:0px;
	border-bottom-width:1px;
	margin-right:14px;
	color:#84BAC4;
}

#content h1, h2, h3 {
	color: #006984;
}

#content h1 {
	font-size: 110%;
	font-weight: normal;
}

#content h2 {
	font-size: 100%;
	margin-bottom: 0px;
}
#content h3{
	font-size: 90%;
	
}

#content a {
	color: #FF6600;
	text-decoration: none;
}
#content a:visited {
	color:#CC3300;
	text-decoration: none;
}
#content a:hover {
	color: #FF6600;
	text-decoration: underline;
}
#content a:active {
	color: #FF6600;
	text-decoration: none;
}
#content table {
	border-width: 0px;
	width: 100%;
}

#content table td {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

input, select, textarea {
	border: 1px solid #84BAC6;
	font-family: Arial, Helvetica, sans-serif;
	color:#001F2B;
	font-size: 90%;
}

input.radio {
	border-width: 0px;
}

#content form table {
	width: 520px;
	background-color:#E4EFF2;
}
#content form table td {
	font-family: Arial, Helvetica, sans-serif;
	color:#001F2B;
	font-size: 90%;
	padding: 5px;
}
#content form table th {
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 110%;
	padding: 5px;
	text-align:left;
	background-color:#006984;
}

.bodyText {
	width: 400px;
	margin-right: 20px;
}

.supplementary {
	font-size: 85%;
}
.supplementary p {
	padding-left: 10px;
	margin-bottom: 10px;
}

#homeLinks {
	position: absolute;
	overflow: visible;
	top: 271px;
	left: 29px;
	/*width: 654px;*/
	font-family: Arial, Helvetica, sans-serif;
	color: #003333;
	font-size: 90%;
}

.homeAir {
	width: 210px;
	border-left: 1px solid #84BAC6;
	padding-left: 10px;
	padding-right: 0px;
}
.homeComing {
	width: 210px;
	border-left: 1px solid #84BAC6;
	padding-left: 10px;
	padding-right: 0px;
}
.homeTakePart {
	width: 200px;
	border-left: 1px solid #84BAC6;
	border-right: 1px solid #84BAC6;
	padding-left: 10px;
	padding-right: 0px;
}

#homeLinks h1 {
	color: #006984;
	font-size: 110%;
	font-weight: normal;
	margin-top: 0px;
}

#homeLinks a {
	color: #FF6600;
	text-decoration: none;
}

#homeLinks a:visited {
	color:#CC3300;
	text-decoration: none;
}
#homeLinks a:hover {
	color: #FF6600;
	text-decoration: underline;
}
#homeLinks a:active {
	color: #FF6600;
	text-decoration: none;
}

ul li {
	color:#001F2B;
	position: relative;
	left: -5px;
	list-style-image: url(../nav/bullet.gif);
	vertical-align: top;
	font-size: 90%;
}

#homeLinks ul li {
	color:#001F2B;
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 80%;
}


.quote {
	margin-top: 0px;
	margin-bottom: 10px;
	text-indent: -5px;
	padding-left: 20px;
	padding-right: 70px
}

.quote .attribution {
	font-style: italic;
}

.imageright {
	float:right;
	margin-left:10px;
	margin-bottom:5px;
}
.imageleft {
	float:left;
	margin-right:20px;
	margin-bottom:5px;
}

.programmeListing {
	width: 520px;
	border-bottom: 1px solid #84BAC6;
	padding-bottom: 10px;
	margin-bottom: 10px;
	padding-top: 0px;
}

.programmeListing table {
	border: 0px;
	width: 100%;
}

.programmeListing table td {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

.programmeListing .image {
	width: 150px;
}

.programmeListing .desc {
	width: 260px;
	padding-left: 10px;
}

.programmeListing .desc h1 {
	margin-top: 0px;
	padding-right: 10px;
}
.programmeListing .desc h2 {
	margin-top: 0px;
	padding-right: 10px;
}

.programmeListing .desc p {
	padding-right: 10px;
}

.programmeListing .data {
	width: 80px;
	padding-left: 10px;
	font-size: 85%;
	margin-bottom: 10px;
}
.programmeListing .data p {
	margin-bottom: 10px;
}
.placeholder {
	/*border:1px solid #84BAC4;*/
	/*border:1px solid #D5EAF1;*/
}

div.progData {
	position: absolute;
	top: 30px;
	left: 440px;
	width: 110px;
	font-size: 85%;
}
.progData p {
	margin-bottom: 10px;
}
.progBackButton a {
	position: absolute;
	top: 0px;
	left: 440px;
	font-weight: bold;
	text-decoration: none;
	color: #84BAC4;
}
.progBackButton a:visited {
	color: #84BAC4;
}
.progBackButton a:hover {
	color: #006984;
}
.progBackButton a:active {
	color: #006984;
}

.progimageright {
	float:right;
	margin-left:10px;
	margin-bottom:5px;
}
.takePart {
	background-color: #D9E9EC;
	border: 1px solid #84BAC6;
	padding: 10px;
	margin-bottom: 16px;
}
.takePart p {
	margin-bottom: 0px;
}
.advert {
	background-color: #E1E1FF;
	border: 1px solid #9999CC;
	padding: 10px;
	margin-bottom: 16px;
}
.advert p {
 margin-bottom: 6px; 
}
.newsmenu a {
	font-size:80%;
}
.advert hr {
	height:1px;
	border-style:solid;
	border-width:0px;
	border-bottom-width:1px;
	color: #9999CC;
}
