/// Esdale style sheet. (c)2004-2011 Mark Esdale

body 
{ 
	margin-top: 0px; 
	margin-left:0px; 
	margin-right: 0px; 
	margin-bottom: 0px; 
	font: 9pt verdana, arial, helvetica, sans-serif ;
	color: white; 
	background-color: #0292D1;
}

td, tr 
{ 
	font: 9pt verdana, arial, helvetica, sans-serif ;
	color: black ;
}

td
{
	vertical-align: top ;
}


th
{
	text-align:left ;
}

.MainTable
{
	table-layout:fixed ;
	width:100% ;
	color: white;
	background-color : black ;
	padding: 0px;
	margin: 0px ;
}

.MenuCol
{
	background-color:#0292D1 ;
	vertical-align: top ;
	float:left ;
	width:13em ;
	margin-right:10px ;
}

.ContentCol
{
	border-left: 2px solid black ;
	color: black ;
	background-color:white ;
	vertical-align: top ;
	padding-left:10px ;
	margin-left:10px ;
//	float:left ;
}

.ImageCol
{
	width: 174px ;
	padding: 0 ;
	margin: 0 ;
	background-color:#0292D1 ;
}

.MenuItem
{
	font: normal 10pt verdana, arial, helvetica, sans-serif ;
	margin-top: 10px ;
	margin-left: 20px ;
	line-height: 2.5em ;
	border-top:1px solid white ;
	border-left:1px solid white ;
	border-bottom:1px solid black ;
	border-right:1px solid black ;
	padding-top: 5px ;
	padding-left:8px ;
	padding-right:8px ;
	padding-bottom: 5px ;
	font-weight:normal ;
	font-style: normal ;
	cursor: pointer ;
}

.CurMenu
{
	border-top:1px solid black ;
	border-left:1px solid black ;
	border-bottom:1px solid white ;
	border-right:1px solid white ;
}

a	
{
	color: #FFFFFF;
	text-decoration: none; 
}

a:hover
{
	color: #C4B7AB;
}

a.link1
{
	color:blue ;
}

a.link1:hover
{
	color:blue ;
	text-decoration: underline; 
}

a.blacklink
{
	color:black ;
}

a.blacklink:hover
{
	color:black ;
}

.tag
{ 
	font-size:14pt ;
	color: #0292D1;
	line-height: 15px; 
	text-align: justify;
	padding-top: 0px; 
	padding-left: 22px;
	padding-right: 22px;
	padding-bottom: 0px;
}

.heading
{
	font-size: 9pt ;
	font-weight: bold ;
	color: #0b0F12 ;
	padding-left: 22px;
	padding-top: 20px ;
	letter-spacing: 4px ;
}

.bodytext
{
	border-top: 2px solid #808080 ;
	font-size: 9pt ;
	color: black ;
	padding-left: 22px;
	padding-right: 22px;
	padding-top: 15px ;
	margin-top:10px ;
	letter-spacing: 0.5pt ;
}

.bodytext2
{
	margin-top: 25px ;
}

.introtext
{
	position: absolute ;
	left: 5px ;
	bottom: 2% ;
	width: 95% ;
	color: white ;
}

.MenuHeader
{
	font-size: 8pt ;
	padding-left: 10px ;
	padding-top: 0px ;
	margin-top: 0px ;
	padding-bottom: 10px ;
	color: #808080 ;
	background:black ;
}

.Menuheader a
{
	color: #808080 ;
}

#ContentTable td
{
	border-bottom: 2px solid #808080 ;
	padding-top: 20px ;
	padding-bottom: 20px ;
	padding-right: 20px ;
}

.Copyright
{
	margin-left:0px ;
	padding-top: 20px ;
	font-size:8pt ;
	color: #42d2F1 ;
	left: 0px ;
}
