﻿@charset "utf-8";
html {
	background-image: url('../images/bkgrnd.png');
	background-repeat: repeat-x;
	background-color: #10273b;
}
body  {
	font: 90% Arial, Helvetica, sans-serif;
	background-image: url('../images/notebk.png');
	background-repeat: no-repeat;
	background-position: top;
	margin: 0 0 0 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
.szana #container { 
	width: 838px;
	margin-top: 12px;
	background: white;
	text-align:left;
}
.szana #logoarea { 
	height: 117px;
}  
.szana #mainlinksarea { 
	background-image: url('../images/topheader_b.png');
	background-repeat: no-repeat;
	height: 41px;
	text-align: center;
}
.szana #mainlinktext { 
	font: 120% Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 0 0px 0px 250px;
}
.szana #mainContent { 
	margin: 0px 0px 0px 235px;
	padding: 24px 33px 0 0; 
}
.szana #mainContent h2 { 
	color: #511B0E; 
}
.szana #sidebar{ 
	float: left;
	width: 220px;
	padding: 10px 0 0 10px;
	text-align: center;
}
.szana #sidebar p{ 
	font: 120% Arial, Helvetica, sans-serif;
}
.szana #sidebar h3{ 
	font-style:italic;
}
.szana #footer {
	background: white;
	height: 128px;
	background-image: url('../images/btmbar.jpg');
} 
.szana #btminfotext {
	font: 80% Arial, Helvetica, sans-serif;
	margin: 0 0 0 0;
	padding: 0px 0 0 0;
	text-align: left;
	color: #FFFFFF;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a:link {
	color: #779740;
	text-decoration: underline;
}
a:visited {
	color: #779740;
	text-decoration: underline;
}
a:hover {
	color: #095f7f;
	text-decoration: underline; color: #095f7f;
}
a:active {
	color: #779740;
	text-decoration: underline;
}
.btminfotext a:link  {
	color: white;
	text-decoration: underline;
}
.btminfotext a:visited {
	color: white;
	text-decoration: underline;
}
.btminfotext a:hover {
	color: #095f7f;
	text-decoration: underline; color: #095f7f;
}
.btminfotext a:active {
	color: white;
	text-decoration: underline;
}
