@charset "utf-8";
/* CSS Document */

<!--INPUT, SELECT, TEXTAREA {font-family: Verdana; font-size: 10pt; color:#095644; background-color:#FFF;}
body  {
	background: #095644;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.ttsi #container { 
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.ttsi #masthead {
	width: 950px;
	height: 265px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align:left;
	background-color:#FFFFFF;
	background-image: url(images/background09.jpg);
	background-repeat: no-repeat;
}
.ttsi #header {
	width: 950px;
	background: #CCCCCC;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 17px; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-bottom: 1px solid #666;
	border-top: 1px solid #095644;
	} 
.ttsi #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-top: 20px;
}
.ttsi #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 170px;
	padding-top: 37px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #FFFFFF;
	background-image: url(images/ss-sideimage.gif);
	background-repeat: no-repeat;
	background-position: center 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
} 
.ttsi #footer {
	height: 50px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#095644;
} 
.ttsi #footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#095644;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* Menu */
#menu {
	width: 170px;
	text-align: left;
}
.menu {
	vertical-align: top;
	width: 170px;
	padding: 0px;
	border-right: 1px solid #666;
}
.menu ul, .menu li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.menu ul {
	border-bottom: 0px;
	background-color: #095644;
}
.menu ul ul {
	padding-left: 10px;
}
.menu a:link, .menu a:visited, .menu a:active {
	padding: 3px 10px 3px 10px;
	color: #FFFFFF;
	display: block;
	background-color: #095644;
	text-decoration: none;
	border-bottom: 1px solid #666;
}
.menu a:hover {
	background-color: #E8E8E8;
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #333;
}
.menu_current {
	font-weight: bold;
}
a:link {
	color:#095644;
}
a:visited{
	 color:#095644;
}
a:active {
	color:#095644;
}
a:hover {
	color:#DFAE1A;
	text-decoration:none;
}	
h1 {
	color: #095644;
	font-size: 14px; 
}
h2 {
	font-size: 12px;
	color: #095644;
}
hr {
	color: #095644;
	height: 1px;
	width: 100%;
	text-align: center;
}
li {
	line-height: 30px;
	text-align: left;
	list-style-type: square;
}
.border {
	border: 1px solid #000;

}
.table {
	background-color:#FFFFFF;
	background-image: url(images/globebg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.emphasis {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#095644;

}