/* Show PNG banner in Dynamic Template for non-IE browsers.  */

#banner1
{
	z-index:999;
	visibility:visible ;
}


/* Remaining styles common to all browsers */

.acknowledgements td
{
	border:1px ridge ; 
	font-size: 12px ;
	margin: 1 ; 
	vertical-align:middle
}

#lhSidebar
{
	background-image: url("images/PageBackgroundLeft.gif");
	padding-top: 10px;
}
 
#rhSidebar
{
	background-image: url("images/PageBackgroundRight.gif");
}
 
#topLHCorner
{
	background-image: url("images/PageBackgroundLeft.gif");
	padding-top: 10px;
}

#topRHCorner
{
	background-image: url("images/PageBackgroundRight.gif");
/*	padding-left: 3px; */


}
#bottomLHCorner
{
	background-image: url("images/PageBackgroundLeft.gif");
}

#bottomRHCorner
{
	background-image: url("images/PageBackgroundRight.gif");
}


.extlinks
{ 
	font-size:xx-small ;
	text-decoration:none;
	line-height: 1 ;
}

a:link
{
	color: rgb(138,74,74); 
}

a:visited
{
	color: rgb(71,121,76); 
}

a:hover
{
	color: #FFCC00; 
}

a:active
{
	color: #9238AF; 
}

body
{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

p
{
	font-size: 12px ;
	line-height: 1.5 ;

}

.aside
{
	font-size: 10px ;
	color: rgb(0,153,153) ; 
	border-style: solid ;
	border-width: 1px;
	padding: 2px ;
}

ul
{
	font-size: 12px ;
	line-height: 1.5 ;
}

ol
{
	font-size: 12px ;
	line-height: 1.5 ;

}


h1, h2, h3, h4, h5, h6
{
	font-family:  Arial, Helvetica, sans-serif;
}
h1
{
	color: rgb(153,0,0); 
}

h2
{
	color: #AB4E65; 
}
h3
{
	color: #DF7A0B;
}
h4
{
	color: rgb(204,255,255);
}
h5
{
	color: rgb(0,0,102);
}
h6
{
	color: rgb(153,0,0);
}