/*****************************************************/
/*   Design:  Adapted from GoFlexible-2              */
/*---------------------------------------------------*/
/*   Author:  Gerhard Erbes                          */
/*            gw@actamail.com                        */
/*---------------------------------------------------*/
/*   Version: 4.1                                    */
/*   Date:    March 29, 2006                         */
/*---------------------------------------------------*/
/*   Modified by Li Shen                             */
/*   Date:    April 20, 2006                         */
/*****************************************************/

/*****************/
/*   MAIN BODY   */
/*****************/
body {
	text-align:center;
	font-size: 62.5%;
	margin: 0em auto;
	padding: 0em;
	/*background: url(../img/img_background.gif) top center repeat-y;*/
	background-color: #e7e7e7;
  	font-family: Verdana,Arial,Tahoma,sans-serif;
  	
  	
}


#wrap {
	width: 87.6em;
	margin: 0em auto;
	padding: 0em;
	background-color: rgb(255,255,255);
	border-left: solid 1px rgb(0,33,66);
	border-right: solid 1px rgb(0,33,66);
	border-top: solid 1px rgb(0,33,66)	
}

/*** 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 {
	width: 87.6em;
	height: 8.6em;
	float: left;
	margin: 0em 0em 0em 0em;
	padding: 0em 0em 0em 0em;
	background:  #7385D1 url(../images/titleBar.gif) no-repeat;
}

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

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

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

#header-nav-top li a {
	display: block; 
	margin: 0em;
	padding: 0em 0.5em 0em 0.5em;
	background-color: rgb(255,255,255);
	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.2em;
	display: inline;
	margin: 0em;
	padding: 0em;	
	border: none;
}

/*** Header navigation bottom ***/
#header-nav-bottom {
	float: left;
	width: 87.6em;
	height: 2.0em;
	margin: 0em;
	padding: 0em;
	border-top: solid 0px rgb(69,136,176);		
	border-bottom: solid 0px rgb(69,136,176);			
	line-height: 2.0em;
	background-color: #D3D9FF ;
}

#header-nav-bottom ul {	
	margin: 0em;
	padding: 0em;
	list-style: none;
	font-weight: bold;
	font-size: 1.2em;	
}	

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

#header-nav-bottom li a {
	display: block;
	margin: 0em;
	padding: 0em 1.0em 0em 1.0em;
	border-right: solid 1px rgb(255,255,255);
	border-bottom: solid 1px #FFFFFF	
	background-color: inherit;
	color: rgb(115,133,209);
	text-decoration: none;
}

#header-nav-bottom a:hover, #header-nav-bottom a.selected {
	margin: 0em;
	padding: 0em 1.0em 0em 1.0em;
	border-right: solid 1px rgb(255,255,255);	
	background-color: #a1aeff;
	color: rgb(0,33,66);
	text-decoration: none;
}
#header-nav-bottom-sublist {
	float: left;
	width: 87.6em;
	height: 2.0em;
	margin: 0em;
	padding: 0em;
	border-top: solid 0px rgb(69,136,176);		
	border-bottom: solid 0px rgb(69,136,176);			
	line-height: 2.0em;
	background-color: #D3D9FF ;
}

/*** 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: 87.6em;
	height: 2.0em;
	margin: 0em;
	padding: 0em;
	background-color: #D3D9FF;
}

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

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

/* End Mac IE5 filter */

#left-column {
	clear:both;
	float: left;
	width: 17.9em;
	padding: 0em;
	border-right: solid 0.1em rgb(115,133,209);		
	background-color: rgb(255,255,255);
	color: rgb(155,155,155);
}

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

#left-column ul {	
	width: 17.8em;
	float: left;
	list-style: none;
	margin: 0em;
	padding: 0em;	
	border-bottom: solid 0.1em rgb(115,133,209);
}	

#left-column li {
	margin: 0em;
	padding: 0em;
}

#left-column li.left-nav-title {
	display: block;
	text-align: left;	
	margin: 0em;
	padding: 0.3em 0.7em 0.9em 0.6em;
	background-color: inherit;
	color: rgb(0,33,66);
	text-transform: uppercase;
	font-weight: bold;
	height: 1.4em;
	font-size: 1.2em;
}

