body{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%; 
}

#framecontent{
position: absolute;
top: 0;
bottom: 0; 
left: 0;
width: 172px; /*Width of frame div*/
height: 100%;
overflow: hidden; /*hidden to disable scrollbars. Set to "scroll" to enable*/
background: #C0E0FF; /*color of left column*/
font-family: Helvetica, sans-serif; 
}

#maincontent{
position: fixed;
top: 0; 
left: 172px; /*Set left value to WidthOfFrameDiv*/
right: 0;
bottom: 0;
overflow: auto; 
background: #E6F0FF; /*right column*/
font-family: Palatino, "Palatino Linotype","Times New Roman", Times, serif; 
font-size: 1em;
}

.innertube{
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}
.grad1 {background-image: url(SQP_files/grad1.gif); background-repeat: repeat-x;}
.grad1a {background-image: url(SQP_files/grad1a.gif); background-repeat: repeat-x;}
.gradsm {background-image: url(SQP_files/gradsm.gif); background-repeat: repeat-x;}

.thinbord{border-style: solid; border-width: 1px}
.menu {font: 13px arial, sans-serif; line-height: 20px}
.sangra{font-family: Verdana, Helvetica, Arial, sans-serif; font-size: .7em; color:gray;}
.cou{font-family: "Courier New", Courier; }
.hel{font-family: Helvetica, Arial, sans-serif; font-size: .8em; }
.helin{font-family: Helvetica, Arial, sans-serif; font-size: .8em; margin-left: 50px;}
.chr{font-family: Helvetica, sans-serif; font-weight: bold; margin-left: 30%; margin-top: 40px; margin-bottom: 3px;}
a img {border:none} /*to remove border from image links*/
.norm {margin-left: 10%; margin-right: 10%; font-size: 1.5em;}
.ques {margin-left: 10%; margin-right: 10%; font-size: 1.5em; color: #006633}
.mred {margin-left: 10%; margin-right: 10%; font-size: 1.5em; color: #990000}
.mrk {font-size: 1.5em; font-family: arial; text-align: center;}
.hite {line-height: 1.5em}
.m15 {font-size: 1.5em}
.m2 {font-size: 2em}
.m3 {font-size: 3em}
.m3g {font-size: 3em; color: #009933;}
.p7 {font-size: .7em}

	.Lb20 {margin-left: 20px}
	.Lb40 {margin-left: 40px}
	.Lb40R {margin-left: 40px; color: #990000;}
	.Lb60 {margin-left: 60px}
	.Lb80 {margin-left: 80px}
	.Lb100 {margin-left: 100px}
	.Lb120 {margin-left: 120px}
	.L20 {margin-left: 20px; text-indent: -20px}
	.L203 {margin-left: 30px; text-indent: -30px}
	.L30 {margin-left: 30px; text-indent: -20px}
	.L40 {margin-left: 40px; text-indent: -20px}
	.L60 {margin-left: 60px; text-indent: -20px}
	.L80 {margin-left: 80px; text-indent: -20px}
	.L100 {margin-left: 100px; text-indent: -20px}
	.L120 {margin-left: 120px; text-indent: -20px}
	.L140 {margin-left: 140px; text-indent: -20px}
 	.c {text-align: center}
 	.cR {text-align: center; color: #990000;}
	.R {color: #990000;}
	.Ri {color: #990000; font-style: italic;}
	.G {color: #006600;}
	.Gi {color: #006600; font-style: italic;}
	.gr {color: #336600;}
	.U {color: #0000FF;}
	.Ui {color: #0000FF; font-style: italic;}
	.N {color: #663300;}
	.Ni {color: #663300; font-style: italic;}
 	.red {color: red;}
	.W {color: #FFFFFF;}
	.L20Gi {margin-left: 20px; text-indent: -20px; color: #006600; font-style: italic;}
	.L40Gi {margin-left: 40px; text-indent: -20px; color: #006600; font-style: italic;}
	.L60Gi {margin-left: 60px; text-indent: -20px; color: #006600; font-style: italic;}
	.L5N {margin-left: 50px; text-indent: -30px; color: #663300;}
	.L6N {margin-left: 65px; text-indent: -32px; color: #663300;}
	.L7N {margin-left: 74px; text-indent: -32px; color: #663300;}
	.L8N {margin-left: 88px; text-indent: -32px; color: #663300;}
	.L10N {margin-left: 100px; text-indent: -33px; color: #663300;}


p.space {margin-top: 20cm;}
* html body{ /*IE6 hack*/
padding: 0 0 0 172px; /*Set value to (0 0 0 WidthOfFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}
/*Total Width of window should be 766 px*/

img.floatright {float: right;}
 :visited { color: blue }
