html{
	background:#050;
	color:#000;
}
body{
	display:block;
	margin:0;
	padding:0;
	border:0;
	font-family:verdana,arial,sans-serif;
	font-size:75%;
}
a,a:visited{
	color:#00f;
	text-decoration:none;
	font-weight:bold;
}
a:hover{
	background:#fc0;
	color:#00f;
}
a:active{
	background:#00f;
	color:#fc0;
}
p{
	margin-top:0;
	line-height:1.8em;
	text-align:justify;
}
ol,ul{
	margin-top:5px;
}
ul.none{
	list-style-type: none
}
li{
	line-height:1.8em;
}
sup{
	font-size:90%;
	bottom:0.2em;
}
sub{
	font-size:90%;
	bottom:-0.2em;
}
h1{
	background:#fff;
	color:#050;
	text-align:center;
	font-size:3em;
	font-family:tahoma,geneva,verdana,sans-serif;
}
h2{
	background:#fff;
	color:#050;
	text-align:center;
	font-family:tahoma,geneva,verdana,sans-serif;
	font-size:1.7em;
	font-weight:bold;
	letter-spacing:0.2em;
}
h3{
	margin:20px 0 5px 0;
	line-height:1.5em;
	background:#fff;
	color:#c00;
	font-size:1.3em;
}
h4{
	margin:10px 0 5px 0;
	background:#fff;
	color:#050;
	font-size:1.2em;
}
h5{
	margin:10px 0 5px 0;
	background:#fff;
	color:#050;
	font-size:0.8em;
}
.bold{
	font-weight:bold;
}
.uline{
	text-decoration:underline;
}
.hilite{
	background:#ff6;
	color:#050;
}
.right{
	float:right;
}
.small{
	font-size:0.75em;
}
.smallcenter{
	font-size:0.75em;
	text-align:center;
}
.quote{
	margin:5px;
	line-height:1.2em;
	font-style:italic;
}
.notes{
	margin:0;
	background:#fff;
	color:#c00;
	font-weight:bold;
}




img{
	border:0;
	margin:0;
	padding:0;
	font-weight:bold;
}
.imgcenter,.imgleft,.imgright{
	text-align:center;
	font-weight:bold;
}
.imgcenter{
	margin:10px auto;
}
.imgleft{
	float:left;
	margin:10px 20px 10px 0;
}
.imgright{
	float:right;
	margin:10px 0 10px 10px;
}
.l{
	float:left;
	text-align:center;
}
.r{
	float:right;
	text-align:center;
}
.c{
	margin:10px auto;
	text-align:center;
}
.divide{
	clear:both;
	width:0;
}



#outer{
	margin:0 auto;
	width:750px;
	background:#fff;
	color:#000;
}
#header{
	position:relative;
	border-bottom:#050 1px solid;
	height:152px;
	width:750px;
	background:#fff;
	color:#000;
}
h1#titleL,h1#titleR{
	position:absolute;
	text-align:center;
	font-size:0em;
}
h1#titleL{
	top:40px;
	left:10px;
	height:102px;
	width:260px;
	background:url(../img/ST_logo5a.gif);
}
h1#titleR{
	top:40px;
	right:20px;
	height:90px;
	width:161px;
	background:#fff url(../img/ss_logo.gif);
	color:#fff;
}
h2#quote{
	position:absolute;
	top:65px;
	left:290px;
	width:250px;
	margin:0 auto;
	padding:0;
	background:#fff;
	color:#c00;
}
h5#tagline{
	position:absolute;
	top:130px;
	left:310px;
	width:250px;
	margin:0 auto;
	padding:0;
	background:#fff;
}
#info{
	z-index:0;
	border-bottom:#050 1px solid;
	width:746px;
	background:#ddd;
	color:#000;
}
#footer{
	clear:both;
	padding-bottom:5px;
	border-top:#050 solid 2px;
	border-bottom:#050 solid 2px;
	width:750px;
	font-size:0.8em;
}




.elcont{
	z-index:9;
 	margin-bottom:10px;
	padding:9px;
}
.el{
	border:1px solid #050;
	background:#eee;
	color:#000;
}
.elhead{
	padding-top:5px;
	border-bottom:1px solid #050;
	height:20px;
	background:#c00;
	color:#fff;
	text-align:center;
	font-size:1em;
	font-weight:bold;
}
.elbody{
	padding:2px;
}




form{
	margin:0;
	padding:0;
	font-size:0.8em;
	font-weight:bold;
	background:#fc0;
	color:#050;
}
form a,form a:visited{
	background:#fc0;
	color:#00f;
	text-decoration:none;
	font-weight:bold;
}
form a:hover{
	background:#050;
	color:#fff;
}
form a:active{
	background:#00f;
	color:#fc0;
}
form input,form select{
	background:#fff!important;
	color:#050;
	font-size:1em;
	font-family:arial,sans-serif;
}
form input.submit{
	background:#050!important;
	color:#fff;
	font-weight:bold;
}
fieldset{
	padding:2px;
}
.hiddenfieldset{
	padding:0;
	border:0;
}
#flogin{
	position:absolute;
	top:0;
	left:0;
	padding:3px;
	border-top:#050 solid 2px;
	border-bottom:#050 solid 2px;
	width:744px;
	height:20px;
}
#flogin input#id{
	width:160px;
	margin-right:10px;
	margin-left:3px;
}
#flogin input#password{
	width:60px;
	margin-left:3px;
}
#flogin input.submit{
	width:38px;
	margin-left:10px;
	margin-right:75px;
}




