body,td,th,p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #663300;
	line-height: 150%;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a {
	color: #FF0000;
	text-decoration: underline;
}

a:hover {
	color: #000000;
}

img
{
 border-color: black;
} 

/* Formatting */
h1 {
	font-size: 18px;
	margin-bottom: -6px;
	color: black;
	line-height: 120%;
}
h2 {
	font-size: 12px;
}
h3 {
	font-size: 9px;
}
h4 {
	font-size: 8px;
}

li {
	margin-top: 2px;
	margin-bottom: 2px;
}

.subTitle{
	font-size: 11px;
	font-weight:bold;
	}

.small{
	font-size:9px;
	}

	
/* form css */
.border { border:1px solid #666666; background-color: #ffffff; font-size: 11px; color: #666666; font-family: Verdana, Arial, Helvetica, sans-serif; padding:2px;}
/* end of form css */

/* main blocks */
.container {
    width:100%;
    text-align:center;
    margin:0;
    padding:0;
    }

.wrapper{
    margin: 0 auto;
    width:935px;
	height:200px;
	text-align:left;
	background-image: url(/graphics/tss_logo.gif);
	background-repeat:no-repeat;
	background-position:770px 0px;
    }

.header{
	position:relative;
	left:0px;
	right:0px;
    margin-top: 10px;
	margin-left: 110px;
	width: 630px;
    text-align:left;
	z-index: 1;
	border: 1;
    }

.crumbs{
	position:relative;
	left:0px;
	right:0px;
    margin-top: 10px;
	margin-left: 110px;
	width: 550px;
    text-align:left;
	z-index: 1;
    }

.footer{
	width:925px;
    text-align:center;
	font-size: 9px; color: #BCAC9C;
	line-height: 18px;
    margin-top: 20px;
	margin-bottom: 10px;
	float:left;
    }
	
.colTitle{
    margin-top: 20px;
    width: 106px;
	height: 750px;
    float:left;
	text-align:right;
    z-index:1;
    }

.colOne{
    margin-top: 20px;
    width: 195px;
    float:left;
	text-align:left;
	padding-left: 15px;
	margin-right: 10px;
	background-image:url(/graphics/dot.gif);
	background-repeat:repeat-y;
    }

.colTwo{
    margin-top: 20px;
    width: 195px;
    float:left;
	text-align:left;
	padding-left: 15px;
	margin-right: 10px;
	background-image:url(/graphics/dot.gif);
	background-repeat:repeat-y;
    }

.colThree{
    margin-top: 20px;
    width: 195px;
    float:left;
	text-align:left;
	padding-left: 15px;	
	margin-right: 10px;
	background-image:url(/graphics/dot.gif);
	background-repeat:repeat-y;
    }

.colDouble{
    margin-top: 20px;
    width: 410px;
    float:left;
	text-align:left;
	padding-left: 15px;
	padding-right: 15px;
	background-image:url(/graphics/dot.gif);
	background-repeat:repeat-y;
    }

.colTreble{
    margin-top: 20px;
    width: 615px;
    float:left;
	text-align:left;
	padding-left: 15px;
	padding-right: 15px;
	background-image:url(/graphics/dot.gif);
	background-repeat:repeat-y;
    }

.colLogo{
    margin-top: 20px;
    width: 140px;
    float:left;
	text-align:left;
	padding-left: 15px;
	padding-top: 100px;
	background-image:url(/graphics/dot.gif);
	background-repeat:repeat-y;
    }

.brclear {
    clear:both;
    height:0;
    margin:0;
    font-size: 1px;
    line-height: 0;
    }
	
.clearfloat {
    clear: both;
    height:1%;
    font-size:2px;
    margin-bottom: 20px;
    }
/* end of main blocks */

/* inner positioning */

.logoFloat {
	width: 148px;
	height: 136px;
	background-image: url(/graphics/tss_logo.gif);
	margin-left: 10px;
	top: -10px;
	z-index: 5;
	}

.topGreen{
	width:900px;
	height:15px;
	background-color:#94DA60;
	clear:both;
	}
	
.mastHead{
	background-image:url(/graphics/bg_header.gif);
	background-repeat:repeat-x;
	width:900px;
	height:151px;
	clear:both;
	}
	
.navigation{
    text-align:right;
    width: 239px;
    }

.rh_links {
	border-top: 1pt dashed gray;
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 14px;
	margin-right: 10px;
}

/* More */

dt {
	margin-top: 18px;
	font-weight: bold;
	border-left: 6px solid #ccc;
	padding-left: 4px;
	padding-bottom: 4px;
	border-bottom: 2px solid #ccc;
}

dd {
	margin-top: 3px;
	margin-left: 18px;
	margin-bottom: 6px;
}

.quote {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: gray;
}