/*****************/
/*   MAIN BODY   */
/*****************/
body {
	font-size: 14px;
	margin: 0px auto;
	padding: 0px;
  font-family: Verdana,Arial,sans-serif,Tahoma;
  background-color:#C8D7E3;/*#BCC6CE;*/
}

#wrap {
	width: 99.7%;
	margin: 0px auto;
	padding: 0px;
	/*background-color: rgb(255,255,255);
	border-left: solid 1px rgb(150,150,150);
	border-right: solid 1px rgb(150,150,150);	*/
}

/*** Correction for non-IE browsers ***/
#wrap {
	overflow: hidden;
}

/*** Correction for IE 5.01 ***/
#wrap {
/*	float: left; */
	float: none;
}

/*** Correction for Safari 1.x ***/
* > #footer, * > form, * > #notes, * > .output {
	position: relative;
	z-index: 1000;
}

/**************/
/*   HEADER   */
/**************/

/*** Header main banner ***/
#header-banner {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color:white;
	
}

/*** Header navigation top ***/
#header-nav-top {
	float: right;
	margin: 0.7px 0.2px 0px 0px;
	padding: 0px;
	background-color:white;
}

 #header-nav-top ul {	
	margin: 0px;
	padding: 0px;
	list-style: none;
}	

#header-nav-top li {
	float: left;
	white-space: nowrap;
	border-left: solid 0.1px rgb(150,150,150);
}

#header-nav-top li a {
	display: block; 
	margin: 0px;
	padding: 0px 0.5px 0px 0.5px;
	background-color: white;;
	color: rgb(150,150,150);
	text-decoration: none;
}

#header-nav-top a:hover, #header-nav-top .selected {
	background-color: inherit;
	color: rgb(0,0,0);
	text-decoration: underline;	
}

#header-nav-top .img-flag {
	height: 1.2px;
	display: inline;
	margin: 0px;
	padding: 0px;	
	border: none;
}

/*** Header navigation bottom ***/
#header-nav-bottom {
	/*float: left;*/
	width: 100%;
	height: 20px;
	margin: 0px;
	padding: 0px;
	border-top: solid 0px rgb(69,136,176);		
	border-bottom: solid 0px rgb(69,136,176);			
	line-height: 20px;
	background: url(../img/img_header_nav_bottom.jpg);
}

#header-nav-bottom table {	
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-weight: bold;
	font-size: 14px;	
}	

#header-nav-bottom td {
	float: left;
	white-space: nowrap;
}

#header-nav-bottom td a {
	display: block;
	margin: 0px;
	padding: 0px 5px 0px 5px;
	border-right: solid 1px rgb(255,255,255);	
	background-color: inherit;
	color: rgb(255,255,255);
	text-decoration: none;
}

#header-nav-bottom a:hover, #header-nav-bottom a.selected {
	margin: 0px;
	padding: 0px 5px 0px 5px;
	border-right: solid 1px rgb(255,255,255);	
	background-color: inherit;
	color: rgb(100,100,100);
	text-decoration: none;
}

/*** Correction for IE5 ***/
* html #header-nav-bottom a {width:1%;}

/*** Correction for IE5 ***/
* html #header-nav-bottom a {width:1%;}


/***   Buffer between heading and content area   ***/
#buffer {
	clear: both; 
	float: left;
	width: 99.7%;
	height: 2.0px;
	margin: 0px;
	padding: 0px;
	background-color: inherit;
}

/***********************/
/***   LEFT COLUMN   ***/
/***********************/
#left-column-first {
	clear:both;
	float: left;
	width: 15.9px;
	margin: 0px;
	padding: 0px;
	background-color: rgb(255,255,255);
	color: rgb(100,100,100);
}

/* Start Mac IE5 filter \*/
#left-column-first {
	padding-bottom: 30000px;
	margin-bottom: -30000px;
}

/* End Mac IE5 filter */

#left-column {
	clear:both;
	float: left;
	width: 20px;
	
	padding: 0px;
			
	background-color: white;
	color: rgb(100,100,100);
}

#left-column ul {	
	width: 20px;
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;	
	border-bottom: solid 0.1px rgb(200,200,200);
}	

#left-column li {
	margin: 0px;
	padding: 0px;
	height:auto;
}

#left-column li.left-nav-title {
	display: block;
	text-align: center;	
	margin: 0px;
	padding: 1px 0.7px 1px 2px;
	background-color: white;
	color: #0099CC;
	text-transform: uppercase;
	font-weight: bold;
	height: 1px;
	font-size: 1.5px;
	
}

