/********************************************/	/*****        CSS for JeanCart          *****/	/********************************************/	/********************************************/	/***** overall font selection - picks   *****/	/***** lucida sans unicode by default   *****/	/********************************************/html {	height: 100%;	font: 62.5%/ 1.8em "Lucida Sans Unicode";}/**********************************************/	/***** overall control of <body> section  *****/	/***** aligns text to the left by default *****/	/**********************************************/body {	max-width: 700px;	padding: 10px;	margin: 1.0em auto 1.0em auto;	text-align: left;	color: #333333; /* dark grey */	background: #ffffff; /* white */}/*********************************************/	/***** disable image borders             *****/	/*********************************************/img {	border: none;}/*********************************************/	/***** hyperlinks                        *****/	/*********************************************/a {	text-decoration: none;	color: #0066aa; /* light blue */}a:hover {	text-decoration: none;	color: #cc3300; /* red */}a.indexlink {	text-decoration: underline;	color: #666666; /* medium grey */}/*********************************************/	/***** masthead - this is what puts up   *****/	/***** the blue 'jean turner' banner     *****/	/*********************************************/#masthead {	height: 50px;	background-color: #00528c; /* medium blue */	background-image: url('../images/imwebsite/masthead-bg.jpg');	background-repeat: repeat-x;	border: 1px solid #000000; /* black */}/*********************************************/	/***** 'h1' tag processing               *****/	/***** uses the 'Georgia' font           *****/	/*********************************************/h1 {	font: bold small-caps 1.2em Georgia, serif;	margin-top: 0;	margin-bottom: 1.0em;	border-bottom: 1px solid #ffaa66; /* orange */}h1 b {	display: block;	font: bold 1.4em Georgia, serif;	color: #cc3300; /* red */}h1.error {	color: #cc3300; /* red */	font: bold 3.0em sans-serif;}/*********************************************/	/***** 'h2' tag processing               *****/	/***** uses the 'Georgia' font           *****/	/*********************************************/h2.phead {	font-size: 2.0em;	font-weight: bold;	font-variant: small-caps;	font-family: Georgia, serif;	padding: 0.2em 0 0 0; /* top, right, bottom, left */	margin-top: 0;	margin-bottom: 0.2em; /* spacing underneath */}h2.table {	font-size: 2.0em;}h2.table,h2.subhead {	font-weight: bold;	font-variant: small-caps;	font-family: Georgia, serif;	text-indent: 3px;	border-top: 1px solid #ffaa66; /* orange */	border-bottom: 1px solid #ffaa66; /* orange */	padding: 0.2em 0 0.2em 0; /* top, right, bottom, left */	margin-bottom: 0.4em; /* spacing underneath */	background-color: #f5f4ef; /* beige */}/*********************************************/	/***** 'bold' tag processing             *****/	/*********************************************/b {	color: #026380; /* blue */}.clear {	clear: both;}/*********************************************/	/***** paragraphs                        *****/	/*********************************************/p {	margin-top: 0;}#content p {	font-size: 1.3em;}/*********************************************/	/***** divisions -- <div>                *****/	/*********************************************/#content div {	font-size: 1.3em;}/*********************************************/	/***** horizontal rule                   *****/	/*********************************************/hr {	color: #ffaa66; /* orange */	size: 1px;}/**********************************************/	/***** lists                              *****/	/**********************************************/#content ul,#content ol {	font-size: 1.3em;}#content li {	margin-bottom: 0.5em;}/**********************************************/	/***** Footer graphic layout and bg color *****/	/**********************************************/#footer {	clear: both;	width: 100%;	height: 2.2em;	margin: 0;	background-color: #f5f4ef; /* beige */	font-size: 1.0em;	border-top: 1px solid #ffaa66; /* orange */	border-bottom: 1px solid #ffaa66; /* orange */}#footer ul {	float: left;	display: inline;	margin: 0 auto 0 3.5em;	padding: 3px 0 0 0;	list-style: none;	width: 100%;}#footer ul li {	float: left;	display: inline;	margin: 0 40px 0 0;	padding: 0;}#content code {	font: 1.1em "Courier New", Courier, monospace;	color: #006600; /* green */}/*******************************************/	/***** copyright notice for the footer *****/	/*******************************************/#copyright {	padding-top: 0.5em;	color: #666666; /* medium grey */	text-align: center;}/*******************************************/	/***** table things for Jean           *****/	/*******************************************/	/* compute column widths regardless of cell content  */table.fix {	table-layout: fixed;	width: 500px;	margin: 0px;	border: 1px solid;	bordercolor: #0066aa;	cellpadding: 10px;	cellspacing: 0;}table.nolinefix {	table-layout: fixed;	width: 100%;	margin: 0px;	border: 0px solid;	bordercolor: #cccccc;	cellpadding: 10px;	cellspacing: 0;}