h2 {
	clear: both;
	color: #F54D1E;
	font-size: x-large;
/*	font-weight: bold; */
}
h3 {
	clear: both;
	color: #F54D1E;
	font-size: large;
/*	font-weight: bold;*/
}
body {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
//*	font-size: small; *//
	background-color: #FFFFFF;
	margin-left: 20px;
}
em {
/*	font-weight: bold; */
	font-style: normal;
}
tr.header_row {
/*	font-weight: bold;*/
	background-color: #0033CC;
	
}

img.small {
	display: none;
}
.LargerText {
	font-size: 1.15em;
}
#nodecor ul {
	list-style: none;
}

#image_and_text {
	padding-top: 10px;
	height: 350px;
}
#image_left {
	width: 410px;
}
#text_right {
	position: relative;
	margin-top: -250px;
	margin-left: 420px;
}
#lots_text_right {
	position: relative;
	margin-top: -300px;
	margin-left: 420px;
}
#tall_image_and_text {
	padding-top: 10px;
	height: 600px;
}
#tall_image_left {
	width: 410px;
}
#tall_text_right {
	position: relative;
	margin-top: -400px;
	margin-left: 420px;
}
#very_tall_image_and_text {
	padding-top: 10px;
	height: 710px;
}
#very_tall_image_left {
	width: 410px;
}
#very_tall_text_right {
	position: relative;
	margin-top: -400px;
	margin-left: 420px;
}
#top {
	color: #000000;
	width: 80%;
	position: absolute;
	height: 274px;
	float: left;
	top: 5px;
	left: 0px;
}
#top h1 {
	margin-left: 20px;
	margin-top: 10px;
	color: #0066FF;
	font-size: medium;
}
#left {
	width: 200px;
	font-size: 12px; 
	height: 100%;
	position: absolute;
	top: 334px;
	left: 11px;
	padding-left: 10px;
	float: left;
}
#center {
	top: 300px;
	left: 225px;
	position: absolute;
	padding-right: 250px;
	padding-left: 20px;
}

#center p {
	font-size: 13px;
}

#center a:link, #center a:visited {
	color: #F54D1E;
	font-size:13px;
	
}

#center a:hover {
	color: #5053C2;
	
}

#left a:link {
	color: #F54D1E; 
	text-decoration: none;
	font-size: 12px;
}

#right {
	position: absolute;
	right: 20px;
	top: 160px;
	width: 0px;
}
#navigation {
	width: 200px;
	font-size: 12px;
}
#navigation ul {
	font-size: 12px;
	list-style: none;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #F6CB9D;
	font-weight: normal;
}

#navigation a, #navigation h2 {
font-size: 12px;
font-style: Verdana, helvetica, sans-serif;
font-weight: normal;

display: block;
/* border-width: 1px; */
/* border-style: solid; */
/* border-color: #ccc #888 #555 #bbb; */
/* border-bottom-color: #F6CB9D; */
margin: 0;
padding: 5px 5px;

}

#navigation a:visited {
text-decoration: none;
color: #F54D1E;
}

#navigation h2 {
color: #fff;
background: #000;
text-transform: uppercase;
}

#navigation a {
color: #000;
/* background: #efefef; */
background: #FFFFFF;
text-decoration: none;
border: 1px solid #F6CB9D;
border-bottom: 0;
font-weight: normal;
font-size: 12px;
}

#navigation .active {
color: #000;
/* background: #efefef; */
background: #FFFFFF;
text-decoration: none;
border: 1px solid #F6CB9D;
border-bottom: 0;
font-weight: normal;
font-weight: bold;
font-size: 12px;
}


#navigation a:hover {
	background-color: #FEFF22;
	color: 	#F54D1E;
}


#navigation li {
	position: relative;
} 


#navigation ul ul {
position: absolute;
top: 0;
/* One pixel less than the width of the menu (200), so that the borders overlap */
left: 199px; /* to position them to the right of their containing block */
width: 100%; /* width is based on the containing block */
}


div#navigation ul ul,
div#navigation ul li:hover ul
{display: none;}

div#navigation ul li:hover ul,
div#navigation ul ul li:hover ul
{display: block;}


.channel-list li {
	float:left;
	width: 273px;
	margin:1px;
	padding:0px;
	display: block;
}

/* Styles for the Availability Year Planner */

table.YearPlanner{
	background-color: #FAFAD2;
	color: #212121;
	border-collapse: collapse;
	table-layout: fixed;
	/*border-color: Black;
	border: 1px; */
}
table.YearPlanner caption{
	font-size: 150%;
}

td.Day {
	background-color: #5F9EA0;
	font-size: 9px;
	width: 18px;
	height: 18px;
	text-align: center;
	border: 1px solid Black;
	vertical-align: middle;
}
td.Empty {
	height: 18px;
	background: #F3EBA3;
}
td.Month {
	background: #F3EBA3;
	width: 35px;
	height: 18px;
	font-size: 9px;
	font-weight: bold;
}
td.Key {
	background: #F3EBA3;
	height: 12px;
	font-size: 	10px;
        word-wrap: break-word;
}
td.Busy {
	height: 18px;
	font-size: 9px;
	text-align: center;
	border: 1px solid Black;
	vertical-align: middle;
	background-color: #FF9066;
	width: 18px;
	/*width: 50px;	*/
}
td.Available {
	height: 18px;
	font-size: 9px;
	text-align: center;
	border: 1px solid Black;
	vertical-align: middle;
	background-color: #C1F5C1;
	width: 18px;
}
td.Tentative {
	height: 18px;
	font-size: 9px;
	text-align: center;
	border: 1px solid Black;
	vertical-align: middle;
	background-color: #FEFF86;
	width: 18px;
}
.CompleteSpaced {
	width: 100%;
	top: 118px;
	position: absolute;
	left: 0px;
	background-color: #9999FF; 
	padding-right: 20px;
} 

.spacer {
	color: #000000;
}

#top a {
	text-decoration: none;
	color: #0086AC;
/*	font-weight: bold;*/
}
#topRight {
	float: left;
	width: 200px;
	height: 190px;
	left: 0px;
	position: absolute;
	padding-left: 10px;
}
#topRight img {
	width: auto;
}
#topRight img {
	float: left;
}

#topRRight {
	float: right;
	width: 400px;
	height: 150px;
	position: absolute;
	padding-left: 5px;
	right: 10px;
	text-align: right;
	top: 20px;
}

#topRRight a:link, #topRRight a:visited {
	color: #0086AC;
	text-decoration: none;
}

#centerRight {
	margin:	0px;
	color: #0066FF;
	float: right;
	width: 243px;
	top: 425px;
	position: absolute;
	right: 5px;
}
#centerRight img {
	border: thin none #400000;
	float: right;
	margin-right: 20px;
	width: 200px;
}

#center #indent {
	text-indent: 20px;
}
#center #doubleindent {
	text-indent: 40px;
}
#center .Footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	text-decoration: none;
	text-align: center;
	vertical-align: bottom;
}
#center .Footer a, #center .Footer a:visited {
	color: #999999;
	text-decoration: none;
	vertical-align: bottom;
}
.Footer img {
	background-position: left;
}
#center strong {
/*	font-weight: bold;*/
	color: #F54D1E;
}

#center p strong {
/*	font-weight: bold;*/
	color: #F54D1E;
}
#center li {
}