#left-column li a {
	display: block;
	text-align: left;	
	padding: 0.3em 0.7em 0.2em 0.6em;
	border-top: solid 0em rgb(115,133,209);
	border-left: solid 0.5em rgb(255,255,255);		
	background-color: inherit;
	color: rgb(115,133,209);
	text-decoration: none;
	height: 1.4em;
	font-size: 1.2em;
}

#left-column li.left-nav-group a {
	display: block;
	text-align: left;	
	padding: 0.3em 0.7em 0.2em 0.6em;
	border-top: solid 0.1em rgb(115,133,209);
	border-left: solid 0.5em rgb(255,255,255);		
	background-color: inherit;
	color: rgb(115,133,209);
	text-decoration: none;
	font-weight: bold;
	height: 1.4em;
	font-size: 1.2em;
}

#left-column li.left-nav-subgroup a {
	display: block;
	text-align: left;
	padding: 0.4em 0.7em 0.4em 1.0em;
	border-top: solid 0em rgb(115,133,209);
	border-left: solid 0.5em rgb(255,255,255);		
	background-color: inherit;
	color: rgb(115,133,209);
	text-decoration: none;
	height: auto;
	font-size: 1.2em;
}
	
#left-column a:hover, #left-column .selected {
	text-align: left;
	border-left: solid 0.5em rgb(115,133,209);				
	background-color: #E3E9FF;	
	color: rgb(0,33,66);
	text-decoration: none;
}

#left-column li.left-nav-group a:hover, #left-column li.left-nav-group .selected {
	text-align: left;
	border-left: solid 0.5em rgb(115,133,209);		
	background-color: #E3E9FF;
	color: rgb(0,33,66);
	text-decoration: none;
}

#left-column li.left-nav-subgroup a:hover {
	text-align: left;
	border-left: solid 0.5em #E3E9FF;		
	background-color: #E3E9FF;
	color: rgb(0,33,66);
	text-decoration: none;
}

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

/*************************/
/***   MIDDLE COLUMN   ***/
/*************************/
#middle-column {
	text-align: left;
	float: left;
	width: 64.8em;
	margin: 0em;
	padding: 0em 2.0em 0em 2.0em;
	background-color: inherit;
	color: rgb(100,100,100);
}

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

/***   Pagetitle   ***/
#pagetitle {
/*	float: left; */
	width: 64.8em;
	margin: 0em 0em 1.0em 0em;
	padding: 0em;
	background-color: inherit;
	color: rgb(0,33,66);
}

#pagetitle p {
	padding: 0em;
	margin: 0em;
	font-weight: bold;
	font-size: 1.2em;
}

#pagetitle h1{
	padding: 0em;
	margin: 0em;
	font-weight: bold;
	font-size: 2.1em;
}


/*** Standard title and box option ***/
.middle-column-title-standard {
/* clear: both; */
	display: block;
	margin: 0em 0em 0.5em 0em;
	padding: 0.2em 0em 0.2em 0em;	
	border-bottom: solid 0.167em rgb(115,133,209);	
	background-color: rgb(255,255,255);
	color: rgb(115,133,209);
	font-weight: bold;
	font-size: 1.3em;
}

.middle-column-box-full-standard {
	float: left;
	width: 64.8em;
	margin: 0em 0em 2.0em 0em;
	padding: 0em;
	background-color: rgb(255,255,255);
	color: rgb(50,50,50);
}

.middle-column-box-left-standard {
	clear: left;
	float: left;
	width: 28.8em;
	margin: 0em 0em 2.0em 0em;
	padding: 0em;
	background-color: rgb(255,255,255);
	color: rgb(50,50,50);
}

.middle-column-box-center-standard {
	/*clear: left;*/
	float: center;
	width: 28.8em;
	margin: 0em 0em 2.0em 0em;
	padding: 0em;
	background-color: rgb(255,255,255);
	color: rgb(50,50,50);
}

