@charset "utf-8";

* {
	padding:0;
	margin: 0;
	}
#clear {
	clear:both;
	}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #660000;
}
#container {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFCC;
	margin: 0 auto;
}

	
#mainContent {
	background-color: #FFFFCC;
	position: relative;
	width: 900px;
	color: #CC0000;
	float: left;
	padding: 10px;
}
#mainContent p {
	padding: 0.2em;
	line-height: 1.3em;
}
#mainContent li {
	margin-left: 20px;
	line-height: 1.4em;
}
#mainContent img {
	vertical-align: -100%;
	display: inline;
}
#mainContent .frac {
	vertical-align: middle;
	display: inline;
}
#symbol {
	font-family: Symbol;
}



#footer {
	float: left;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 900px;
	clear: none;
	background-color: #CC0000;
	color: #660000;
}


#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 10px;

}

#footer a {
	color: #B7FFC9;
}
#mainContent .matrix {
	line-height: 4em;
}
