  A.nav {font-family: arial, sans-serif; font-size : 12pt; text-decoration: none; font-weight: bold; color: fuchsia }
  a.topnav:link      { color: blue; font-size: 12pt; font-family:  Arial, Helvetica, sans-serif ; font-weight: normal;}
  a.topnav:visited   { color: navy; font-size: 12pt; font-family:  Arial, Helvetica, sans-serif ; font-weight: normal;}
  a.topnav:active    { color: navy; font-size: 12pt; font-family:  Arial, Helvetica, sans-serif ; font-weight: normal;}
  a.topnav:hover     { color: red;  font-size: 12pt; font-family:  Arial, Helvetica, sans-serif ; font-weight: normal;}
  a:topnav           { color: blue; font-size: 12pt; font-family:  Arial, Helvetica, sans-serif ; font-weight: normal;}

  a.topnav_small:link      { color: blue; font-size: 8pt; font-family:  Arial, Helvetica, sans-serif ; font-weight: normal;}
  a.topnav_small:visited   { color: navy; font-size: 8pt; font-family:  Arial, Helvetica, sans-serif ; font-weight: normal;}
  a.topnav_small:active    { color: navy; font-size: 8pt; font-family:  Arial, Helvetica, sans-serif ; font-weight: normal;}
  a.topnav_small:hover     { color: red;  font-size: 8pt; font-family:  Arial, Helvetica, sans-serif ; font-weight: normal;}
  a:topnav_small           { color: blue; font-size: 8pt; font-family:  Arial, Helvetica, sans-serif ; font-weight: normal;}

  A.nav2 {font-family: arial, sans-serif; font-size : 12pt; text-decoration: none; font-weight: bold; color: black }
  A.navsmall {font-family: arial, sans-serif; font-size : 10pt; text-decoration: none; font-weight: bold; color: fuchsia }
  A.navmessage {font-family: arial, sans-serif; font-size : 10pt; text-decoration: none; color: red }
  A.menusmall {font-family: helvetica, sans-serif; font-size : 10pt; text-decoration: none; font-weight: bold; color: white }

  td.menusmall1 { background: #556DD9; }
  td.menusmall2 { background: #3300FF; }

  tr.menusmall1 { background: #556DD9; }
  tr.menusmall2 { background: #3300FF; }

  a:link      { color: blue; font-weight: normal;}
  a:visited   { color: navy; font-weight: normal;}
  a:active    { color: navy; font-weight: normal;}
  a:hover     { color: red;  font-weight: normal;}
  a           { color: blue; font-weight: normal;}

  .searchResultsHighlight           { color: blue; font-weight: bold;}

P, div, B, I, li, strong, TD { color: #000000; font-size: 12pt; font-family:  Arial, Helvetica, sans-serif; font-weight: normal;}
html {margin: 0; padding: 0;}
body {margin: 0; padding: 0; font-family: verdana, sans-serif; font-size: 12pt;
           background: white;}
B { font-weight: bold;}
#pageTitle {font-family: verdana, sans-serif; font-size: 18pt; text-align: center; font-weight: bold;}
.borderless { border: none; }
/*******************************************************************************
                       Positioning rules
*******************************************************************************/
div#Logo {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 102px;
	height: 102px;
	background: white;
}

div#TopBarLeft1 {
	position: absolute;
	top: 4px;
	left: 110px;
	background: white;
}

div#TopBarLeft2 {
	position: absolute;
	top: 4px;
	left: 220px;
	background: white;
}

div#TopBarLeft3 {
	position: absolute;
	top: 40px;
	right: 10px;
	background: white;
}

div#MainContent {
	position: absolute;
	top: 114px;
	background: white;
	border-top: thin solid black;
	padding: 5px;
}

div#NavigationHeader {
	position: absolute;
	top: 0px;
	height: 113px;
	background: white;
	width: 100%;
	border-top: thin solid black;
}

	/* Used for the copyright notice and other small items we repeat throughout the site */
#copyright {
	padding-top: 20px;
	padding-right: 10px;
	font: 8pt Verdana, Tahoma, helvetica, arial, sans-serif;
	font-style: italic;
	text-align: right;
}