.middle-column-box-right-standard {
	float: right;
	width: 28.8em;
	margin: 0em 0em 2.0em 0em;
	padding: 0em;
	background-color: rgb(255,255,255);
	color: rgb(50,50,50);
}

.middle-column-box-full-standard p.heading, .middle-column-box-left-standard p.heading, .middle-column-box-right-standard p.heading {
	margin: 1.0em 0em 1.0em 0em;
	font-weight: bold;
	font-size: 1.3em;
}

.middle-column-box-full-standard p.subheading, .middle-column-box-left-standard p.subheading, .middle-column-box-right-standard p.subheading {
	margin: 1.0em 0em 0.6em 0em;	
	font-weight: bold;
	font-size: 1.3em;
}

.middle-column-box-full-standard p.centered, .middle-column-box-left-standard p.centered, .middle-column-box-right-standard p.centered {
	margin: 1.0em 0em 0.6em 0em;	
	font-weight: bold;
	font-size: 1.3em;
	text-align: center;
}

.middle-column-box-full-standard p, .middle-column-box-left-standard p, .middle-column-box-right-standard p {
	margin: 0em 0em 0.6em 0em;	
	font-size: 1.3em;	
}


/*** Image with border ***/
.middle-column-img-left-halfsize-border {
	float: left;
	width: 5.5em;
	height: 5.5em;
	margin: 0.3em 0.75em 0.3em 0em;
	border: solid 1px rgb(50,50,50);
	font-size: 0.933em; /*!scaling units so that 1.0em=10px, thus more easy to scale pictures. This is necessary since active font-size is 1.2em in the middle section.	*/
}

.middle-column-img-right-halfsize-border {
	float: right;
	width: 5.5em;
	height: 5.5em;
	margin: 0.3em 0em 0.3em 0.75em;
	border: solid 1px rgb(50,50,50);	
	font-size: 0.933em; /*!scaling units so that 1.0em=10px, thus more easy to scale pictures. This is necessary since active font-size is 1.2em in the middle section.	*/
}

.middle-column-img-left-fullsize-border {
	float: left;
	width: 11.0em;
	height: 11.0em;
	margin: 0.3em 0.75em 0.3em 0em;
	border: solid 1px rgb(50,50,50);
	font-size: 0.933em; /*!scaling units so that 1.0em=10px, thus more easy to scale pictures. This is necessary since active font-size is 1.2em in the middle section.	*/
}

.middle-column-img-right-fullsize-border {
	float: right;
	width: 11.0em;
	height: 11.0em;
	margin: 0.3em 0em 0.3em 0.75em;
	border: solid 1px rgb(50,50,50);	
	font-size: 0.933em; /*!scaling units so that 1.0em=10px, thus more easy to scale pictures. This is necessary since active font-size is 1.2em in the middle section.	*/
}

.middle-column-img-left-originalsize-border {
	float: left;
	width: 25.0em;
	height: 38.5em;
	margin: 0.3em 0.75em 0.3em 0em;
	border: solid 1px rgb(50,50,50);	
	font-size: 0.933em; /*!scaling units so that 1.0em=10px, thus more easy to scale pictures. This is necessary since active font-size is 1.2em in the middle section.	*/
}

.middle-column-img-right-originalsize-border {
	float: right;
	/*width: 23.8em;
	height: 36.6em;*/
	margin: 0.3em 0em 0.3em 0.75em;
	border: solid 1px rgb(50,50,50);	
	font-size: 0.933em; /*!scaling units so that 1.0em=10px, thus more easy to scale pictures. This is necessary since active font-size is 1.2em in the middle section.	*/
}

/*** Image without border ***/
.middle-column-img-left-halfsize-noborder {
	float: left;
	width: 5.0em;
	height: 5.0em;
	margin: 0.3em 0.5em 0.3em 0em;
	font-size: 0.933em; /*!scaling units so that 1.0em=10px, thus more easy to scale pictures. This is necessary since active font-size is 1.2em in the middle section.*/
}

.middle-column-img-right-halfsize-noborder {
	float: right;
	width: 5.0em;
	height: 5.0em;
	margin: 0.3em 0em 0.3em 0.5em;
	font-size: 0.933em; /*!scaling units so that 1.0em=10px, thus more easy to scale pictures. This is necessary since active font-size is 1.2em in the middle section.*/
}

