/* general */

body {
/*    margin:10px 30px 30px 10px;  */
    background-color:white;
    width:805px;
    }

#body {
    width:815px;
}

td, th, body, p, div, span, li, input, select, textarea, pre {  
    font-family:verdana,arial,geneva,helvetica,sans-serif;
    color: #333333;
    font-size: 15px; 
    }

pre {
    white-space: pre
    }

img {
    border:0;
    }

a:link, a:visited, a:hover {
    color: blue;
    text-decoration:underline;
    }

li {
    line-height:1.25; 
    margin-bottom:.55em; 
    list-style-type: none;
    }


li.menu {
    line-height:1;
    margin-bottom:0.25em; 
    list-style-type: none;
    margin-left: 1em; 
    padding-left: 0em;
}

ul.menu {
        list-style-type:none;
        padding:0;
        margin:0;
}

div.menu {
	float:left;
        width:150px;
	background-color:whitesmoke;
	border-width:1px;
	border-style:solid;
	border-color:silver;
	padding:.5em;
    }
div.skyscraper {
	float:right;  
    }
div.content {
        margin-top:-1em;
	_margin-top:0em;      /* for IE */
	margin-left:170px;
        width:468px;  
    }
div.foot {
	text-align: center;
    }

/* head */
.head {
/*    margin:5px 10px 10px 10px; 
   margin:0; 
    	text-align:center;
	width:835px; */
    }

/* ABC title */

h1#abctitle {
    text-align:center;
    font-size:300%;
    font-family:Arial;
    }

div#logo span#redA {
    font-size: 23pt;
}

div#logo span#blueB {
    font-size: 23pt;
}

div#logo span#greenC {
    font-size: 23pt;
}

#redA {
    font-family:"Arial Black";
    color:red;
    font-weight: bold;
    }

#blueB {
    font-family:"Arial Black";
    color:blue;
    font-weight: bold;
    }

#greenC {
    font-family:"Arial Black";
    color:#339966;
    font-weight: bold;
    }

#redAt {
    font-family:"Arial Black";
    color:red;
    font-weight: bold;
    font-size:100%;
    }

#blueBt {
    font-family:"Arial Black";
    color:blue;
    font-weight: bold;
    font-size:100%;
    }

#greenCt {
    font-family:"Arial Black";
    color:#339966;
    font-weight: bold;
    font-size:100%;
    }

/* logo */
#logo {
    font-size:23pt;
    font-family:Arial;
    text-decoration:none;
    color:black;
    }

#tm {
    font-size:13pt;
    font-family:Arial;
    text-decoration:none;
    color:black;
    }

/* hero/text wrapping */

#wrapper {
	padding:3px;
	height:150px;
	width:468px;
	margin-top:-2em;
	margin-bottom:-2em;
    }

#fixed {
	float:left;
        height:150px;
	display:block;
    }

#floating {
	height:100%;
        _height:0%;
	position:relative;
	width:468px;
   }

#floating div {
	position:absolute;
	bottom:35;
	left:130;
	font-size:150%;
   }

div.updates {
	font-size:100%;
	color:blue;
	font-weight:bold;
}

/* worksheets */
#asciiart {
	white-space: pre;
        font-family:monaco,monospace;
        font-size:125%;
   }

/* math */
#math {
	font-size:125%;
	}

p.mathp {
        height:13em;
}

/* for lining up pics, etc. */
#col2 {
	position:absolute;
	left:400;
	}

/* For creating boxes to fill in */
#box {
	border:2px solid black;
}

/* generic language arts worksheets */
/* not working */
div.langarts {
        font-size:200%;
	}

pre.la {
        font-size:200%;
}

#lang_arts_head {
	font-size:110%;
   }

#lang_arts {
	white-space: pre;
	font-size:150%;
   }

#lang_arts_fix_width {
	white-space: pre;
	font-size:150%;
        font-family:monaco,monospace;
   }

/* rhymes */
#rhymes {
	white-space: pre;
	font-size:150%;
   }

/* credits & attributions */
#credits {
        font-size:75%;
	font-style: italic;
	text-align: right;
   }
