					/* body */
html, body {
	padding: 0;
	margin: 0;
	height: 100%;
	background-color: #818181;
	background-image: url(/public/images/bg-body.gif);
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size:13px;
	color: #666666;
	text-align: center;
}
#outer {
	min-height: 100%;
	margin-bottom: -62px;
	height: auto;
	width: 900px;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	background-color: #ffffff;
}
* html #outer {
	height:100%;
}
#inner {
	width: 900px;
	height: auto;
	position: relative;
}
* html #inner {
	height:100%;
	margin-bottom: -62px;
}
html>body #miHeight {
	float: left;
	width: 0px;
	height: 100%;
	margin-bottom: -64px;
}
a {
	color: #818181;
}
a:hover {
	color: #f7e300;
}
img, a, div {
	padding: 0px;
	margin: 0 auto;
	border: none;
}
div {
	text-align: left;
}
p {
	margin: 0px;
}
.float_left{
	float: left;
	margin: 0px;
}
.clear {
	clear: both;
	font-size: 1px;
	height: 1px;
}
					/* end body */

					/* header */
h1 {
	font-size: 20px;
	color: #4b4b4b;
	text-transform: uppercase;
	margin: 21px 0px 1px 0px;
}
#logo-big {
	position: absolute;
	top: 0px;
	left: -18px;
}
#header {
	width: 100%;
	height: 169px;
	background-image: url(/public/images/bg-header.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
#logo {
	margin: 10px 0px 0px 247px;
	float: left;
	width: 122px;
	height: 104px;
}
* html #logo {
	padding: 10px 0px 0px 247px;
	margin: 0px;
}
#logo-name {
	margin: 42px 0px 0px 13px;
	float: left;
	width: 347px;
	height: 25px;
}
* html #logo-name {
	padding: 42px 0px 0px 13px;
	margin: 0px;
}
#slogan {
	width: 100%;
	height: 33px;
	background-color: #666666;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
}
#slogan-txt {
	width: 548px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	margin-left: 248px;
	margin-top: 9px;
}
* html #slogan-txt {
	margin: 0px;
	padding-left: 248px;
	padding-top: 9px;
}
.slogan-icon-1-2, .slogan-icon-3, .slogan-icon-4 {
	width: 23px;
}
.slogan-icon-1-2 {
	margin-top: 12px;
}
.slogan-icon-3 {
	margin-top: 11px;
}
.slogan-icon-4 {
	margin-top: 14px;
}
#slogan-txt, .slogan-icon-1-2, .slogan-icon-3, .slogan-icon-4 {
	float: left;
}
					/* end header */

					/* column left */

#col-left {
	width: 216px;
	margin: 15px 0px 15px 13px;
	height: auto;
	float: left;
}
* html #col-left {
	padding: 15px 0px 15px 13px;
	margin: 0px 0px 62px 0px;
}