/* right 170px, top 160px, left 160px, bottom 20px */
input, textarea                 {font-family: monospace }  /* prevents strange length problems */

P, div, B, I, li, strong, TD { color: #000000; font-size: 12pt; font-family:  Arial, Helvetica, sans-serif; font-weight: normal;}
html {margin: 0; padding: 0;}
body {margin: 0; padding: 0; font-family: verdana, sans-serif; font-size: 12pt;
           background: #E7F0EB repeat-y url(http://www.inthe70s.com/images/70sbodybackground.gif); }
B { font-weight: bold; }

a.link:link                    { color: blue; }
a.link:visited                 { color: navy; }
a.link:active                  { color: navy; }
a.link:hover                   { color: red; }
a:link                         { color: blue; }

a:visited                 { color: navy; }
a:active                  { color: navy; }
a:hover                   { color: red; }

.bigbullets li {padding-bottom: 10pt; }
/*******************************************************************************
                       Positioning rules
*******************************************************************************/
/* layout for the page containers goes here */

/* commented backslash hack v2 \*/
html, body{height:100%;}
/* end hack */

body {
	padding:0;
	margin:0;
	color: #FBF7F3;
}
#outer{
	height:100%;
	min-height:100%;
	margin-left:160px;
	margin-right:170px;
	margin-bottom:-22px;
	color: #000000;
}

html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
  background: #E7F0EB repeat-x url(http://www.inthe70s.com/images/70sheaderback.jpg);
	color: #000000;
}
#left {
	position:relative;/*ie needs this to show float */
	white-space: nowrap;
	width:160px;
	float:left;
	padding-top: 40px;
	margin-left:-159px;/*must be 1px less than width otherwise won't push footer down */
}
* html #left {padding-bottom:22px ;margin-right:-3px;}/*fix gap in ie next to float and clear footer because we've moved float too far left*/

#left a { color:white; font-weight: bold;}
.navLeftLink {color:white; font-weight: bold; font-size: 8pt;padding-left:3px;}
#left p {padding-left:3px;padding-right:2px; }
#right p {padding-right:1px;padding-left:1px;}

#right {
	position:relative;/*ie needs this to show float */
	padding-top: 40px;
	width:160px;
	float:right;
	margin-right:-159px;/*must be 1px less than width otherwise won't push footer down */
}
* html #right {padding-bottom:22px ;margin-right:-160px;}/* stop float drop in ie */

#footer {
	width:100%;
	clear:both;
	height:20px;
	margin-top: 20px;
	color: #000000;
	position:relative;
}
* html #footer {/*only ie gets this style*/
	\height:22px;/* for ie5 */
	he\ight:20px;/* for ie6 */
}
.footerStuff{
	text-align:right;
	font-size: 8pt;
	font-family:  Arial, Helvetica, sans-serif;
	font-style: italic;
	padding-right: 10px;
}

#clearheader{height:200px;}/*needed to make room for header*/
#clearfooter{clear:both;height:20px;}/*needed to make room for footer*/
* > html #clearfooter {float:left;width:100%;}
div,p  {margin-top:0}/*clear top margin for mozilla*/
* html #centrecontent {height:1%;margin-bottom:12px;}/* combat IE's 3 pixel jog */
#centrecontent {float:right;width:99%;position:relative;margin: 0 -0.5%;margin-right: 2px;}
.outerwrap {
	float: left;
	width: 99%;
}

.leftminwidth {
  width: 160px;
}

.minwidth {
  width: 650px;
}

.centrecontentLooks{
	color: #A74403; font-size: 11pt; padding-top:8px;
}

.sitelogo{
	border: none; float:left; left:10px
}

.sectionTitle{
	color: #FD6705; font-weight: bold; font-size: 14pt; font-family:  sans-serif;
}

/*******************************************************************************
/* Styles for navigation links follow */
/*******************************************************************************/

