body {background-color: #FFFFFF; margin: 0px; padding: 0px; font-family: arial, serif;}
#header {
	height: 20px;
	background-image: url(./_images/header_bg2.gif);
	background-repeat: repeat-x;
	background-position: top left;
	border-bottom: 1px solid #A4AA91;
	margin: 0px;
	padding: 0px;
}
#header p {line-height: 1em; font-size: 10pt; margin: 0px; padding: 4px; text-align: center; font-weight: bold;}
#header ul {float: right; padding: 0px; margin: 1px;}
#header li {font-size: 10pt; font-family: arial, serif; vertical-align: bottom; line-height: 1em; display: inline; margin: auto 4px auto auto;}
#header a {text-decoration: none; color: #000000;}
#header a:hover {text-decoration: none; color: #FFFFFF;}
#header .lf {float: left;}
#header .rt {float: right;}
#container {
	width: 100%;
}
#nav {position: absolute; top: 80px; left: 4px; width: 180px;}
#nav ul {list-style-type: none; font-size: 9pt; letter-spacing: 2pt;}
#nav li {border-bottom: 1px dotted #CACDB6;}
#nav a {color: #6C6C62; text-decoration: none;}
#content {
	margin-left: 220px; margin-right: 10px; margin-top: 20px;
}
#content h1 {font-size: 14pt;}
#content h2 {font-size: 12pt;}
#content h2.sect {border-left: 8px solid #B3BD95; background-color: #E2E9D3; margin-left: 135px; line-height: 1.2em;}
#content p {font-size: 11pt; line-height: 1.4em;}
#content p.sect {font-size: 10pt; line-height: 1.2em; margin-left: 135px;}
#content blockquote {
	border: 1px dashed #336CA9; 
	background-color: #FFFFEA;
	background-image: url(./_images/content-bg.gif);
	background-repeat: repeat;
	background-position: top left;
	padding: 0px;
}
#content blockquote p {font-size: 9pt; margin: 6px;}
#content li {font-size: 11pt; line-height: 1.3em;}
#content img {float: left; margin-right: 6px;}
#content strong {
	background-image: url(./_images/strong-bg.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
#content table {font-size: 11pt; border: 1px solid #000000;}
#content table.schedule {float: left; margin: 2px;}
#content th {background-color: #B7C3AE;}
#content th.channel {width: 50px;}
#content th.schedule {width: 130px;}
#content td {border-bottom: 1px solid #D9DDC3; padding: 4px;}
#intro {
	clear: both;
	padding: 2px;
	height: 215px;
	border-bottom: 3px solid #C7D0B0;
}
#section {
}
div.sect {
	/* clear: both; */
	/* padding: 2px; */
	border-bottom: 2px solid #C7D0B0;
	height: 210px;
	margin: 2px;
	width: 380px;
	float: left;
}
div.sect  img{
	margin: 6px 2px 0px 0px;
}
div.row {
	clear: both;
}