/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background:url(ts_background.jpg) top left repeat-x #859ca8;
}

.clear { clear:both; height:0; }

h1 { margin-bottom:10px; font-size:20px; font-weight:normal; color:#698d99; }
h2 { margin-bottom:10px; font-size:18px; font-weight:normal; }
sup { font-size:6px; }

/** WRAPPER */

#wrapper {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

/** MENU */

#menu {
	width: 928px;
	height: 22px;
	padding: 37px 0px 9px 309px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline;
}

#menu li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 0px 0px 0px 0px;
}

/** MASTHEAD */

#header {
	width: 1237px;
	height: 205px;
}

/** CONTENT */

#content-top {
	width: 929px;
	height:48px;
	margin-left: 308px;
	background: url(ts_content_bg_01.jpg) no-repeat;
}

#content {
	width: 929px;
	margin-left: 308px;
	padding: 0px 20px 0px 50px;
	background: url(ts_content_bg_02.jpg) repeat-y;
}

#content-bottom {
	width: 929px;
	height:49px;
	margin-left: 308px;
	background: url(ts_content_bg_04.jpg) no-repeat;
}

#left {
	float: left;
	width: 590px;
	padding: 0px;
}

#right {
	float: left;
	width: 175px;
	margin: 50px 0 40px 35px;
	padding: 0px 0px 0px 30px;
	background: url(ts_content_bg_07.gif) top left repeat-y;
}

#right h4 { font-size:12px; line-height:14px; margin-bottom:15px; }

#right a { text-decoration:none; }
#right a:hover { text-decoration:underline; }

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #888a8a;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	text-align: left;
}

.text-one {
	font-size: 16px;
	font-weight: bold;
	color: #698d99;
}

.text-two {
	font-size: 12px;
	color: #888a8a
}


/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	color: #698d99;
}

/** LINKS */

a {
	color: #698d99;
}

a:hover {
	text-decoration: none;
}

.link-li {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 9px;
	font-weight: bold;
	color: #698d99;
}

.link-li:hover {
	text-decoration: underline;
	color: #698d99;
}

.ast{
	color:red;
	font: bold 12px System;
}

/* Footer */

#footer { 
	padding: 55px 35px;
	color: #fff;	
	font-size: 11px;
}
#footer a { 
	color: #fff;
	font-weight: bold;
 }

/* Misc */

.disclaimer { 
	margin-top: 25px;
	font-size: 11px;
 }












