body{
	background-image:url("../images/body-bg.gif");
	background-repeat: repeat-x;
	background-position: top;
	background-color: #9a9a9a;
	text-align: left;
	margin:0;
	padding:0;
}

.fl{float:left;}
.fr{float:right;}
.clr{clear:both;}
.h{visibility: hidden;}
.b{border:1px solid #000000;}

#outer{
	width:1000px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	text-align: left;
}
#outleft{
	background-image:url("../images/lbbg.gif");
	background-repeat: repeat-y;
}
#outright{
	background-image:url("../images/rbbg.gif");
	background-repeat: repeat-y;
	background-position: right;
}
#innerleft{
	background-image:url("../images/lbb.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	min-height: 720px;
}
* html #innerleft{
	height: 720px;
}
#innerright{
	background-image:url("../images/rbb.jpg");
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0 13px 0 13px;
	min-height: 720px;
	
}
* html #innerright{
	height: 720px;
}
#top{
	background-image:url("../images/tbg.gif");
	background-repeat: repeat-x;
	background-position: top;
	height: 32px;
}
#top .l{
	background-image:url("../images/tlc.gif");
	width: 20px;
	height: 32px;
	float: left;
}
#top .r{
	background-image:url("../images/trc.gif");
	width: 20px;
	height: 32px;
	float: right;
}

#footer{
	background-image:url("../images/fbg.gif");
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	line-height: 29px;
	color: #999999;
	font-weight: bold;
	font-size: 10px;
}
a.bottommenu{
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}
a.bottommenu:hover{
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
#logo{
	border-bottom: 2px solid #FFF; 
}
#nav 
{
 background-image: url("../images/menubg.gif");
 background-repeat:repeat-x;
	margin-bottom: 2px; 
	height: 25px; 
	text-align: center ;
	z-index: 1;
}

#nav ul { 
	display: table;
	margin: 0; padding: 0;
	margin: 0 auto;
	list-style-type: none;
}


#nav li { 
	display: table-cell;
	position: relative;
	z-index: 1; 
	height: 25px;
	margin:0;
	padding:0;
	list-style-image: none;
}
#nav li.last { 
  border-right: #FFF 2px solid; 
  list-style-image: none;
}
#nav a { 
	display: block;
	color: #FFF; 
	padding: 6px 20px;
	font-weight: bold; 
	background-image: none; 
  text-decoration: none;
  border-left: #FFFFFF 2px solid; 
} 

#nav a:hover { background-image: url("../images/menubg_on.gif") }

#nav li ul { 
	display: block;
	position: absolute; 
	width: 200px; 
	left: -999em;
	/*top: -1;*/
	border: #FFF 1px solid; 
} 

#nav li:hover ul { left: auto; list-style-image: none; }
#nav li:hover iframe { left: auto; list-style-image: none; }

#nav li li, #nav li li a { display: block; text-align: left; list-style-image: none; }
#nav li li{
  display: block;
  height: auto;
  border-left: 0px; 
  list-style-image: none;
}
#nav li li a { 
  display: block;
  width: auto; 
  padding: 6px 20px; 
  background-image: none;
  background-color:#FFE4B5;
  
  
  color: #000;
  text-decoration: none;
  font-weight: normal;
  border: #FFFFFF 1px solid;
	
}
#nav li li a:hover { 
  background-image: none; 
  background-color:#FFA000;

}



#searchBar{
	background-image:url("../images/sbg.gif");
	height:27px;
}
#langBar{
	float: right;
	color: #ff9900;
	font-weight: bold;
	padding-right: 27px;
	padding-left: 7px;
	padding-top: 10px;
}
a.langs, a.langs:hover{
	padding-left: 2px;
	padding-right: 2px;
	color: #ff9900;
	text-decoration: none;
}
a.langs:hover{
	text-decoration: underline;
}
a.langs_on, a.langs_on:hover{
	padding-left: 2px;
	padding-right: 2px;
	color: #000000;
	text-decoration: none;
}
a.langs_on:hover{
	text-decoration: underline;
}

