body
{
	background-image: url('media/cotton-fabric-knit.jpg');
	background-attachment: fixed;

	background-color: #807878;
	margin: 0px;

	/*font-family: Garamond,Times New Roman,serif;*/
	font-family: Helvetica,Tahoma,Arial,sans-serif;
	font-size: 10pt;
	color: #404040;;
}

body.intro
{
	background-color: #0f0f0f;
	background-image: none;
}

table.encaptab
{
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: none;
	width: 800px;
}

td
{
	vertical-align: top;
}

td.splash
{
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}

td.linkbar
{
	vertical-align: bottom;
}

td.title
{
	padding-left: 20px;
}


td.paddedcell
{
	padding-right: 10px;
	padding-bottom: 10px;
}

td.header
{
	background-image: url('media/headerback.png');
	background-position: top left;
	background-repeat: repreat-x;

	padding: 0px;
	height: 75px;
}

td.banner
{
	background-color: #1a1a1a;
	height: 200px;
	text-align: left;
	vertical-align: middle;
	padding-left: 30px;
	padding-top: 30px;

	background-image: url('media/ban_baby.png');
	background-repeat: no-repeat;
	background-position: right top;	
}

td.content
{
	background-color: #ffffff;
	padding: 0px;
	height: 100%;

	font-size: 11pt;
	border: none;
}

td.maincontent
{
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 25px;
	padding-right: 25px;

	width: 65%;
}

td.spreadcontent
{
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 70px;
	padding-right: 70px;
	
	width: 100%;
}

td.sidecontent
{
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 25px;
	padding-right: 25px;

	width: 35%;
	border-left: 1px dotted #909090;
	background-color: #f5f5f5;
}

td.headlink
{
	font-size: 10.5pt;
	text-align: center;

	padding-left: 15px;
	padding-right: 15px;;
	padding-top: 10px;
	padding-bottom: 5px;
}

td.headlinkactive
{
	font-size: 10.5pt;
	text-align: center;

	padding-left: 15px;
	padding-right: 15px;;
	padding-top: 10px;
	padding-bottom: 5px;

	background-color: #7f0800;
	/*background-image: url('media/linkshade.png');*/
}

td.footer
{
	background-color: none;
	background-image: url('media/headerback.png');

	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

div.flap
{
	background-color: #fefefe;
	background-image: url('media/logoflap.png');
	position: absolute;

	/*border: 1px solid #c0c0c0;*/
	border-top: none;

	width: 110px;
	height: 140px;
	top: 0px;
	margin-left: 30px;
	z-index: 20;

	float: both;
	clear: both;

	vertical-align: bottom;
}

p.footp
{
	font-size: 8pt;
	color: #e0d0d0;
}

/* ======== FOOTER LINKS ========= */
a:link.linkbar
{
	color: #ffffff;
	text-decoration: none;
}

a:visited.linkbar
{
	color: #ffffff;
	text-decoration: none;
}

a:active.linkbar
{
	color: #ffffff;
	text-decoration: underline;
}

a:hover.linkbar
{
	color: #ffffff;
	text-decoration: underline;
}
