/*  HOME PAGE POSITIONING IN BROWSER WINDOW */
.origin {
    position: absolute;
    left: 50px;
    top:  50px;
    width:  933px;
	height: 700px;
	}

/*  SECONDARY PAGE POSITIONING IN BROWSER WINDOW */
.secondary {
    position: absolute;
    left: 50px;
    top:  50px;
    width:  933px;
	height: 185px;
	}

/*  MOVIE EXCERPT BOX */
.movie {
    position: relative;
    left: 500px;
    top:  420px;
    width:  420px;
	height: 254px;
	}
	
/*  HYPERLINKS BOX */
.hyperlinks {
    position: absolute;
	table-layout: fixed;
	padding: 0px;
	background-color: transparent;
    left: 748px;
    top: 350px;
    width: 218px;
	height: 100px:
	}
	
/*  HYPERLINKS BOX TEXT */
.hyperlinks P { 
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 9pt;
	line-height: 14pt;
	color: #CCC;
	margin-top: 40px;
	border: 0px;
	padding: 0px;
	}

/*  HYPERLINKS TITLE */
.hyperlinks H1 {
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 10pt;
	line-height: 13pt;
	color: #D40000;
	margin-top: 0px;
	margin-bottom: 10px;
	border: 0px;
	padding: 0px;
	}

/*  SECONDARDY ARTICLE PAGES */
.article {
    position: absolute;
	background-color: transparent;
    left: 75px;
    top: 237px;
    width: 590px;
	height: 435px:
	}

.article P { 
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 9pt;
	line-height: 14pt;
	color: #CCC;
	margin-top: 9px;
	border: 0px;
	padding: 0px;
	}

/* JOURNAL BOX */
.journal {
    position: absolute;
	table-layout: fixed;
	background-color: transparent;
    left: 75px;
    top: 237px;
    width: 590px;
	height: 435px:
	}
	
/*  JOURNAL TEXT ENTRIES */
.journal P { 
	font-family: Courier, Verdana, Arial, Helvetica, san-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 9pt;
	line-height: 13pt;
	color: #CCC;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 0px;
	padding: 0px;
	}
	
/*  JOURNAL DATE ENTRIES */
.journal H1 {
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 10pt;
	line-height: 13pt;
	color: #D40000;
	margin-top: 12px;
	margin-bottom: 12px;
	border: 0px;
	padding: 0px;
	}

/*  JOURNAL TIME ENTRIES */	
.journal H2 {
	font-family: Courier, Verdana, Arial, Helvetica, san-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 9pt;
	line-height: 13pt;
	color: #CCC;
	margin-top: 12px;
	margin-bottom: 0px;
	border: 0px;
	padding: 0px;
	}

/* FORMAT EMAIL COMMUNICATION ENTRIES */
.journal H3 {
	font-family: Helvetica, Arial, Verdana, san-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 9pt;
	line-height: 13pt;
	color: #999;
	margin-top: 6px;
	}

/*  OTHER PAGES BOX */
.otherlinks {
    position: absolute;
	table-layout: fixed;
	padding: 0px;
	background-color: transparent;
    left: 75px;
    top: 200px;
    width: 590px;
	height: 300px:
	overflow: scroll;
	}

/*  OTHER PAGES TEXT */
.otherlinks P { 
	font-family: Times New Roman, Garamond, Caslon, serif;
	font-weight: normal;
	font-style: normal;
	font-size: 11pt;
	line-height: 18pt;
	color: #CCC;
	margin-top: 0px;
	margin-bottom: 20px;
	border: 0px;
	padding: 0px;
	}

/*  OTHER PAGES HEADLINES */
.otherlinks H1 { 
	font-family: Times New Roman, Garamond, Caslon, serif;
	font-weight: normal;
	font-style: normal;
	font-variant: small-caps;
	font-size: 16pt;
	line-height: 20pt;
	color: #D40000;
	margin-top: 0px;
	margin-bottom: 20px;
	}
	
/*  OTHER PAGES NAME CREDIT */
.otherlinks H2 { 
	font-family: Times New Roman, Garamond, Caslon, serif;
	font-weight: normal;
	font-style: normal;
	font-variant: small-caps;
	font-size: 12pt;
	line-height: 16pt;
	color: #D40000;
	margin-top: 0px;
	margin-bottom: 0px;
	}

/*  OTHER PAGES PLAIN NAME CREDIT */
.otherlinks H3 { 
	font-family: Times New Roman, Garamond, Caslon, serif;
	font-weight: normal;
	font-style: normal;
	font-size: 11pt;
	line-height: 13pt;
	color: #CCC;
	margin-top: 0px;
	margin-bottom: 0px;
	}

/*  OTHER PAGES SUBHEADINGS (SUPPORT PAGE) */
.otherlinks H4 { 
	font-family: Times New Roman, Garamond, Caslon, serif;
	font-weight: normal;
	font-style: normal;
	font-variant: small-caps;
	font-size: 12pt;
	line-height: 14pt;
	color: #B29DFF;
	margin-top: 0px;
	margin-bottom: 0px;
	}