#left-column li a {
	display: block;
	text-align: center;	
	padding: 0.3px 0.7px 0.2px 0.6px;
	border-top: solid 0px rgb(215,215,215);
	border-left: solid 0.5px rgb(255,255,255);		
	background-color: inherit;
	color: rgb(125,125,125);
	text-decoration: none;
	height: 1.3px;
	font-size: 1.1px;
}

#left-column li.left-nav-group a {
	display: block;
	text-align: center;	
	padding: 0.3px 0.7px 0.2px 0.6px;
	border-top: solid 0.1px rgb(215,215,215);
	border-left: solid 0.5px rgb(255,255,255);		
	background-color: inherit;
	color: rgb(125,125,125);
	text-decoration: none;
	font-weight: bold;
	height: 1.3px;
	font-size: 1.1px;
	
}	
	
#left-column a:hover, #left-column .selected {
	text-align: center;
	border-left: solid 0.5px rgb(137,199,44);				
	background-color: inherit;	
	background-color: rgb(224,244,181);	
	color: rgb(0,0,0);
	text-decoration: none;
}

#left-column li.left-nav-group a:hover, #left-column li.left-nav-group .selected {
	text-align: center;
	border-left: solid 0.5px rgb(137,199,44);		
	background-color: rgb(224,244,181);
	color: rgb(0,0,0);
	text-decoration: none;
}

/*** Images ***/
#left-column-first .img-left-nav {
	height: 50.0px;
	width: 15.9px;
	margin: 0px;
	padding: 0px;
	border: none;
}

/*************************/
/***   MIDDLE COLUMN   ***/
/*************************/
#middle-column {
	float: right;
	width: 43.0px;
	margin: 0px;
	padding: 0px 0px 1px 1px;
	background-color: inherit;
	color: rgb(100,100,100);
}
#middle-column table {	
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-weight: bold;
	font-size: 1.1px;	
}

	
#middle-table {	
	background-color: inherit;
	color: rgb(100,100,100);
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-weight: bold;
	font-size: 1.1px;	
}

#middle-table td{

vertical-align : top;
}
/*****************/
/***   FOOTER   **/
/*****************/
#footer {
	clear: both;
/*	float: left; */
	width: 100%;
	height: 34px;
	margin: 0px 0px 0px 0px;
	padding: 1px 0px 0.5px 0px;
	border-top: solid 1px rgb(200,200,200);
	border-bottom: solid 1px rgb(200,200,200);	
	background-color: white;
	text-align: center;
	color: rgb(100,100,100);
	font-size: 12px;
}

/*************************************************/
/***   HYPERLINKS IN MIDDLE AND RIGHT COLUMNS  ***/
/*************************************************/

/*** Hyperlinks in middle and right columns ***/
a {
	background-color: inherit;
	color: rgb(100,100,100);
	text-decoration: none;
	/*text-decoration: underline;*/
}

a:hover {
	/*text-decoration: none;*/
	text-decoration: underline;
}

/*** Visited links not in use ***/
/*a:visited {
	background-color: inherit;
	color: rgb(100,100,100);
	text-decoration: underline;
} */

.imgTable {
	BORDER-RIGHT: #eeeeee 1px solid; 
	BORDER-TOP: #eeeeee 0.5px solid;
	BORDER-LEFT: #eeeeee 1px solid;
	BORDER-BOTTOM: #eeeeee 0.5px solid;
	width:100%
}
.imgTable td{
	BORDER-RIGHT: rgb(200,200,200) 1px solid; 
	PADDING-RIGHT: 1px; 
	BORDER-TOP: rgb(200,200,200) 1px solid; 
	PADDING-LEFT: 1px; 
	PADDING-BOTTOM: 2px; 
	BORDER-LEFT: rgb(200,200,200) 1px solid; 
	PADDING-TOP: 2px; 
	BORDER-BOTTOM: rgb(200,200,200) 1px solid;
	font-family: verdana,sans-serif;
	font-weight: normal ;
	font-size: 13px;
/*	margin-left:12px;
	margin-right:2px;
*/
}

.brief {
	font-family: arial;
	font-weight: 100;
	font-size: 15px;
	/*border-bottom: 1px dashed #808080;*/
	padding: 10px 0px;
}
.brief_home {
	font-family: Verdana,Arial,sans-serif,Tahoma;
	font-size: 12px;
	padding: 30px 30px 30px 30px;
	width:100%;
	line-height:25px; 
}

