* {	outline: none;	}

a, div, strong, img, table, tr, td, p, form, fieldset, legend, span, body, ul, li, h2, h4, h3, h1, h5, h6{
	border: none;
	margin: 0px;
	padding: 0px;
}
body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
/*	color: #141514;*/
	color: #003399;
	background: #003399;
	padding: 9px 0;
}
a{color: #ff6300;}
table{font-size: 12px;}
input, textarea{
	border: 1px solid #9b9799;
}
p{margin-bottom: 10px;}
.clear{
	border: 0px;
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 0px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	display: block;
}
#conteiner {
	width: 978px;
	margin: 0 auto;
	position: relative;
/*	background: url(/images/back.gif);	*/
	background: url(/images/bgr_cont_top.gif);
	background-position: center;
}

#main{
	width: 960px;
	margin: 0 auto;
	position: relative;
	padding-top: 175px;
}
#top{
	position: absolute;
	left: 9px;
	top: 0px;
	height: 170px;
	width: 960px;
	text-align: left;
	z-index: 100;
}

#top .row {
	padding: 0 5px;
	text-align: right;
}

#logo {
	position: absolute;
	z-index: 100;
	top: 68px;
	left: 36px;
}


#footer {
	clear: both;
	margin-bottom: 8px;
	position: relative;
	text-align: left;
}

#footer #bot_border {
	position: absolute;
	bottom: 0px;
	left: 0px;
	top: 0px;
	width: 978px;
	height: 25px;
	overwrite: hidden;
	background: #003399 url(/images/bgr_cont_bottom.gif) top center no-repeat;
}

.logo{
	margin: 3px 0px 0px 25px;
}
#menu {
	position: relative;
	left: -1px;
	border-top: 1px solid #000;
}

#menu_tab {
	position: relative;	
}
#menu table{
	background: url(/images/itemAll.gif);
  	background-position: top;
}
#menu td{
  position: relative;
  vertical-align: middle;
  position: relative;
  text-align: left;
  height: 21px;
/*  background: url(/images/itemAll.gif);*/
  background: url(/images/bgr_main_menu.gif);
  background-position: bottom;
  padding: 0px;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}
#menu td.f{
	border-left: none;
}
#menu td a{
	font-weight: bold;
	color: #fff;
	display: block;
	text-align: center;
	line-height: 21px;
	height: 21px;
	overflow: hidden;
	text-decoration: none;
}
#menu .sub{display: none; }
#menu td.hover .sub, #menu td:hover .sub{
/*  display: block;	*/
  display: none;
  position: absolute;
  top: 21px;
/*  top: 167px;		_top: 21px;	*/
  _left: 0px;
  white-space: nowrap;
  border: 1px solid red;
  text-align: left;
  background: #e8eff8;
  border: 1px solid #212121;
  z-index: 800;
  
  width: 200px;
}
#menu td.hover, #menu td:hover, #menu td.select{ background-position: top;}
#menu td.hover a, #menu td:hover a, #menu a.select{color: #4D669D;}
#menu td.hover .sub a, #menu td:hover .sub a{
	color: #4D669D;
	text-align: left; 
	padding: 0px 15px;
	display: block; 
	height: 24px;
/*	background: url(/images/subMenuHover.gif);	*/
	background: url(/images/bgr_main_submenu.gif);
	background-position: top;

	border-bottom-color: #e8eff8;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: #e8eff8;
	border-top-style: solid;
	border-top-width: 1px;
}
#menu td .sub a:hover{
	background-position: bottom;
	border-bottom-color: #626569;
	border-top-color: #626569;
}
#menu td{behavior: url(/styles/hover.htc);}

#search{
	height: 29px;
	background: url(/images/back_search.gif);
	font-weight: bold;
}
#search .page_name {
	float: left;
	font-size: 90%;
	line-height: 100%;
	padding: 8px 0 0 2px;
	margin: 2px 0 0 5px;
}

#search .page_name,
#search .page_name a {
	color: #ff6300;
	font-weight: bold;
	text-decoration: none;
}
#search .in{text-align: left; float: right; padding-right: 10px;}
#search input, #search select{margin-top: 3px;}
.btn{
	color: #fff;
	background-color: #ff6300;
	border-top: 2px solid #ffa042;
	border-right: 2px solid #ff7c0c;
	border-bottom: 2px solid #ff7c0c;
	border-left: 2px solid #fcba77;
}
.rhSep{float: right;width: 7px;}
.lhSep{float: left;width: 7px;}
#content{
	width: 760px;
	float: right;
	position: relative;
	text-align: left;
	line-height: 19px;
	margin-bottom: 20px;
}

