
.skBody
{
	font-family: Cochin, Times, serif;
	font-weight: normal;
	font-size: 13px;

	color: black;
	background: #fffff7;
	
	padding-left: 64px;
	padding-right: 32px;
	padding-bottom: 32px;
	max-width: 6in;	
	margin-top: 32px;
}

.skBody > *
{
	margin-left: 24px;
}

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

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

/* 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;
}

h1 + p
{
	text-indent: -1.5em;
}
p
{
	margin-top: 0em;
	text-align: justify;
}


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

h1
{
	margin-top: 0em;
	margin-bottom: 0.75em;

	font-family: "Cochin", serif;
	font-style: italic;
	font-weight: normal;
	font-size: 36px;
	
	color: #007;
}

h3:before
{
	content: "\25a0";
	padding-right: 1ex;
}

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

h3
{
	font-size: 12px;
}

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

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


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

a:hover
{
	text-decoration: underline;
}

img
{
	border: 0;
}

.skClear
{
	clear: both;
}

.skSarwatNet
{
	color: #055;
}

.skCopyright
{
	font-family: "Cochin", "Times", sans-serif;
	font-size: 10px;
	position: fixed;
	left: 20px;
	bottom: 20px;
	background: white;
}

.Entry > *
{
	padding-left: 2ex;
}

.Entry > h3
{
	padding-left: 0pt;
}

.Entry
{
	padding-left: 10px;
}

.EntryDate
{
	float: right;
	font-style: italic;
}


/* windows. */
body h1 span
{
	display: none;
}

body h1
{
	width: 143px;
	height: 30px;
	background: url("images/home-title.png") no-repeat;
}