a.navLeftLink:link          { color: #1F2B9E; font-size: 9pt; font-weight:bold; text-decoration: none; display:block; padding-top: 5px;}
a.navLeftLink:visited       { color: #1F2B9E; font-size: 9pt; font-weight:bold; text-decoration: none; display:block; padding-top: 5px;}
a.navLeftLink:active        { color: #1F2B9E; font-size: 9pt; font-weight:bold; text-decoration: none; display:block; padding-top: 5px;}
a.navLeftLink:hover         { color: #3F4BBE; font-size: 9pt; font-weight:bold; text-decoration: none; display:block; padding-top: 5px;}

a.navLeftLinkMulti1:link          { color: #1F2B9E; font-size: 9pt; font-weight:bold; text-decoration: none; display:block; padding-top: 5px;}
a.navLeftLinkMulti1:visited       { color: #1F2B9E; font-size: 9pt; font-weight:bold; text-decoration: none; display:block; padding-top: 5px;}
a.navLeftLinkMulti1:active        { color: #1F2B9E; font-size: 9pt; font-weight:bold; text-decoration: none; display:block; padding-top: 5px;}
a.navLeftLinkMulti1:hover         { color: #3F4BBE; font-size: 9pt; font-weight:bold; text-decoration: none; display:block; padding-top: 5px;}

a.navLeftLinkMulti2:link          { color: #1F2B9E; font-size: 9pt; font-weight:bold; text-decoration: none; display:block; padding-left: 10px;}
a.navLeftLinkMulti2:visited       { color: #1F2B9E; font-size: 9pt; font-weight:bold; text-decoration: none; display:block; padding-left: 10px;}
a.navLeftLinkMulti2:active        { color: #1F2B9E; font-size: 9pt; font-weight:bold; text-decoration: none; display:block; padding-left: 10px;}
a.navLeftLinkMulti2:hover         { color: #3F4BBE; font-size: 9pt; font-weight:bold; text-decoration: none; display:block; padding-left: 10px;}

a.navTopBarBig:link         { color: #FFF; font-weight: bold; font-size: 11pt; font-family:  sans-serif; text-decoration: none;}
a.navTopBarBig:visited      { color: #FFF; font-weight: bold; font-size: 11pt; font-family:  sans-serif; text-decoration: none;}
a.navTopBarBig:active       { color: #FFF; font-weight: bold; font-size: 11pt; font-family:  sans-serif; text-decoration: none;}
a.navTopBarBig:hover        { color: #FD6705; font-weight: bold; font-size: 11pt; font-family:  sans-serif; text-decoration: none;}

a.navTopBarBigOn:link         { color: #FD6705; font-weight: bold; font-size: 11pt; font-family:  sans-serif; text-decoration: none;}
a.navTopBarBigOn:visited      { color: #FD6705; font-weight: bold; font-size: 11pt; font-family:  sans-serif; text-decoration: none;}
a.navTopBarBigOn:active       { color: #FD6705; font-weight: bold; font-size: 11pt; font-family:  sans-serif; text-decoration: none;}
a.navTopBarBigOn:hover        { color: #FFF; font-weight: bold; font-size: 11pt; font-family:  sans-serif; text-decoration: none;}

a.navTopBarSmall:link         { color: #2C39A0; font-weight: bold; font-size: 9pt; font-family:  sans-serif;  text-decoration: none;}
a.navTopBarSmall:visited      { color: #2C39A0; font-weight: bold; font-size: 9pt; font-family:  sans-serif;  text-decoration: none;}
a.navTopBarSmall:active       { color: #2C39A0; font-weight: bold; font-size: 9pt; font-family:  sans-serif;  text-decoration: none;}
a.navTopBarSmall:hover        { color: #000; font-weight: bold; font-size: 9pt; font-family:  sans-serif;  text-decoration: none;}

a.navTopBarSmallOn:link         { color: #000; font-weight: bold; font-size: 9pt; font-family:  sans-serif;  text-decoration: none;}
a.navTopBarSmallOn:visited      { color: #000; font-weight: bold; font-size: 9pt; font-family:  sans-serif;  text-decoration: none;}
a.navTopBarSmallOn:active       { color: #000; font-weight: bold; font-size: 9pt; font-family:  sans-serif;  text-decoration: none;}
a.navTopBarSmallOn:hover        { color: #2C39A0; font-weight: bold; font-size: 9pt; font-family:  sans-serif;  text-decoration: none;}

a.logoLinks:link         { color: #FFFFFF; font-weight: bold; font-size: 9pt; text-decoration: none;}
a.logoLinks:visited      { color: #FFFFFF; font-weight: bold; font-size: 9pt; text-decoration: none;}
a.logoLinks:active       { color: #FFFFFF; font-weight: bold; font-size: 9pt; text-decoration: none;}
a.logoLinks:hover        { color: #FD6705; font-weight: bold; font-size: 9pt; text-decoration: none;}


/************* Center Comment styles follows */

.bodyHeading {
	font-family:  Arial, Helvetica, sans-serif ; font-weight: bold;
	color: #00000;
	font-size: 15pt;
	padding-top: 2pt;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-left: 5pt;
	background: #EBA350;
	border-top: solid 5px #E8DCA2;
	border-left: solid 10px #E8DCA2;
	border-bottom: solid 3px #CA6D42;
}

.pageTitleHeading {
	font-family:  Arial, Helvetica, sans-serif ; font-weight: bold;
	color: #00000;
	font-size: 15pt;
	padding-top: 2px;
	margin-top: 50px;
	margin-bottom: 10px;
	padding-left: 5pt;
	background: #EBA350;
	border-top: solid 5px #E8DCA2;
	border-left: solid 10px #E8DCA2;
	border-bottom: solid 3px #CA6D42;
}

.hiddenNavigation{
	display: none;
}

/************* CSS for new pages follows */

.dividingLine{
	border-bottom: solid 1px black;
}

.letterHeader{
	background: #000066;
}

.userCommentComments 		    {padding-bottom: 16px;}
.userCommentInfoLine        { font-size: 10pt; padding-bottom: 4px;}
.userCommentName            { font-weight:bold; }
.userCommentDate            { font-size: 8pt;  }
.userCommentReportLink      { font-size: 8pt;  }
.userComment 							  { padding-left: 20px }

a.userCommentReportLink:link          { color: #1F2B9E; font-size: 8pt;  }
a.userCommentReportLink:visited       { color: #1F2B9E; font-size: 8pt;  }
a.userCommentReportLink:active        { color: #1F2B9E; font-size: 8pt;  }
a.userCommentReportLink:hover         { color: #3F4BBE; font-size: 8pt;  }

a.userCommentLink:link          { color: #1F2B9E; font-size: 10pt;  font-weight:bold;}
a.userCommentLink:visited       { color: #1F2B9E; font-size: 10pt;  font-weight:bold;}
a.userCommentLink:active        { color: #1F2B9E; font-size: 10pt;  font-weight:bold;}
a.userCommentLink:hover         { color: #3F4BBE; font-size: 10pt;  font-weight:bold;}

.userCommentLinkLine { font-size: 10pt; }

.galleryContainer {width: 224px; float: right; background:#FBF7F3; padding: 10px;}
.galleryTitle {text-align: center; font-size: 1.0em; font-weight: bold; }
.galleryPictureContainer {border: 1px solid black; width: 224px; float: right; padding-top: 4px; padding-bottom: 4px; background: white;}
.galleryPicturePreview {text-align:center; margin-top:0px;margin-bottom:0px;padding:0px;}
.descriptionTitle {font-size: 1.2em; border-bottom: solid 1px black;}
.linksTitle {font-size: 1.2em; border-bottom: solid 1px black; padding-top: 20px;}
.commentsTitle {font-size: 1.2em; border-bottom: solid 1px black; padding-top: 20px;}

#indexList {
	padding: 0;
	margin: 0;
}

#indexList th{
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 2px 6px 4px;
	background: #D4E9F8;
}

td.indexListNoBg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

#indexList tbody tr td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	padding: 6px 2px 6px 4px;
	color: #4f6b72;
}

#indexList tbody tr.indexListAlt td {
	background: #E9EFF3;
	color: #797268;
}

.latestCommentItem {padding-bottom: 10px;}
.latestComment {padding-left: 10px;}
.latestCredit  {font-style: italic;}

@media print {
 		.noprint { display: none; }
 		#left { display: none; }
 		#right { display: none; }
 		#header { display: none; }
		#clearheader { display: none; }
		#outer{
			height:100%;
			min-height:100%;
			margin-left:0px;
			margin-right:0px;
			margin-bottom:0px;
			color: #000000;
		}

}

.latestQuizHeading{
	font-size: 12pt;
}
