/* My style sheet for MathWorksheetWizard */

BODY	{	
			margin:0 auto;
			padding: 0px;
			background: #4B1465 url(images/lighttodark_purple.gif) top repeat-x;
			text-align: center; 
			font-family: Verdana, Arial, Helvetica, sans-serif;
	        	font-size: 1.0em;
			/* background-color: #5387bb; blue */
			}

#myfont		{
			font-family: Verdana, Arial, Helvetica, sans-serif;
		}

#container-whiteborder	{
			margin-left: auto; 
			margin-right: auto;
			width: 826px;
			border-left: 1px solid #AF68D0;
			border-right: 1px solid #AF68D0;
}

#container1	{
			margin-left: auto; 
			margin-right: auto;
			width: 796px;
			text-align: left;
			background-color: #FFEE35;
			/* background-color: #FFE185; orange */
			border-style: solid;
			border-width: 1px;
		}	

#container2	{
			margin-top: 2px;
			margin-bottom: 10px;
			margin-left: 0px; 
			margin-right: 0px;
			text-align: left;
		}

#container-header	{
			position: relative;
			margin-top: 0px;
			margin-bottom: 5px;
			margin-left: 0px; 
			margin-right: 0px;
			width: 781px;
			text-align: left;
			background-color: #FFEE35;
			/* background-color: #FFE185; orange */
		}


.titletext	{	position: relative;
			top: 0px;
			left: 0px;
			font-size: 8pt; 
			font-weight: normal;
			font-family: Arial, sans-serif; 
			color: #000000;
			text-align: center;
			line-height: 10pt;
			margin-top: 0px;
			margin-bottom: 0px;
			padding-top: 0px;
		}
#container-table	{
			position: relative;
			margin-left: 8px;
			margin-top: 0px;
			margin-bottom: 0px;
			text-align: left;
			}

#container-window	{
			text-align: left;
			height: 100%;
			border-style: solid;
			border-width: 1px;
			background-color: #ffffff;
		}	

#container-leftmargin	{
			width: 130px;
			height: 100%;
			text-align: left;
			border-style: solid;
			border-width: 1px;
			background-color: #FEFE8D;
		}

#container-rightmargin	{
			width: 130px;
			height: 100%;
			text-align: left;
			border-style: solid;
			border-width: 1px;
			background-color: #FEFE8D;
		}

#container-copyright	{
			margin-top: 10px;
			margin-left: 2px; 
			margin-right: 2px;
			border-style: solid;
			border-width: 1px;
			border-color: #000000;
			background-color: #FEFE8D;
		}


A 		{ text-decoration: none; color: #0000FF; } 
A:hover 	{ text-decoration: none; color: #FF0000; }

.tabs		{ color: white	}



.text	{
		font-size: 8pt;
		line-height:12pt;
		color: #000000;
		text-align: left;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-style: normal;
		padding: 4px;
		margin-top: 0px;
		margin-bottom: 0px;
	}

#topleftboxcontainer	{
		position: absolute;
		top: 90px;
		left:10px;
		width: 376px;
		}

.topleftbox	{
		position: relative;
		background-color: #FFFFCF;
		width: 376px;
		height: 402px;
		border: solid;
		border-width: 1px;
		border-color: #000000;
		}


#sitesponsor	{
		position: relative;
		margin-top: 10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 8pt;
		line-height:10pt;
		color: #000077;
		background-color: #FFFFCF;
		}
		