#searchContainer{
	padding-top: 7px;
	position: relative;
}
#marquee{
	position: absolute;
	overflow: hidden;
	float: left;
	width: 350px;
	margin-left:14px;
	top:10px;
}
.ticker{
	position:	relative;
	visibility:	hidden;
	left:		14px;
	top:		0px;
}
.ticker span{
	white-space:nowrap;
	padding-left: 350px;
}
a.marq{
	color: #ff9900;
	font-weight: bold;
	text-decoration: none;
}

#searchInputDiv{
	background-image:url("../images/searchbg.gif");
	background-repeat: no-repeat;
	float: right;
	padding: 2px 6px 2px 7px;
}
#searchDesc{
	line-height:18px;
	font-weight: bold;
	float:right;
	margin-right: 7px;
}
.searchInput{
	border: 0;
	width:105px;
	height:13px;
	font-weight: normal;
	line-height:12px;
	padding:0;
}

.cont_top{
	margin-left: 9px;
	margin-right: 9px;
	background-image:url("../images/ctbg.gif");
	height: 10px;
}
.cont_top .l{
	background-image:url("../images/ctlc.gif");
	width: 12px;
	height: 10px;
	float: left;
}
.cont_top .r{
	background-image:url("../images/ctrc.gif");
	width: 12px;
	height: 10px;
	float: right;
}

.cont_bot{
	margin-left: 9px;
	margin-right: 9px;
	background-image:url("../images/cbbg.gif");
	height: 10px;
}
.cont_bot .l{
	background-image:url("../images/cblc.gif");
	width: 12px;
	height: 10px;
	float: left;
}
.cont_bot .r{
	background-image:url("../images/cbrc.gif");
	width: 12px;
	height: 10px;
	float: right;
}
.cont{
	margin-left: 9px;
	margin-right: 9px;
	background-image:url("../images/clbg.gif");
	background-position: left;
	background-repeat: repeat-y;
	height: 1%;
}
.cont .in{
	background-image:url("../images/crbg.gif");
	background-position: right;
	background-repeat: repeat-y;
	padding: 10px 20px;
	height: 1%;
	min-height:550px;
}
.cont .in p{
	text-align: justify;
}

.cont .in_home{
	background-image:url("../images/crbg.gif");
	background-position: right;
	background-repeat: repeat-y;
	padding: 10px 20px;
	height: 1%;
}
.cont .in img{
	margin: 0 0px;
}
.centerCell{
	border-left: 2px solid #CCCCCC;
	border-right: 2px solid #CCCCCC;
	line-height: 16px;
}
.leftCell, .rightCell{
   line-height: 16px;
}

#content{
	width: 98%;
	overflow: hidden;
}

#searchButton{
	width:24px;
	height:20px;
}

@media print {
	#top, #nav, #searchBar, #footer, .cont_top, .cont_bot, #logo .fr {
		display: none;
	}
	.noprint{
		display: none;
	}
	body{
		background-color:#FFFFFF;
		
	}
	h1, h2, h3{
		color:#000000;
	}
	li{
		list-style-image: none;
	}
	#outer{
		width:100%;
	}
	#innerright{
		padding: 0;
		
	}
	.cont{
		margin: 0;
	}
	.cont .in {
		padding: 0;
	}
	#outleft, #outright, #innerleft, #innerright, .cont, .cont .in, .cont .in_home{
		background-image:none;
	}
	ul li{
		list-style-image: none;
	}
	ul li li{
		list-style-image: none;
	}
}



.minp{
   border: 1px solid #FFC164;
   width: 300px;
}

.sel{
   border: 1px solid #FFC164;
   width: 305px;
}
.hilite{
   border: 1px solid #FF7900;
   background-color:#FFE4B5;
}

a.updates_table_header {
	color: #000000;
	font-weight: bold;
}
.centerErrorText
{
	 text-align:center;
	 color:Red;	
}
.textAlignRight
{
	 text-align:right;	
}