/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#fff;
	margin:0;
	padding:0;
}

a {
	color:#222;
	text-decoration:underline;
}

a:visited {
	color:#037;
}

a:hover {
	color:#fff;
	background-color:#059;
	text-decoration:none;
}

h1, h2, h3, h4, h5 {
	color:#059;
/*	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-family:"Courier New", Courier, mono; */
	font-weight:bold;
}

/*h1, h3 {  letter-spacing:.7em; }*/ 
h1, h2 { font-size:1.3em; }
h3, h4 { font-size:1.1em; }
h5 { font-size:.9em; }
h6 { color: #059; font: normal .6em Arial, Helvetica, sans-serif; }

p {
	font-size:.8em;
	line-height:1.3em; 
	color: #222;
}

li {
	color:#059;
}

#topbar {
	background:url(images/ts07bgd.jpg) repeat-x;
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:150px;
	min-width:880px;
}

#topart {
	position:absolute;
	left:0;
	top:0;
	width:700px;
	height:150px;
	z-index:101;
}

#tsheadright
{
	position:absolute;
	top:0;
	right:0;
	z-index:100;
}

#content {
/*	background-color:#fff;  */
	position:absolute;
	top:170px;
	left:0;
	width:100%;
	height:auto;
}

#footer a { color:#059; padding:0 2px; }

#navcol {
	float:left;
	width:150px;
	height:auto;
	text-align:center;
	margin-top:0px;
	font: bold 14px/9px Arial, Helvetica, sans-serif;
	/*font:bold 14px/9px "Courier New", Courier, monospace;
	text-transform:uppercase;*/
}

#navcol ul {
	list-style:none;
	margin:0;
	padding:0;
}
#navcol a {
	width:150px;
	color: #059;
	text-decoration: none;
	background-color:#fff;
	display: block;
	margin:0;
	padding:5px 0;
}

#navcol a:hover, #footer a:hover {
	color: #fff;
	background-color:#059;
}

#meat {
	border:1px solid #059;
	margin:0 25px 0 150px;
	padding:0 25px;
	background-color:#eee;
	min-height:20em;
	min-width:650px;
}

#footer {
	clear:both;
	margin:0 25px 0 150px;
	line-height:1.3em;
	text-align:center;
	padding:0;
}



.col_l {
	float:left;
	width:49%;
}

.col_r {
	float:right;
	width:49%;
}

.clr_b {
	clear:both;
}

.rightimg {
	float:right;
	margin:0 0 0 15px;
	padding:0;
}

.special p {
	margin-left:25px;
}

.special a { color:#222; }

.special a:visited {
	color:#037;
}

.special a:hover {
	color: #fff;
	background-color:#059;
	text-decoration:none;
}

.special strong {
	margin-left:-25px;
	font-size: larger;
/*	font-family:"Courier New", Courier, mono; */
	font-weight:bold;
/*	font-weight: normal; */
	color: #059;
}

.special .subhead strong {
	margin-left:0;
	font-size:1em;
	font-weight:bold;
}

.testtop {
	margin:10px 0 0 0;
	padding:10px 0 0 10px;
	border-top:1px dotted #059;
	border-left:1px dotted #059;
}

.testext {
	margin:0;
	padding:10px 0 0 10px;
	border-left:1px dotted #059;
}

.testsig {
	font-style:italic;
	margin:0 0 10px 0;
	padding:10px 0 0 60px;
	border-left:1px dotted #059;
}