/* left menu */
#left-menu-bg {
	height: auto;
	width: 216px;
	background-image: url(/public/images/bg-left-menu-rep-y.gif);
	background-position: top left;
	background-repeat: repeat-y;
	background-color: #666666;
}
#left-menu-bg-top {
	height: auto;
	width: 100%;
	background-image: url(/public/images/bg-left-menu-top.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
#left-menu-bg-bottom {
	height: auto;
	width: 100%;
	background-image: url(/public/images/bg-left-menu-bott.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	color: #ffffff;
}
ul#leftMenu {
	padding: 35px 0px 17px 0px;
	margin: 0px;
}
ul li.main-menu {
	position: relative;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	background-image: url(/public/images/bg-left-menu-border-bott.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	padding: 0px 0px 2px 0px;
	display: block;
}
a:active.main, a:visited.main, a:link.main {
	color: #ffffff;
	font-size: 13px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 3px 0px 3px 20px;
	font-weight: bold;
	width: 196px;
	display: block;
}
a:hover.main, ul li.sel a.main {
	color: #f7e300;
	background-image: url(/public/images/bg-left-menu-hover.gif);
	background-position: top left;
	background-repeat: repeat-y;
}
.left-sub-menu {
	display: none;
	position: absolute;
	left: 216px;
	top: 0px;
	border: solid 1px #818181;
	background-color: #666666;
}
*:first-child+html .left-sub-menu {
	left: 176px;
}
* html .left-sub-menu {
	left: 176px;
}
ul.left-sub-menu {
	padding: 15px 6px 15px 6px;
	margin-top: 0px;
	margin-bottom: 0px;
}
ul.left-sub-menu, ul.left-sub-menu li {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}
ul.left-sub-menu li {
	margin: 0px;
	padding: 2px 7px 5px 7px;
	background-image: url(/public/images/bg-left-submenu-bott-bord.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	display: block;
}
ul.active {
	display: block;
}
a:active.a-sub, a:visited.a-sub, a:link.a-sub {
	color: #ffffff;
	font-size: 13px;
	text-decoration: none;
	margin: 0px;
	display: block;
}
a:hover.a-sub {
	color: #f7e300;
}
/* end left menu */

/* left block */
.left-block-bg {
	height: auto;
	width: 216px;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	background-color: #666666;
	background-image: url(/public/images/bg-left-block-rep.gif);
	background-position: top left;
	background-repeat: repeat-y;
}
.left-block-bg-bott {
	height: auto;
	width: 100%;
	background-image: url(/public/images/bg-left-block-bott.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}
.left-block-header-bg {
	height: auto;
	width: 100%;
	background-color: #fced43;
	background-image: url(/public/images/bg-left-block-head-rep.gif);
	background-position: top left;
	background-repeat: repeat-y;
}
.left-block-header-bg-top {
	height: auto;
	width: 206px;
	background-image: url(/public/images/bg-left-block-head-top.gif);
	background-position: top left;
	background-repeat: no-repeat;
	color: #666666;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	text-transform: uppercase;
	padding: 13px 5px 10px 5px;
	margin: 0px;
}
.left-block-txt {
	width: 206px;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
	padding: 16px 5px 19px 5px;
	margin: 0px;
}
.left-block-txt a {
	color: #ffffff;
}
.left-block-txt a:hover {
	color:#F7E300;
}
/* end left block */
					/* end column left */

					/* column righr */
#col-right {
	width: 640px;
	margin: 15px 13px 15px 18px;
	height: auto;
	float: left;
}
* html #col-right {
	padding: 15px 13px 15px 18px;
	margin: 0px 0px 62px 0px;
}
#col-right p {
	margin: 7px 0px 8px 0px;
}
#col-right ul {
	display: block;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 7px 0px 8px 9px;
	padding: 0px;
}
#col-right ul li {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0px;
	background: url(/public/images/content-list-bull.gif) no-repeat scroll 0px 8px;
	padding-left: 11px;
}
					/* end column righr */

					/* footer */
#footer {
	width: 100%;
	clear: both;
	height: 62px;
	background-color: transparent;
	color: #d0d0d0;
	font-size: 10px;
}
#clearfooter {
	clear: both;
	height: 62px;
}
#footer-content {
	width: 900px;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-top: solid 1px #000000;
	border-bottom: solid 4px #000000;
	background-color: #666666;
	height: 57px;
}
#menu-bottom {
	margin: 15px 20px 0px 20px;
	text-align: center;
}
#menu-bottom ul {
	display: inline;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	padding: 0px;
}
#menu-bottom li {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	display: inline;
	padding: 0px 7px 0px 7px;
	margin: 0px;
	background-image: url(/public/images/menu-bott-stick.gif);
	background-position: right;
	background-repeat: no-repeat;
}
#menu-bottom li.li-no-border {
	background: none;
}
a:active.a-menu-bott, a:visited.a-menu-bott, a:link.a-menu-bott {
	color: #d0d0d0;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0px;
}
a:hover.a-menu-bott {
	color: #f7e300;
}
#copy {
	margin: 3px 20px 0px 20px;
	text-align: center;
	font-size: 10px;
	color: #d0d0d0;
}
					/* end footer */
					
					/* enter page */
