HTML
{
	overflow-x: auto;
	height: 100%;
}
A:link
{
	color: #9600FF;
	text-decoration: none;
}
BODY
{
	font: 1em Arial, Helvetica, sans-serif;
	background: #002A5E no-repeat scroll 50% 0pt;
	background-color: #002A5E;
	line-height: 1.6em;
	margin: 0;
/*it's good practice to zero the margin and padding of the body element to account for differing browser defaults*/
	padding: 0;
	text-align: center;
/*this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector*/
	color: #002A5E;
	background-image: url(http://tmitmitmi.com/TMI2010bkgd.jpg);
}
H1
{
	font-size: 24pt;
	font-weight: 900;
	color: #8F0002;
}
H2
{
	font-weight: 900;
	color: #8F0002;
	font-size: 18pt;
}
.oneColFixCtr #container
{
	width: 918px;
	position: relative;
/*using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar*/
	margin: 0 auto;
/*the auto margins (in conjunction with a width) center the page*/
	border: 0px solid #000;
	text-align: left;
/*this overrides the text-align: center on the body element.*/
	background-image: url(http://www.LiteracyforTykes.com/transp.gif);
}
.oneColFixCtr #mainContent
{
	padding: 0px;
/*remember that padding is the space inside the div box and margin is the space outside the div box*/
	/*+placement:shift 0px 175px;*/
	position: relative;
	left: 0px;
	top: 175px;
	z-index: 0;
	position: absolute;
	width: 918px;
	height: auto;
	margin: 0 auto;
}
A:visited
{
	color: #9600FF;
	text-decoration: none;
}
A:hover
{
	color: #9600FF;
	text-decoration: underline;
}
A:active
{
	color: #9600FF;
	text-decoration: underline;
}
.oneColFixCtr #topMenu
{
	/*+placement:shift 595px 75px;*/
	position: relative;
	left: 595px;
	top: 75px;
	left: 663px;
	width: 275px;
	height: 0px;
	padding-top: 0px;
	z-index: 1;
}
SPAN.welcomeLine
{
	color: #E5B2FE;
	font-family: Arial;
	line-height: 0;
	/*+placement:shift 0px 62px;*/
	position: relative;
	left: 0px;
	top: 62px;
	font-weight: 600;
}
SPAN.TMLine
{
	color: #FED2A3;
	font-weight: 900;
	padding-top: 6px;
	font-size: 26pt;
	font-family: Arial;
	line-height: 0;
	font-style: italic;
	/*+placement:shift 0px 78px;*/
	position: relative;
	left: 0px;
	top: 78px;
}
SPAN.tinytop
{
	font-family: Arial;
	font-size: 8.4pt;
	font-weight: bold;
	line-height: 1.6;
}
SPAN.listen
{
	font-family: Arial;
	font-weight: bold;
	font-size: 10.8pt;
	line-height: 1.2;
	color: #002A5E;
}
.oneColFixCtr #announcement
{
	font: 900 18px Arial, Helvetica, sans-serif;
	padding: 0px;
	color: #002A5E;
}
.oneColFixCtr #TableHead
{
	font-size: 20px;
	color: #002A5E;
	text-align: center;
	font-weight: 700;
}
.oneColFixCtr #fineprint
{
	font-size: xx-small;
	font-style: italic;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
}
IMG.icon
{
	border: 0;
	padding: 0 2px 0 0;
}
.oneColFixCtr #textarea
{
	background: url(icons/transluscent.png) repeat;
	color: #000000;
	text-align: left;
	font: 14px/1.15 sans-serif;
	padding: 10px;
	margin: 10px 0px;
}
.oneColFixCtr #dateline
{
	font: oblique 18px/1em arial;
	color: #002A5E;
}
.oneColFixCtr #meat
{
	text-indent: 1em;
	font-weight: 700;
	font-size: small;
	line-height: normal;
}
.oneColFixCtr #undervid
{
	text-align: center;
	padding: 2px 0px 4px;
	width: 400px;
	background: #9600FF;
	display: block;
	color: #FFFFFF;
	font: bold 10px sans-serif;
	text-decoration: underline;
}
.oneColFixCtr #uStream
{
	width: 400px;
	background: url(icons/transluscent.png) repeat;
	padding: 0 10px 10px;
	margin: 0;
	position: relative;
	left: 0px;
	top: 0px;
}
.oneColFixCtr #headlines
{
	width: 468px;
	background: url(icons/transluscent.png) repeat;
	padding: 0 10px 10px;
	margin: 0;
	position: absolute;
	left: 430px;
	top: 17px;
}
FORM
{
	text-align: center;
}
.oneColFixCtr #podcastlink
{
	font: 8pt/6pt sans-serif;
}