/*----------------------------------------------------------------*/

#left {
	position: relative;	_left: 1px;
	margin: 5px;		_margin-left: 2px;
	padding: 6px 6px;
	width: 162px;
	float: left;
	min-height: 400px;	height: auto;		_height: 400px;
	background-image: url(/images/bgr_left_menu.gif);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: left;
}
#left h2 {
	color: #4d669d;
	font-size: 10pt;
	margin-top: 0px;
	margin-bottom: 26px;
}
#left .h2 {
	color: #4d669d;
	font-size: 10pt;
	font-weight: bold;
}

#left dl {
	margin: 0px;
	padding: 0px;
	background: transparent;
	position: relative;
	z-index: 5;
}

#left dt{
	margin: 0px;
	padding: 0px;
	background: transparent;
	position: relative;
	z-index: 9;
}

#left dl a {
	color: #4d669d;
	font-size: 8.5pt;
	text-decoration: none;
	background-image: url(/images/li_left_menu.gif);
	background-repeat: no-repeat;
	background-position: -22px -20px;
	display: block;
	margin: 0px;
	padding: 0px;
	padding-left: 17px;
	position: relative;
	z-index: 13;
}

#left dt {		margin-bottom: 16px;	}

#left dt a{
	font-weight: bold;
	background-position: -22px -20px;	
	margin-top: 7px;
}

#left dl a:hover,
#left dl .select a,
#left dl .select1 a {
	background-position: -44px 2px;
}

#left dd {	margin-left: 0px;	}

#left .sub dd {
	padding: 0px;
	margin-left: 13px;
}

#left .sub dd a {
	padding-left: 7px;
	background-image: url(/images/li_left_submenu.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	line-height: 11pt;	_line-height: 11.5pt;
	margin-top: 14px;
}

#left .sub dd a:hover,
#left .sub dd.select a {
	text-decoration: underline;
	background-position: 0px 5px;
}

/*----------------------------------------------------------------

#left{
	width: 174px;
	height: 400px;
	background: url(/images/back_left.gif);
	float: left;
}
#left a{
	display: block;
	margin: 3px 4px;
	text-align: left;
	color: #ff6300;
	background: url(/images/back_lMenu.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding-left: 20px;
	font-weight: bold;
	text-decoration: none;
}

#left a.select{
	display: block;
	margin: 3px 4px;
	text-align: left;
	color: #ff6300;
	background: url(/images/back_lMenu_select.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding-left: 20px;
	font-weight: bold;
	text-decoration: none;
}
---------------------------------------------------------------*/

h1{
	font-size: 16px;
	color: #ff6300;
	margin-top: 30px;
	margin-bottom: 10px;
	font-weight: bold;
}
h2{
	font-size: 12px;
	color: #ff6300;
	/*margin-top: 30px;*/
	margin-bottom: 10px;
}
h2 a {text-decoration: none;}
h3{
	font-size: 13px;
	color: #ff6300;
	margin-top: 30px;
	margin-bottom: 20px;
}
h4{
	font-size: 12px;
	color: #ff6300;
	margin-top: 30px;
	margin-bottom: 20px;
}
h6{
	font-size: 12px;
}
p{
	margin-bottom: 20px;
}

#service_line {
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(/images/bgr_service_line.gif) repeat-x top;
	min-height: 21px;	height: auto;	_height: 21px;
	padding: 10px 0px 0px 0px;
	line-height: normal;
}

#service_line a {
	margin: 2px 4px 2px 11px;
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 10px;
	text-decoration: none;
	padding: 7px 3px 3px 22px;
	color: #039;
}

#service_line a:hover {
	text-decoration: underline;
}

#service_line span.mail a{	background-image: url(/images/ico_mail.gif);	}
#service_line a.print {	background-image: url(/images/ico_print.gif);	}

