#top		{ 	margin-left: 10px;
			margin-bottom: 50px; 
		}
#left		{	position: absolute; 
			left: 10px; 
			top: 160px; 
			width: 134px; 
		}
#content	{ 	margin-top: 0px;
			margin-left: 160px;
			background-image: url(images/cnvbkgnd.jpg);
			padding: 10px; 
			text-align: left;
			border-style: outset; 
			border-color: lightgray; 
			border-width: 4px 4px 4px 4px;
		}
#footer		{	clear: both;
		}
#copyright	{	font-size: 8pt; 
		}
a:link		{	color: blue; background-color: transparent }
a:visited	{	color: blue; background-color: transparent }
a:active	{	color: blue; background-color: transparent }
a:hover		{	color: red; background-color: transparent }
@font-face	{	font-family: dloldeng;
			src: url(fonts/oldeng.eot);
		}
body		{	font-family: Arial, Helvetica, sans-serif; 
			color: blue; 
			background-color: transparent; 
			background-image: url(images/cnvdrk.jpg); 
			background-repeat: repeat; 
			text-align: Left; 
		}
h1, h2, h3, h4, h5, h6 
		{
			font-family: Arial, Helvetica, sans-serif;
		}
h1		{	font-size: 18pt; 
			text-align: Center; 
			background-image: url(images/cnvbkgnd.jpg); 
			margin: 10px 10px 10px 250px;
			border-style: outset; 
			border-color: lightgray; 
			border-width: 4px 4px 4px 4px;
		}
h2		{	font-size: 16pt; 
			text-align: left;
		}
h3		{	font-size: 16pt; 
			text-align: left;
		}
h4		{	font-size: 14pt;
		}
h5		{	font-size: 12pt;
		}
h6		{	font-size: 14pt;
		}
ul , table	{	background-image: url(images/cnvbkgnd.jpg);
			padding: 10px; 
			text-align: left;
			border-style: outset; 
			border-color: lightgray; 
			border-width: 4px 4px 4px 4px;
		}
p:first-letter	{	font-family: "old english text mt", dloldeng, gothic, serif;
			font-size: 270%;
			float: left;
			color: red;
		}
p.cleft		{	clear: left;
		}
p.cright	{	clear: right;
		}
.oldeng		{	font-family: "old english text mt", dloldeng, gothic, serif;
			color: red;
			font-size: 150%;
		}
.left		{	border: 0; 
			float: left; 
			margin-left: 10px;
			margin-right: 10px;
			margin-top: 10px; 
		}
.headleft	{	border: 0; 
			float: left; 
			margin-right: 10px;
			margin-top: 0px; 
		}
img.tcell	{	border: 0;
		}
.right		{	border: 0;
			float: right;
			margin-left: 10px;
		}
.lcr		{	border:0;
			float: left;
			margin-right: 10px;
			margin-top: 0px;
			clear: right;
		}
.rcl		{	border:0;
			float: right;
			margin-left: 10px;
			margin-top: 0px;
			clear: left;
		}
a.button	{	font-size: 12pt; 
			text-align: Center; 
			background-image: url(images/cnvbkgnd.jpg); 
			margin: 0px;
			padding: 10px;
			border-style: outset; 
			border-color: lightgray; 
			border-width: 4px 4px 4px 4px;
		}
form p		{	width: 400px;
			clear: both;
		}
form p label	{	float: left;
		}
form p input,
form p textarea,
form p select	{	float: right;
		}

