html { height: 100% }

body {
	margin: 0;
	padding: 0;
	Font-Family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 13px;
	background-image: url(images/ts_bg_repeat.jpg);
	background-repeat: repeat-y;
	background-position: top center;
	height: 100%
	}

center { height: 100% }

img { border: none; }



/* ------------------------------------------------------ */

#container {
	width:1000px; 
	min-height:100%;
	background-image: url(images/ts_bg_center.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	}
* html #container { height: 100%; } /* for IE6 and under */



/* ------------------------------------------------------ */

#topbar { 
	width: auto; 
	padding:0; 
	height:110px;
	min-height:0; /* IE7 haslayout fix */
	}
#top_left { 
	width:420px; 
	margin-left:140px; 
	margin-right:70px; 
	float:left; 
	}
#top_right { 
	width:290px; 
	margin-right:80px;
	text-align: right; 
	float:left; 
	}

#languagebar_container {
	width:100%;
	height:28px; 
	background-color: #502850;
	}

#languagebar {
	width:804px;
	height:28px; 
	text-align: left;
	}

div.spacer { clear:both; height:10px; display:block; }



/* ------------------------------------------------------ */

#main { width: auto; overflow:auto; padding-bottom:100px; }



#column_left { width:220px; margin-right:12px; float:left; }



#column_center {
	width: 380px; 
	margin-top: 80px; 
	margin-right: 38px; 
	float: left;
	text-align: left;
	}
p {
	margin: 0;
	padding: 0.5em 0em 0.5em 0em;
	line-height: 1.3em;
	}
div.hr {
	margin-top: 6px;
	margin-bottom: 6px;
	height: 1px;
	background-image: url(images/ts_hr.gif);
	}
div.hr hr {
	display: none;
	}



#column_right {
	width: 230px; 
	margin-top: 52px; 
	margin-right: 120px; 
	float: left;
	font-size: 13px;
	text-align: right;
	font-weight: bold;
	line-height: 1.25em;
	}
div.navhr {
	margin-top: 6px;
	margin-bottom: 6px;
	height: 1px;
	background-image: url(images/ts_hr_nav.gif);
	}
div.navhr hr {
	display: none;
	}

.navA:link { color: #ffffff; text-decoration: none; }
.navA:visited { color: #ffffff; text-decoration: none; }
.navA:hover { color: #ff6666; text-decoration: none; }
.navA:active { color: #ff6666; text-decoration: none; }

.navAon:link { color: #e6dc78; text-decoration: none; }
.navAon:visited { color: #e6dc78; text-decoration: none; }
.navAon:hover { color: #ff6666; text-decoration: none; }
.navAon:active { color: #ff6666; text-decoration: none; }

.navB:link { color: #b4c8dc; text-decoration: none; }
.navB:visited { color: #b4c8dc; text-decoration: none; }
.navB:hover { color: #ff6666; text-decoration: none; }
.navB:active { color: #ff6666; text-decoration: none; }

.navBon:link { color: #e6dc78; text-decoration: none; }
.navBon:visited { color: #e6dc78; text-decoration: none; }
.navBon:hover { color: #ff6666; text-decoration: none; }
.navBon:active { color: #ff6666; text-decoration: none; }

div.navhrC {
	margin-top: 4px;
	margin-bottom: 4px;
	height: 1px;
	background-image: url(images/ts_hr_nav_c.gif);
	}
div.navhrC hr {
	display: none;
	}

.navC:link { font-size: 11px; color: #b4c8dc; text-decoration: none; }
.navC:visited { font-size: 11px; color: #b4c8dc; text-decoration: none; }
.navC:hover { font-size: 11px; color: #ff6666; text-decoration: none; }
.navC:active { font-size: 11px; color: #ff6666; text-decoration: none; }

.navCon:link { font-size: 11px; color: #e6dc78; text-decoration: none; }
.navCon:visited { font-size: 11px; color: #e6dc78; text-decoration: none; }
.navCon:hover { font-size: 11px; color: #ff6666;; text-decoration: none; }
.navCon:active { font-size: 11px; color: #ff6666;; text-decoration: none; }



/* ------------------------------------------------------ */

#footer {
	position: relative;
	margin-top: -60px;
	height: 60px;
	width: 1000px; 
	text-align: center;
	Font-Family: Arial, Helvetica, sans-serif;
	color: #bebe78;
	font-size: 12px;
	clear:both; 
	}
* html #footer { /*only ie gets this style*/
	\height:62px; /* for ie5 */
	he\ight:60px; /* for ie6 */
	}
#bottom_center{width:760px; margin-left:120px; margin-right:120px; }

.footerLink:link { color: #bebe78; text-decoration: none; }
.footerLink:visited { color: #bebe78; text-decoration: none; }
.footerLink:hover { color: #b4c8dc; text-decoration: none; }
.footerLink:active { color: #bebe78; text-decoration: none; }



/* ------------------------------------------------------ */
	
h2 {
	margin: 0;
	padding: 0em 0em 0.6em 0em;
	color: #e6dc78;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2em;
	}
h3 {
	margin: 4 0 0 0;
	color: #1e5069;
	font-size: 13px;
	font-weight: bold;
	padding: 2 16 2 6;
	background-image: url(images/ts_title_sub_bg_on.png);
	}
h4 {
	margin: 0;
	padding: 0.4em 0em 0em 0em;
	color: #d2d2a0;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3em;
	}
.textS {
	font-size: 11px;
	line-height: 1.3em;
	}
.textHL {
	color: #f3eebc;
	}
.noteBlock {
	color: #cccccc;
	font-size: 12px;
	padding: 6 4 6 8;
	border: 1px solid #6a8daa;
	background-color: #486080;
	word-wrap: break-word;
	}



ul {
	margin: 0;
	padding: 0.4em 0em 0.4em 0em;
	list-style-image: url(images/ts_bullet.png);
	margin-left: 1.4em;
	line-height: 1.3em;
	}
li {
	margin: 0;
	padding: 0em 0em 0.4em 0em;
	}
ol {
	margin: 0;
	padding: 0.4em 0em 0.4em 0em;
	margin-left: 1.8em;
	}
li.sublist {
	margin: 0;
	padding: 0em 0em 0.1em 0em;
	}



td {
	font-size: 12px;
	}
.chartHeader {
	font-weight: bold;
	color: #cccccc;
	padding: 1 4 3 3;
	background-color: #486080;
	}
.chartRow1 {
	padding: 1 4 3 3;
	background-color: #999999;
	}
.chartRow2 {
	padding: 1 4 3 3;
	background-color: #6e8cb4;
	}



.button {
	font-size: 12px;
	border: 1px solid #b4c8dc;
	background: #486080;
	color: #b4c8dc;
}
.button:hover {
	border: 1px solid #ffffff;
	background: #ff6666;
	color: #ffffff;
}



a:link { color: #b4c8dc; text-decoration: underline; }
a:visited { color: #b4c8dc; text-decoration: underline; }
a:hover { color: #ff6666; text-decoration: underline; }
a:active { color: #ff6666; text-decoration: underline; }