.greenBox{
	float: left;
/*	background: #e9f0e2;*/
	background: #e8eff8;
	padding: 30px;
}
.greenBox table td{
	text-align: right;
}
.greenBox table td .login{
	width: 150px;
}
/*.green{color: #003399;}*/
.green{color: #fe6300;}
.red{color: #ff3333;}
.black{color: #000;}
.logSep{
	float: left;
	width: 55px;
}

#error_box{color: #ff3333; font-weight: bold;}
#form table td{padding: 3px 0px; vertical-align: top;}
input.check, input.radio{border: none;}
#procedure{
	width: 684px;
	height: 243px;
	background: url(/images/back_procedure.gif);
	position: relative;
}
#procedure .specText
{
	text-decoration: underline;
}
#procedure .map{
	position: absolute;
	left: 500px;
	top: 200px;
	background: url(/images/backMap.gif);
	background-repeat: no-repeat;
	height: 40px;
	padding-left: 25px; 
}
#procedure table{ height: 243px; margin-left: 10px;}
#procedure table td{padding-left: 20px; width: 110px; cursor: pointer;}

.tdPos{
	position: relative;
	left: -23px;
}

#procedureBox{background-color:#e1e1e1;}

.procedureBoxLink{background-color:#e1e1e1; padding: 8px 8px 8px 10px;}

.procedureBoxLink p {padding: 0px;margin:0;}
.contact{
	float: left;
	width: 260px;
}
.greenBox .leftText td{
  text-align: center;
  padding: 4px;
}
.fClear{
	border: 0px;
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 5px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	display: block;
}
.cfLeft{width: 145px;}
.TextArea textarea{
	 width: 300px;
	 position: relative;
	 top: -18px;
	 left: 145px;
	 height: 90px;
	 border: 1px solid #9b9799; 
}
.formBtns{
	 margin-left: 145px;
}
.btn, .formBtns input{
	color: #fff;
	background-color: #ff6300;
	border-top: 2px solid #ffa042;
	border-right: 2px solid #ff7c0c;
	border-bottom: 2px solid #ff7c0c;
	border-left: 2px solid #fcba77;
}
#sessionMsg_container {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 100;
}
#session_note {
	width: 400px;
	position: absolute;
	top: 190px;
	left: 50%;
	padding: 20px;
	margin-left: -200px;
	border: 3px solid #FF6633;
	background-color: white;
}
#session_note span {color: gray;}
ul{margin-left: 20px;}
.forum_table_1{
	margin-bottom: 10px;
}
.forum_table_1 th{background: #ff6300; color: #fff; font-weight: bold; padding: 0px 5px; text-align: center; white-space: nowrap;}
.forum_table_1 th.name{text-align: left;padding-right: 50px; width: 330px;
white-space: normal;}
.forum_table_1 td{
	padding: 0px 5px;padding: 0px 5px; text-align: center; border-top: 5px solid #fff; vertical-align: top; cursor: pointer;
}

.odd{background: #e8e8e8; }
.eve{background: #f4f4f3;}
.forum_table_1 td.name{
	text-align: left;
}
.eveHoverTR{background: #cdddbc;}

#paging{text-align: center;}
#paging span 
{
	border-left: 1px solid black;	
	padding: 0 0 0 5px;
}
#paging .pg_first
{
	border: none;
	padding: 0;
}
#paging .pg_last
{
	
}
#paging .next, #paging .previous
{
	border: none;
	padding: 0;
}

/*FORUM*/
h1 a{text-decoration: none;}
.fHead{background: url(/images/forumHeader.gif); overflow: hidden; margin-bottom: 4px}
.fHead table td{padding: 1px 5px 0px 5px;}
.fHeadY{
	background: url(/images/forumHeaderYellow.gif);
	border: 1px solid #d2d2d2;
}
.fHead .date{
	float: right;
	padding-right: 15px;
}
.fHead td p{
	margin-bottom: 0;
}
.fContent{
	background: #e8e8e8;
	padding: 10px 7px;
	margin-bottom: 10px;
}
.black a{color: #000;}
.fUnder{text-align: center; color: #ff6300; font-weight: bold; margin-top: 8px;}
.btnLeft{float: left;}
.btnRight{float: right;}

.fUnder a.btn{text-decoration: none; padding: 0px 5px;}

.greenHead{
	background: #ff6300;
	color: #fff;
	font-weight: bold;
	padding: 1px 5px;
	margin-bottom: 5px; 
}
#uploadFile{display: none;}

.backLink1
{
	display: block;
	clear: both;
	position: relative;
	top: -15px;
}

#backLink1Panel
{
	text-align: right;
	position: absolute;
	width: 755px;
	top: 77px;
}

.backLink2
{
	display: block;
	float: right;
	clear: both;
}

#discussionPath a
{
	color: Black;
	margin-bottom: 10px;
}