.middle-column-img-left-fullsize-noborder {
	float: left;
	width: 10.0em;
	height: 10.0em;
	margin: 0.3em 0.5em 0.3em 0em;
	font-size: 0.933em; /*!scaling units so that 1.0em=10px, thus more easy to scale pictures. This is necessary since active font-size is 1.2em in the middle section.*/
}

.middle-column-img-right-fullsize-noborder {
	float: right;
	width: 10.0em;
	height: 10.0em;
	margin: 0.3em 0em 0.3em 0.5em;
	font-size: 0.933em; /*!scaling units so that 1.0em=10px, thus more easy to scale pictures. This is necessary since active font-size is 1.2em in the middle section.*/
}

.middle-column-img-left-originalsize-noborder {
	float: left;
	width: 25.0em;
	height: 38.5em;
	margin: 0.3em 0.5em 0.3em 0em;
	border: solid 1px rgb(50,50,50);	
	font-size: 0.933em; /*!scaling units so that 1.0em=10px, thus more easy to scale pictures. This is necessary since active font-size is 1.2em in the middle section.	*/
}
.middle-column-img-right-originalsize-noborder {
	float: right;
	width: 25.0em;
	height: 38.5em;
	margin: 0.3em 0em 0.3em 0.75em;
	border: solid 1px rgb(50,50,50);	
	font-size: 0.933em; /*!scaling units so that 1.0em=10px, thus more easy to scale pictures. This is necessary since active font-size is 1.2em in the middle section.	*/
}

/*** Default Middle-Column Menus ***/

#middle-column ul {	
	list-style: square inside;
	margin: 1em;
	padding: 0em;
	font-size: 1.2em;
}	

#middle-column li{	
	display: list-item;
	padding: 0em 0em 0.5em 0em;
}

/*** Default Tables to hold data ***/

#middle-column table{
  border:solid 1px rgb(115,133,209);
  border-collapse:collapse;
  font-size: 1.2em;
}

#middle-column thead th, #middle-column tfoot th
{
  padding:5px;
  vertical-align: top;
  text-align: center;

}

#middle-column td
{
  padding:5px;
  vertical-align: top;
  text-align: left;
}

#middle-column table.noborder{
 	border: none;
 	font-size: 1.2em;
}

#middle-column td.noborder{
	border: none;
}


/************************/
/***   RIGHT COLUMN   ***/
/************************/
#right-column {
	float: right;
	width: 16.6em;
	margin: 0em 0em 0em 0em;
	padding: 0em;
}

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

/*** Standard option ***/
.right-column-title-standard {
/* clear: both; */
	display: block;
	margin: 0em 0em 0.5em 0em;
	padding: 0.2em 0em 0.2em 0em;
	background-color: rgb(255,255,255);
	color: rgb(115,133,209);
	font-weight: bold;
	font-size: 1.2em;
}

.right-column-box-standard {
/*	float: right; */
	width: 14.0em;
	margin: 0em 1.0em 0.8em 0em;
	padding: 0.4em 0.4em 0.4em 0.4em;
	border: solid 0.1em rgb(115,133,209);
	background-color: rgb(255,255,255);
	color: rgb(50,50,50);	
}


/*** Paragraph text ***/
#right-column p {
	margin: 0em 0em 0.4em 0em;
	font-size: 1.2em;
}

/*****************/
/***   FOOTER   **/
/*****************/
#footer {
	clear: both;
/*	float: left; */
	width: 87.6em;
	height: 3.5em;
	margin: 1.0em 0em 0em 0.0em;
	padding: 0.5em 0em 0.5em 0em;
	border-top: solid 0.1em rgb(115,133,209);
	border-bottom: solid 0.1em rgb(0,33,66);	
	background-color: rgb(255,255,255);
	text-align: center;
	color: rgb(50,50,50);
	font-size: 1.1em;
}

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

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

a:hover {
	text-decoration: none;
	color: rgb(115,133,209);
}

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