.sitemap{
	z-index:9;
	margin-top:0;
	border:2px solid #ddd;
	width:746px;
}
.sitemap a,.sitemap a:visited,.sitemap a:hover,.sitemap a:active{
	color:#00f;
	background:#ddd;
	text-decoration:none;
	font-weight:bold;
}




.nav{
	z-index:9;
	margin-top:0;
	border:2px solid #ddd;
	height:3em;
	width:746px;
	font-size:1em;
	font-weight:bold;
}
.nav ul{
	padding:0;
	margin:0;
	list-style-type:none;
}
.nav ul li{
	position:relative;
	float:left;
}
.nav ul li a,.nav ul li a:visited{
	display:block;
	padding-left:10px;
	border:1px solid #ddd;
	height:3em;
	width:137px;
	line-height:3em;
	background:#050;
	color:#fff;
	text-decoration:none;
}
html .nav ul li a,.nav ul li a:visited{
	width:137px;
}
.nav ul li ul{
	display:none;
}
table{
	margin:-1px;
	border-collapse:collapse;
	font-size:1em;
}
.nav ul li:hover a{
	background:#fc0;
	color:#050;
}
.nav ul li:hover ul{
	position:absolute;
	display:block;
	top:3em;
	left:0;
	margin-top:2px;
	width:150px;
}
.nav ul li:hover ul li ul{
	display:none;
}
.nav ul li:hover ul li a{
	display:block;
	padding:5px 10px;
	height:auto;
	width:127px;
	line-height:1.4em;
	background:#050;
	color:#fff;
}
.nav ul li:hover ul li a.drop{
	background:#c00 url(../img/arrow.gif) center right no-repeat;
	color:#fff;
}
.nav ul li:hover ul li a:hover{
	background:#fc0;
	color:#050;
}
.nav ul li:hover ul li:hover ul{
	display:block;
	position:absolute;
	top:-2px;
	left:150px;
	width:150px;
}
.nav ul li:hover ul li:hover ul.left{
	left:-150px;
}
.nav ul li:hover a span{
	display:none;
}
.nav ul li:hover ul li a span{
	display:none;
	position:absolute;
	top:1px;
	left:-148px;
	width:133px;
	padding:1px 5px;
	border:2px solid #050;
	background:#c00;
	color:#fff;
	font-weight:normal;
	font-size:0.9em;
}
.nav ul li:hover ul li a span em{
	text-decoration:underline;
	font-style:normal;
	font-weight:bold;
}
.nav ul li:hover ul li:hover span{
	display:block;
	line-height:1.5em;
}
.nav ul li:hover ul.right li:hover span{
	left:150px;
}




.col1{
 	margin-bottom:0;
	padding:9px;
	width:732px;
	border-top:#050 solid 1px;
	border-bottom:#050 solid 1px;
}
.col2{
	background:#fff;
	float:left;
	padding:0 10px;
	width:500px;
	border-top:#050 solid 1px;
	border-right:#050 solid 1px;
}
.col3{
	float:left;
	margin:0;
	padding:0 10px;
	width:206px;
	border-top:#050 solid 1px;
}
.col3 p{
	margin:0;
	padding:5px;
}
.col3 a img{
	border:0;
	margin-bottom:5px;
}
.col4{
	background:#fff;
	float:left;
	padding:0 10px;
	width:354px;
	border-top:#050 solid 1px;
}




.button{
	margin:10px 0 5px 0;
	background:#fff;
	color:#050;
	line-height:1.8em;
	font-weight:bold;
	font-size:1em;
}
.button a{
	padding:2px 3px;
	border:2px solid #00f;
	background:#fc0;
	color:#00f;
	text-decoration:none;
}
.button a:hover{
	background:#c00;
	color:#fff;
}
.button a:active{
	background:#050;
	color:#fff;
}
.cart{
	margin:10px 0 5px 0;
	background:#fff;
	color:#050;
	line-height:1.8em;
	font-weight:bold;
	font-size:1em;
}
.cart a{
	padding:2px 3px;
	border:2px solid #00f;
	background:#fc0;
	color:#00f;
	text-decoration:none;
}
.cart a:hover{
	background:#c00;
	color:#fff;
}
.cart a:active{
	background:#050;
	color:#fff;
}




.table_clear{
	font-size:1em;
}
.table_highlight{
	background:#ffc;
}
.highlight{
	background:#ffc;
}
.legal{
	font-size:9px;
	color:#333;
}
.cell_white{
	border:#000 1px solid;
	background:#fff;
	text-align:center;
}
.cell_red{
	border:#000 1px solid;
	background:#fcc;
	text-align:center;
}
.cell_green{
	border:#000 1px solid;
	background:#cfc;
	text-align:center;
}