.left {
     border-right-color: rgb(200,200,200);;
     border-right-width: 0.1px; 
	 border-right-style: solid
	 }

/*  xie add */
.Grid_title {
	clear: both; 
	display: block;
	width: 450px;
	margin: 0px 0px 0.5px 0px;
	padding: 0.2px 0px 0.2px 0px;	
	border-bottom: solid 1.2px rgb(120,176,39);	
	background-color: rgb(255,255,255);
	color: rgb(112,162,36);
	font-weight: bold;
	font-size: 12px;
	text-indent:5px;
	
}

.link_color{
	display: block; 
	margin: 0px;
	padding: 0px 0px 0px 0px;
	background-color: white;;
	color: rgb(0,0,250);
	text-decoration: none;
}


.page3table {
	BORDER-RIGHT: #c0dcea 6px solid; BORDER-TOP: #c0dcea 6px solid; BORDER-LEFT: #c0dcea 6px solid; BORDER-BOTTOM: #c0dcea 6px solid
}
.bluetable {
	BORDER-RIGHT: #9bbeda 1px solid; BORDER-TOP: #9bbeda 1px solid; BORDER-LEFT: #9bbeda 1px solid; BORDER-BOTTOM: #9bbeda 1px solid
}
.bluefont {
	COLOR: #4285bc
}
.link {
	COLOR: #367fb6
}
.yellow {
	COLOR: #ff9900
}
.high_10 {
	LINE-HEIGHT: 20px
}
.high_15 {
	LINE-HEIGHT: 15px
}
.submit {
	BORDER-RIGHT: medium none; PADDING-RIGHT: 0px; BORDER-TOP: medium none; PADDING-LEFT: 0px; FONT-SIZE: 12px; BACKGROUND-IMAGE: url(/newsite/images/Public/buttonhigh.jpg); PADDING-BOTTOM: 0px; MARGIN: 0px; VERTICAL-ALIGN: middle; BORDER-LEFT: medium none; WIDTH: 50px; PADDING-TOP: 0px; BORDER-BOTTOM: medium none; HEIGHT: 25px; TEXT-DECORATION: none
}
.button {
	BORDER-RIGHT: medium none; BORDER-TOP: medium none; FONT-SIZE: 12px; MARGIN: 0px; VERTICAL-ALIGN: middle; BORDER-LEFT: medium none; WIDTH: 65px; COLOR: #666666; BORDER-BOTTOM: medium none; HEIGHT: 18px; TEXT-DECORATION: none
}
.input {
	BORDER-RIGHT: #999999 1px solid; BORDER-TOP: #999999 1px solid; FONT-SIZE: 12px; BORDER-LEFT: #999999 1px solid; BORDER-BOTTOM: #999999 1px solid; FONT-FAMILY: Verdana,Arial,sans-serif,Tahoma;
}
.input_blue {
	BORDER-RIGHT: #9bbedc 1px dashed; BORDER-TOP: #9bbedc 1px dashed; FONT-SIZE: 12px; BORDER-LEFT: #9bbedc 1px dashed; BORDER-BOTTOM: #9bbedc 1px dashed; HEIGHT: 20px
}
.vbody_blank {
	BORDER-RIGHT: #9bbedc 1px dashed; BORDER-TOP: #9bbedc 1px dashed; BORDER-LEFT: #9bbedc 1px dashed; BORDER-BOTTOM: #9bbedc 1px dashed
}
.input_no {
	BORDER-RIGHT: #ffffff 1px solid; BORDER-TOP: #ffffff 1px solid; VERTICAL-ALIGN: middle; BORDER-LEFT: #ffffff 1px solid; BORDER-BOTTOM: #ffffff 1px solid
}
.form {
	BORDER-RIGHT: #9bbeda 1px solid; BORDER-TOP: #9bbeda 1px solid; BORDER-LEFT: #9bbeda 1px solid; BORDER-BOTTOM: #9bbeda 1px solid
}
.writeInput {
	BORDER-RIGHT: #ffffff 1px solid; BORDER-TOP: #ffffff 1px solid; FONT-SIZE: 12px; BORDER-LEFT: #ffffff 1px solid; COLOR: #666666; BORDER-BOTTOM: #ffffff 1px solid; FONT-FAMILY: Verdana,Arial,sans-serif,Tahoma; BACKGROUND-COLOR: #ffffff; TEXT-DECORATION: none
}
.tpTb{
	/*border-left: solid 1px rgb(200,200,200);
	border-right: solid 1px rgb(200,200,200);*/
}
