/*stylesheet for beginnermath.com*/
{
	padding: 0;
	margin: 0;
	border: 0;
	display: inline;
}
body, html {
	color: #0A4731; 
	font-family: Verdana, Arial, Tahoma, sans-serif;
	background-color: #e0e0e0; 
	background: url(images/graydiagstripe-rainbow.jpg);
	text-align: center; /*** Centers the design in old IE versions ***/
}
body {
	font-size: 75%;
}
p {
	padding: 7px 0 7px 0;
}

a {
	color: #0A2711;
}
a:hover{
	color: #5A7A11;
	text-decoration: none;
}

h1, h2, h3 {
	font-weight: bold;
	padding-bottom: 1px;
	margin: 2px;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
h1 a, #header h2{
	color: #fff;
}
ul, li {
	text-align: left;
}
.clear { 
	clear: both; 
}
.pageheader {
	font-size: 16px;
	text-align: center;
	padding-bottom: 5px;
}
.outercontainer {
	display: table;
	text-align: center;
	margin: 30px;
}
.row {
	display: table-row;
}
.outer-left {
	width: 20%;
	padding: 0px;
	display: table-cell;
	vertical-align: top;
	text-align: left;
}
.outer-right {
	width: 20%;
	display: table-cell;
	vertical-align: top;
	text-align: left;
}
.outer-right li {
	padding-bottom: 8px;
}
.innercontent{
	text-align: center;
	display: table;
	padding: 0px;
	margin: 0p;
}
.innercontent li{
	padding-bottom: 12px;
}
.innercontent h2{
	padding: 2px;
	margin: 2px;
	font-size: 14px;
}
.inner-left {
	display: table-cell;
	text-align: center;
	margin-left: 9px;
	width: 45%;
	float: left;
}
.inner-right {
	display: table-cell;
	text-align: center;
	padding: 4px;
	margin-right: 9px;
	float: right;
	width: 45%;
}
.inner-double {
	display: table-row;
	text-align: center;
	padding: 4px;
	margin-bottom: 8px;
	margin-right: 9px;
}

/* IE ONLY */
* html .outercontainer {
	width: 90%;
}
* html #row {
	background: #0000ff;
}
* html .outer-left {
	float: left;
}
* html outer-right {
	float: right;
}
* html .innercontent {
	float: left;
	width: 59%;
}
* html .cleaner {
	display: block;
}

/*end IE ONLY*/

/*some nav bar code I grabbed*/

.nav2 {
	background-color: silver;
	border: solid 1px gray;
}

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

.nav2 li {
	list-style-type: none;
	margin: 0;
	padding: 0px;
	border-top: 1px solid gray;
	width: 100%;
	display: block;
}

html>body .nav2 li {
	width: 100%;
}

.nav2 li:first-child {
	border: none;
}


/*end nav bar code*/

/*thumbnail block*/
		.arc90_linkpic {
			display: none;
			position: absolute;
			left: 0;
			top: 1.5em;
			width: 160px;
			height: 120px;
		}
		.arc90_linkpicIMG {
			padding: 0 4px 4px 0;
			background: transparent url(linkpic_shadow.gif) no-repeat bottom right;
			width: 160px;
			height: 120px;
		}			
/*end thumbnail block*/