/* style.css---style sheet for documents */
body {  margin-left: 2%;
	margin-right: 2%;
        color: black; }

p { width: 100%; word-wrap: break-word; text-align: left; left:10%; right:5%; }

.centeredpara {
text-align: center;
}

.rightpara {
	text-align: left;
	left:70%
}
.leftword{
	 position: relative;
	 left:20%;
}
.rightword{
	 position: relative;
	 left:55%;
}
#rightcontent {
    	position: absolute;
		right:2em;
		top:3em;
	    padding-top:3em;
		width:24%; }
#leftcontent {
		left:2em;
		top:3em;
	    padding-top:3em;
		width:72%; }

h1 { font-family: misc, Geneva, Arial, SunSans-Regular, sans-serif;
	 text-align: right;
     background-color: #778899; }  

a:link {color: #2f4f4f; text-decoration: underline; }
a:visited {color: #552f2f; text-decoration: none; }
a:hover {color: #900; background: #ffc; text-decoration: underline; }
a:active {color: #900; background: #ffc; text-decoration: none; }


.contentbox .eltone {
margin:0px;
padding:0px;
position:relative;
width:100%;
}

.contentbox .eltone .lelt {
margin: 0px;
padding:0px;
display:block;
float:left;
background-color:#eee;
margin-right:10px;
}


.contentbox .eltone .elttwo {
left:0px;
position: relative;
display:none;
}

div.banner {
   text-align: center;
   font-weight: bold;
   font-size: 120%;
}

div.banner a:link {
   color: #2f4f4f;
}

div.banner a:visited {
   color: #556b2f;
}

div.banner a:hover {
   background: #ffc;
   color: #900;
   text-decoration: none;
}

div.smallbanner {
   text-align: center;
   font-size: 100%;
}

div.smallbanner a:link {
   color: #2f4f4f;
}



div.smallbanner a:visited {
   color: #556b2f;
}

div.smallbanner a:hover {
   background: #ffc;
   color: #900;
   text-decoration: none;
}

div.box { border-style: ridge; 
          border-width: thin; 
		  padding-right: 5em;
		  padding-left: 1em;
          width: 60%; }

div.wbox { border-style: ridge; 
          border-width: thin; 
		  padding-right: 5em;
		  padding-left: 1em;
          width: 90%; }

div.warningbox { border-style: ridge; 
          border-width: thin; 
	  padding-right: 5em;
	  padding-left: 1em;
          width: 90%;
	  background-color:#ffaaaa;
	  position:fixed;
	  bottom:0em;
	  z-index:10;}
div.swarningbox { border-style: ridge; 
          border-width: thin; 
	  padding-right: 5em;
	  padding-left: 1em;
          width: 90%;
	  background-color:#ccffcc;
	  position:fixed;
	  bottom:0em;
	  z-index:10;}

div.warningboxcenter { border-style: ridge; 
          border-width: thin; 
	  padding-right: 5em;
	  padding-left: 1em;
          width: 70%;
	  background-color:#ffaaaa;
	  position:fixed;
	  top:40%;
	  left:15%;
	  right:15%;
	  z-index:10;}


/*p { text-indent: 2em; }*/

/* br { text-indent: 2em; }*/
/* Century Schoolbook font is very similar to Computer Modern Math: cmmi */
.MATH    { font-family: "Century Schoolbook", serif; }
.MATH I  { font-family: "Century Schoolbook", serif; font-style: italic }
.BOLDMATH { font-family: "Century Schoolbook", serif; font-weight: bold }

/* implement both fixed-size and relative sizes */
SMALL.XTINY		{ font-size : xx-small }
SMALL.TINY		{ font-size : x-small  }
SMALL.SCRIPTSIZE	{ font-size : smaller  }
SMALL.FOOTNOTESIZE	{ font-size : small    }
SMALL.SMALL		{  }
BIG.LARGE		{  }
BIG.XLARGE		{ font-size : large    }
BIG.XXLARGE		{ font-size : x-large  }
BIG.HUGE		{ font-size : larger   }
BIG.XHUGE		{ font-size : xx-large }

/* heading styles */
H1		{  }
H2		{  }
H3		{  }
H4		{  }
H5		{  }

/* mathematics styles */
DIV.displaymath		{ }	/* math displays */
TD.eqno			{ }	/* equation-number cells */


/* document-specific styles come next */
