@charset "UTF-8";
body  {
	font: 85%/130% "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background: #0099dd;
	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: #000000;
}
.thrColFix #container { 
	width: 1024px;  /* using 20px less than a full  width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
p	{
	margin: 15px 0 0 0;
}
a	{
	font: 105% "Arial Black", Gadget, sans-serif;
	color: #0099ff;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #0099dd;
	text-decoration: underline;
}
h1 {
	font: 200%/90% "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-wieght: bold;
	margin: 0;
	padding: 20px 0 0 0;
	color: #0099ff;
}
h2 {
	color: #09f;
	font-size: 200%/90% "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding: 10px 0 0 0;
	font-weight: bold;
	letter-spacing: -.5px
}
h3 {
	font-size: 130%;
	margin: 0;
	padding: 20px 0 0 0;
	line-height: 110%;
	color: #0099ff;
	letter-spacing: -1px
}
h4	{
	font: 130% "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#09f;
	font-style: italic;
	font-weight: bold;
	padding: 2px 0px 0px 0px;
	line-height: 100%
}
h5	{
	font: 100% "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#03f;
	font-style: italic;
	font-weight: bold;
	padding: 2px 0px 0px 0px;
	line-height: 100%
}
li	{
	list-style-position: outside;
	padding: 0 0 10px 0;
}
ul {
	list-style-position: outside;
	list-style-image: url(http://marybaum.com/toplevel/toplevelpix/m-bullet.jpg);
}
.thrColFix #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 210px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in 	    addition to the width */
	padding: 0 20px 15px 0; /* padding keeps the content of the div away from the edges */
}
.thrColFix #sidebar1 p {
	font: 90%/130% "Arial Black", Gadget, sans-serif;
	color: #888;
	padding: 0 0 0 15px;
}
.thrColFix #sidebar1 h3 {
	font-size: 130%;
	margin: 0;
	padding: 0 0 0 15px;
	line-height: 110%;
	color: #0099ff;
	letter-spacing: -1px
}
.thrColFix #sidebar2 p { 

}
.thrColFix #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 30px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFix #sidebar2 p {
	font: 90%/110% "Arial Black", Gadget, sans-serif;
	color: #888;
}
.thrColFix #mainContent { 
	margin: 0 260px 0 240px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.emph {
	color: #099;
	font-style:italic;
	font-weight: bold
}
cite {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 100%;
	line-height: 100%;
	font-weight: bold;
	color: #06C;
	text-decoration: none;
	text-align: right;
}
img	{
	border: none;
}

