
body
{
	background-color: #fffff7;
}

.skBody
{
	font-family: "Optima", sans-serif;
	font-weight: normal;
	font-size: 12px;

	color: black;
	background-color: white;
	background-image: url(background.jpg);
	border: 1px solid #777;
	border-left: 1px solid #333;
	
	
	padding-left: 64px;
	padding-right: 32px;
	padding-bottom: 32px;
	max-width: 7in;	
	margin: auto;
	margin-top: 32px;
}

.skBody > *
{
	margin-left: 1cm;
}

.skBody h1, .skBody h2
{
	margin-left: 2px;
	margin-right: 0;
	max-width: auto;
}

#tomato
{
	padding-left: 64px;
	padding-right: 32px;
	max-width: 7in;	
	margin: auto;
	position: relative;
	right: -20px;
	top: 20px;
	height: 1px;
}

/*bottom margin of stuff that contains text blocks */
.skBody > p, .skBody > ol, .skBody > ul
{
	margin-bottom: 1.5li;
}

/* margins and line height of stuff that will have text characters */
.skBody > p, 
.skBody > * > li, 
.skBody > li
{
	line-height: 1.5em;
}


h1 + p, 
h2 + p, 
h3 + p, 
h4 + p, 
h5 + p, 
h6 + p,
td > p:first-child
{
	text-indent: 0;
}

/*	Drop cap. Safari and Mozilla both got it half right, but both were
	unacceptable.
h1 + p:first-letter
{
	font-size: 300%;
	float: left;
	border: 1px solid black;
}
*/

h1 + p:first-letter
{
	font-size: 200%;
	font-style: italic;
	font-family: "Hoefler Text", Times, serif;
}

h1 + p span.skCondUppercase, p.skFancyFirstLine:first-line
{
	text-transform: uppercase
}

h1 + p
{
	text-indent: -1.5em;
}

.skCondUppercase acronym
{
	font-size: inherit;	/* this of course assumes that the cond is in effect */
	text-transform: uppercase;
}

p
{
	margin-top: 0em;
	text-align: justify;
}

ol, ul
{
	margin-top: 0;
}

ul li
{
	list-style: square;
}

dd
{
	margin-left: 2em;
}

dd p:first-child
{
	text-indent: 0;
}

h3, h4, h5, h6, h2
{
	margin-top: 1.5em;
	margin-bottom: 3px;
	font-family: "Futura", sans-serif;
	font-weight: normal;
	text-decoration: none;
}

h1
{
	margin-top: 0em;
	margin-bottom: 0.75em;
	font-family: "Futura", sans-serif;
	font-weight: normal;
	font-size: 24px;
	
	padding-top: 0.5em;
}

h2
{
	font-size: 14px;
	font-style: italic;
	left: 1em;
	position: relative;
}

h3
{
	font-size: 12px;
	font-family: Optima;
	text-decoration: underline;
}

h4, h5
{
	font-size: 12px;
	font-family: Times, serif;
	font-style: italic;
}

h5
{
	font-style: normal;
	text-decoration: underline;
}


a
{
	text-decoration: none;
	color: #008;
}

a:hover
{
	text-decoration: underline;
}

img
{
	border: 0;
}

table, tr, td, th
{
	vertical-align: top;
}


tr * > p, 
tr * > h1, 
tr * > h2, 
tr * > h3, 
tr * > h4, 
tr * > h5, 
tr * > h6
{
	margin-left: 0px;
}


td, th
{
	padding-right: 0.5ex;
}

ol li
{
	margin-bottom: 0.5em;
}

.sk2Cols
{
	float: left;
	width: 42%;
}

ul.sk2Cols
{
	padding: 0;
}


.skClear
{
	clear: both;
}


.skCopyright
{
	text-align: center;
	font-family: "Cochin", "Times", sans-serif;
	font-size: 10px;
	position: relative;
	top: 32px;
}
