/*indexStylesheet.css*/

body 
{   background-color:rgb(0,0,0);
    background-color:black;
	/*background-image:url("IMG_1108.JPG");*/
	background-color:black;
    /*padding-left:25px;
	  padding-top:10px;
	  padding-right:25px;
	  padding-bottom:100px;*/
}
#all {
	/*just to test*/
	width:900px;
	/*border: 3px solid black;*/
	height:890px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
	}
	
#headingIndex
{ background-color:#000033;
  /*background-image:url("showmethemathBackground.jpg");*/
  /*background-image:url("showmethemath.gif");*/
  background-repeat:no-repeat;
 /* margin-left:auto;
  margin-right:auto;*/
  height:100px;
  text-align:center;
  border: 2px solid white;
  
  			/*	position:fixed;
				top:0px;
				width:896px;
				z-index:1;
		 	*/
  
}
#heading
{ background-color:#000033;
  background-color:#000066;
  height:100px;
  text-align:center;
  font-size:4em;
  color:white;
  border: 2px solid white;
  
  			/*	position:fixed;
				top:0px;
				width:896px;
				z-index:1;
			*/
  
}


#menu
{   background-color:#ccccff;
     width:150px;
	 float:left;	 
     min-height:700px;
	 min-height:520px;
height:550px;
height:650px;
     float: left;
	 border-left: 2px solid white;
	 border-bottom: 2px solid white;
	 border-right: 2px solid white;
	 
  		/*		position:relative;
				top:93px;
				top:96px;	
		*/ 
	 
}
#menu ul{
	margin-top:.04em;
	margin-left:-2.5em;
}
#menu li {
  list-style-type: none;
  text-align: center;
  background-image:url("mno.jpg");
  			font-size:12pt;
  			/*font-size:12pt;*/
  color:#eeeeee;
    margin-top:0em;
	margin-left:0em;
			width:150px;
			height:30px;			
			border-bottom:1px solid white;
	font-family:sans-serif; 
}
#menu li:hover {
	color:black;
}
#menu li a {
  color: #0000aa;
  color:#eeeeee;
  display: block;
  /*border: #1111aa 2px outset;*/
  text-decoration: none;
  height:30px;

}
#menu a:hover {
  /*border: #aaaa11 2px inset;*/
  color:#000000;
  background-image:url("mo.jpg");
  background-color:#55ff55;
}





#content{
	background-color:rgb(153,153,153);
	min-height:680px;
	min-height:500px;
height:530px;
height:630px;
	border-right: 2px solid white;
	border-bottom: 2px solid white;
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	width:704px;
	float:left;
	
	
	  	/*		position:relative;
				top:93px;
				top:96px;
				left:0px;
		*/
		
}
#contentHeading {
	font-size:3em;
	text-align:center;
	color:#000077;
		/*		position:fixed;
				top:120px;
		*/
}
#contentParagraph {
	font-size:1.3em;
	padding-right:20px;
	/*text-align:left;*/
	color:#000000;
	
			/*	position:fixed;
				top:200px;
				width:700px;
			*/	
	
}