body {
	font-family: Verdana, arial, sans-serif;
	background: #0d2641;
	margin: 0;
	font-size: 9pt;
}

table.main
{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

table {
	clear: both;
}

#header {
	background-image: url('/images/TS_web_2_01.jpg');
	height: 91px;
}

#login_form {
	font-size: 8pt;
	margin-top: 20px;
	margin-left: 500px;
}

#login_form input {
	background-color: #DBE1ED;
	font-size: 10px;
	width: 75px;
}

#login_form input.button {
	width: 30px;
}

#toolbar {
	background-image: url('/images/TS_web_2_02.jpg');
	height: 23px;
}


#toolbar ul {
	font-weight: bold;
	margin:0;
	padding:0;
}

#toolbar li {
	display:inline;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}

#toolbar li.highlighted a {
	/*border-top:2px solid #8d791a;*/
	color: #8d791a;
	background-color: #d8e6ef;
}

#toolbar li a {
	background: none repeat scroll 0%;
	background-color: #a6c2d7;
	margin-left:0pt;
	padding:3px 5px 2px;
	text-decoration:none;
	font-variant: small-caps;
	font-size: 10pt;
	border: 1px solid black;
}

#toolbar li a:link, a.light {
	color:#FFF;
}

#toolbar li a:visited, a.light {
	color:#FFF;
}

#toolbar li.highlighted a:visited {
	color: #0000A0;
}

#toolbar li a:hover {
	background:#FFEEEE none repeat scroll 0%;
	color:#F30;
}

#footer {
	background-image: url('/images/TS_web_2_05.jpg');
	height: 152px;
}

#footer_small {
	background-image: url('/images/bottom_small.jpg');
	height: 44px;
}

p.copyright {
	font-size: 8pt;
	margin: 0 0 0 15px;
	color: #fff;
}

h1 {
	margin-left: 10px;
	font-size: 11pt;
	font-weight: bold;
	color: #751300;
}

h2 {
	margin-left: 10px;
	font-size: 10pt;
	font-weight: bold;
	color: #751300;
}

h3 {
	margin-left: 10px;
	font-size: 9pt;
	margin-bottom: 0;
}

.highlighted {
	font-weight: bold;
}

img {
	border: none;
}

.caption {
	font-size: 8pt;
	margin-top: 1em;
}

p {
	margin: 1em 0 1em 0;
}

.bordered {
	border: 2px solid black;
}

.tabbed_content {
	width: 461px;
	height: 423px;
	border: 1px solid black;
}
.tabbed_content p {
	font-size: 8pt;
	padding: 0 10px;
}

/*
#map_canvas {
	margin-left: auto;
	margin-right: auto;
	width: 700px; 
	height: 610px; 
	border: 1px solid black;
*/
}


/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox {
 margin: 0 10px 0 0; /*	center for now */
/* 	width: 30em; ems so it will grow */
	background: url(/images/sb/sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
}
.boxhead {
	background: url(/images/sb/sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}


.sidebox_flyout {
 margin: 0 auto; /*	center for now */
/* 	width: 30em; ems so it will grow */
	background: url(/images/sb/sbbody-flyout-r.gif) no-repeat bottom right;
	font-size: 100%;
}

.boxhead_flyout {
	background: url(/images/sb/sbhead-flyout-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center; 
}

.boxhead_flyout h2 {
	background: url(/images/sb/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 12px 10px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}

.boxbody_flyout {
	background: url(/images/sb/sbbody-flyout-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 12px 10px;
}


.boxhead h2 {
	background: url(/images/sb/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 12px 10px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}



.boxbody {
	background: url(/images/sb/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 12px 10px;
}