/* JLF - General Style Sheet for Master Quest Web */

/* Style for "Table of Contents" in left column of most pages */
DIV.left_nav {
	width: 28%;
	float: left;
	/*padding-left: 2%;*/
	padding-right: 2%;
	font-family: arial, sans-serif;
	text-align: left;
	font-size: 10pt;
	font-weight: normal;
	list-style-type: none;
	}

/* Main text positioning */
/* JLF - Note that float: top is not documented.  However, it "fixes" */
/* a print bug in Netscape and allows the proper display, so we will use */
/* it until a better fix comes along.  For more details, email Janelle. */
DIV.main {
	/*width: 85%;*/
	text-align: left;
	margin-right: 10%;
	margin-left: 10%;
	padding-left: 2%;
	float: right;
	float: top;
	
	}

/* Text position for text w/o TOC */
DIV.plaintext	{
	text-align: left;
	margin-left: 15%;
	margin-right: 12%;
	}

/* Style for Page Titles */
.PageTitle  {
	font-family: arial, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	/*color: #003399;*/
	color: #cc0000;
	}


/* Style for general topic titles */
.Title	{
	font-family: "times new roman", serif;	
	font-size: 14pt;
	font-weight: bold;
	}	

	
/* Style for general text requiring bold font, such as tech topic questions. */
.GenTextBold {	
	font-family: arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	line-height: 1.25;
	}

/* Style for general body text. */
.GenText, .GenPara  {	
	font-family: arial, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	line-height: 1.25;
	}

/* Style for links page. */
.LinPara {
	text-align: justify;	
	font-family: arial, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	}

.FooterBig, .FooterNormal, .FooterSmall {
	font-family: "times new roman", serif;
	font-weight: normal;
	}
	
.FooterNormal {
	font-size: 10pt;
		}
	
.FooterSmall {
	font-size: 8pt;
		}