body { 	font-family:Verdana,Helv,Arial; 
		margin: 0;
		padding: 0;
		left: 0px;
		top: 0px;
		color:#000000; 
		font-size:10pt; 
		cursor:auto;
		background-image: url(/images/background.png);
		background-position: 0 0;
		background-repeat: no-repeat;
		background-attachment: fixed;
		}

a { 	font-family:Verdana,Helv,Arial; 
		color:#861318; 
		text-decoration: none;
		cursor:auto }

a:hover { 	color: #ffffff;
			text-decoration: underline;
		}

h1 	{ 	font-family:Verdana,Helv,Arial; 
		font-size: 16px;
		color:#861318; 
	}

h2 	{ 	font-family:Verdana,Helv,Arial; 
		font-size: 12px;
		color:#000000; 
	}

h3 	{ 	font-family:Verdana,Helv,Arial; 
		font-size: 12px;
		font-style: italic;
		color:#000000; 
	}

div.hline 	{
				background-image: url(/images/spacer.gif);
				background-color: #000000;
				height: 1px;
				font-size: 1px;
			}

div.header 	{	position: absolute; 
				min-width: 782px;
				max-height: 50px;
				padding: 0;
				left: 0px;
				top: 0px;
				height: 50px;
				background-color: #000000;				
                white-space:nowrap;
			}

div.navbar 	{	position: relative; 
				margin: 0;
				padding: 2px;
				left: 0px;
				top: 50px;
				background-color: #dab417;
				height: 15px;
				font-size: 8pt;
				font-weight: bold;
				color: #861318;
                white-space:nowrap;
				border-style: solid none solid none;
				border-bottom-width: 1px;
                border-top-width: 1px;
				border-color: #000000;
			}

div.content	{	position: absolute; 
				padding: 0;
				left: 0px;
				top: 70px;
				width: 100%;
			}

span.currentpage 	{ color: #ffffff; }

div.left	{	position: absolute;
				left: 10px;
				top: 10px;
				width: 150px;
			}

div.middle   {	margin: 10px 190px 20px 170px;
			}

div.right	{	position: absolute;
					right: 10px;
					width: 150px;
					top: 10px;
				}


div.footer 	{	position: absolute;
				height: 20px;
				bottom: -10px;
				width: 100%;
				font-size: 8pt;
				font-weight: bold;
				color: #861318;
				background-color: #dab417;
				border-style: solid none solid none;
				border-bottom-width: 1px;
                border-top-width: 1px;
			}

div.copyright {
				float: left;
				padding: 2px;
				color: #861318;
			  }

div.footernav {
				float: right;
				padding: 2px;
				color: #861318;
			  }