#body-block {
	width: 741px;
	position: relative;
	top: 200px;
	margin: 0px auto 0px auto;
	height: auto;
}
#body-block-top {
	background-image: url(/public/images/i-bg-block-top.gif);
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 1px;
	height: 6px;
	width: 100%;
}
#body-block-bott {
	background-image: url(/public/images/i-bg-block-bott.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	font-size: 1px;
	height: 6px;
	width: 100%;
}
#body-block-rep {
	background-image: url(/public/images/i-bg-block-rep.gif);
	background-position: top left;
	background-repeat: repeat-y;
	min-height: 288px;
	background-color: #666666;
}
* html #body-block-rep {
	height: 288px;
}
#i-logo-big {
	position: absolute;
	top: -17px;
	left: 30px;
}
#i-logo {
	width: 741px;
	background-image: url(/public/images/i-logo.gif);
	background-position: top left;
	background-repeat: no-repeat;
	min-height: 286px;
}
* html #i-logo {
	height: 286px;
}
#i-col-left {
	width: 140px;
	height: auto;
	margin: 77px 0px 23px 380px;
	float: left;
}
* html #i-col-left {
	padding: 77px 0px 23px 380px;
	margin: 0px;
}
#i-col-right {
	width: 140px;
	height: auto;
	margin: 77px 30px 23px 51px;
	float: left;
}
* html #i-col-right {
	padding: 77px 30px 23px 51px;
	margin: 0px;
}
#i-bott-bord {
	height: 1px;
	margin: 0px 19px 0px 19px;
	width: 703px;
}
* html #i-bott-bord {
	padding: 0px 19px 0px 19px;
	margin: 0px;
}
#i-copy {
	padding: 12px 0px 8px 270px;
	text-align: center;
	font-size: 10px;
	color: #a3a3a3;
}
ul.i-menu {
	display: block;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ul.i-menu li {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 6px 0px;
}
a:active.a-i-menu, a:visited.a-i-menu, a:link.a-i-menu {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
	margin: 0px;
}
a:hover.a-i-menu {
	color: #f7e300;
}
					/* end enter page */
					
					/* page with table */
h2 {
	font-size: 16px;
	color: #4b4b4b;
	text-transform: uppercase;
	margin: 21px 0px 8px 0px;
}

h3 {
	font-size: 14px;
	color: #4b4b4b;
	text-transform: uppercase;
	margin: 21px 0px 8px 0px;
}

h4 {
	font-size: 13px;
	color: #4b4b4b;
	text-transform: none;
	margin: 21px 0px 8px 0px;
}

#col-right a img {
	border: solid 1px #666666;
	margin: 7px 0px 10px 10px;
}
#col-right a:hover img {
	border: solid 1px #F7E300;
}
#col-right table {
	clear: right;
}
#col-right table th {
	font-weight: bold;
	text-align: center;
	background-color: #666666;
	color: #F7E300;
	vertical-align: middle;
	padding: 3px;
	text-transform: uppercase;
	width: 120px;
}
#col-right table td {
	border-bottom: solid 1px #666666;
	padding: 3px;
	width: 120px;
	text-align: center;
}
#col-right table th.left, #col-right table td.left {
	width: 280px;
}
#col-right table td.left {
	text-align: left;
}
#col-right table th.col-4 {
	width: 640px;
}
#col-right table td.col-3 {
	width: 360px;
}

					
					/* end page with table */
fieldset{
	background-color:#F5F5F5;
  border:1px solid #D1D0D0;
  padding:15px;
  margin: 5px;
}
fieldset div.fieldset-title{
	color:#4b4b4b;font-size: 14px;font-weight: bold;
}
.flabel {color:#4b4b4b;font-size: 12px;font-weight: bold;}
.ftitle {color:#4b4b4b;font-size: 12px;font-weight: bold;float:left;}
.felem {margin-left:140px;padding:0;}
.ferror {color:#b40000;font-size: 12px;font-weight: bold;padding:0;}
.finput {height:12px; font-size:11px;}
.fbutton {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #666;
	border:1px double #545454;
	float: left;
}
.fconfirm {
	color:       #FFFFFF;
	font-weight: bold;
	margin-left: 20px;
	margin-top:  20px;
}

					/* home banner */
.home-banner-block {
	position: relative;
	float: right;
	width: 365px;
	height: auto;
	background-color: #818181;
	margin-top: 19px;
	padding: 6px 0px 6px 78px;
}			
.home-banner-block2 {
	width: 365px;
	border-bottom: solid 1px #f7e300;
	border-top: solid 1px #f7e300;
}
.home-banner-txt1, .home-banner-txt2 {
	color: #ffffff;
	padding-bottom: 3px;
	padding-top: 5px;
	float: left;
}
.home-banner-txt1 {
	font-size: 18px;
	text-transform: uppercase;
	width: 164px;
	line-height: 20px;
}
.home-banner-txt2 {
	width: 190px;
	padding-left: 8px;
	font-size: 12px;
	line-height: 13px;
}
.home-banner-img {
	width: 73px;
	height: 66px;
	position: absolute;
	top: 5px;
	left: 0px;
}
					/* ed home banner */