@charset "UTF-8";

* {
margin : 0;
padding : 0;
border-width : 0;
}
body {
	font-size : 0.8em;
	font-family : Arial, Helvetica, sans-serif;
	text-align : center;
	border-style : none;
	background-repeat: repeat-x;
	background-position: left top;
	background-attachment: fixed;
	background-image: url(../images/backgrd1.jpg);
	background-color: #a8adb2;
}


#wrapper {
	text-align : left;
	position : relative;
	top : 0px;
	width : 810px;
	height : 100%;
	margin-top : 0;
	margin-right : auto;
	margin-left : auto;
}
#content {
	color: #556464;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-top: 30px;
	width: auto;
	background-color: #FFFFFF;
	padding-left: 200px;
	background-image: url(../images/nav-bk.gif);
	background-repeat: repeat-y;
}
#lft-cont {
	float: left;
	width: 177px;
	padding-top: 30px;
	padding-bottom: 20px;
	padding-left: 0px;
	height: auto;
	font-family: Helvetica, Verdana, Tahoma, sans-serif;
}
.main a {
	font-weight: bold;
	color: #222222;
	display: inherit;
}
.sub a {
	font-weight: lighter;
	color: #444444;
	border-bottom-style: none;
}
#content   h2  a:link {
	color: #A6B00E;
}	
#content   h2  a:visited {
	color: #444444;
	font-weight: normal;
	text-decoration: none;
}
#content   h2  a:active {
	color: #DEE21B;
	text-decoration: none;
	font-weight: bold;
}

	

#content img.flt-r {
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
	clear: right;
	float: right;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}
.flt-lft {
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
}
.flt-rght {
	clear: right;
	float: right;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.flt-r-noclear {
	clear: none;
	float: right;
}


#top-nav {
	height: 25px;
	width: auto;
	background-image: url(../images/head-bk.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#lft-cont a {
	text-decoration: none;
	color: #222222;
	padding-top: 1em;
	padding-bottom: 1em;
}
#lft-cont a:visited {
	color: #222222;
}
#lft-cont a:hover {
	color: #FFFFFF;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
	color: #444444;
}
#content h1  {
	font-size: 150%;
	color: #556464;
	padding-bottom: 6px;
	font-weight: lighter;
}
#content h2 {
	color: #A6B00E;
	font-size: 125%;
	font-weight: bold;
	padding-top: 12px;
	letter-spacing: .1em;
}


#content ul, #cont-rght ul       {
	list-style-position: outside;
	list-style-type: none;
	list-style-image: url(../images/bullet.gif);
	padding-top: 5px;
	padding-left: 20px;
	line-height: 150%;
	margin: 0px;
}
#content li, #cont-rght li {
	padding-bottom: 5px;
}
a:link     {
	color: #555555;
	text-decoration: underline;
}
a:visited   {
	color: #606766;
	text-decoration: underline;
	font-weight: normal;
}
a:active,a:hover     {
	color: #DEE21B;
	font-weight: bold;
}





p {
	line-height: 160%;
	margin-top: 10px;
}


#header {
	width: auto;
	overflow: hidden;
	top: 20px;
	background-color: #FFFFFF;
	height: 175px;
	background-image: url(../images/headbk.gif);
	background-repeat: no-repeat;
}
	#header h1 {
	left: -1000px;
	position: absolute;
	visibility: hidden;
}
#header h2 {
	color: #556464;
	font-family: tahoma;
	font-size: 110%;
	line-height: 120%;
	font-weight: normal;
	padding-top: 52px;
	left: 40px;
}
#nav  {
	height: 20px;
	width: auto;
	position: absolute;
	top: 160px;
	font-size: 95%;
	overflow: hidden;
	right: 12px;
	padding-right: 20px;
}
#nav   li  {
	display: inline;
	height: auto;
	padding-right: 20px;
	padding-left: 20px;
	width: auto;
	float: left;
	padding-top: 3px;
	padding-bottom: 3px;
	position: relative;
	right: -20px;
	background-color: #C7CDCE;
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
#nav li.current {
	background-color: #89A0B2;
}
#nav a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
#nav a:visited {
	color: #FFFFFF;
}
#nav a:hover {
	color: #000000;
}
#footer {
	width: auto;
	padding-top: 3px;
	color: #FFFFFF;
	text-align: center;
	clear: both;
	background-image: url(../images/head-bk.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#footer p {
	font-size: 90%;
}
#footer a:link {
	color: #B0C0CE;
}


#footer a:active {
	color: #DEE21B;
}
#footer a:visited {
	color: #DEE21B;
}
.logo {
	position: absolute;
	z-index: 100;
	left: 0px;
	top: 20px;
}

#clear {
clear : both;
padding-bottom : 1px;
}
.clearfix:after {
content : ".";
display : block;
height : 0;
clear : both;
visibility : hidden;
}
.clearfix {
display : inline-block;
}
* html .clearfix {
height : 1%;
}
.clearfix {
display : block;
}
* html #wrapper {
height : 1%;
}
* > html #wrapper {
height : auto;
}


.clear-left {
	clear: left;
	padding-top: 15px;
}
.blok {
	display: block;
	height: 20px;
	clear: both;
}
ol {
	padding-left: 15px;
	list-style-position: outside;
	line-height: 140%;
}
.clear-rgt {
	clear: right;
}
.white {
	background-color: #FFFFFF;
	border-top-width: 10px;
	border-top-color: #FFFFFF;
	border-top-style: solid;
	font-weight: bold;
	color: #222222;
	padding-left: 10px;
}
li.menu-padd a{
	padding-top: 5px;
	padding-bottom: 5px;
}
.list-table {
	width: 50%;
	color: #000000;
	margin-top: 20px;
}
.list-table .odd td {
	background-color: #DDDDDD;
}
.list-table td, .list-table th {
	padding-top: 3px;
	padding-bottom: 3px;
}
