body {
	color: #000000;
	background-color: #cddbcd;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 83%;  /* Enables font size scaling in MSIE */
	margin: 0;
	padding: 0;
}

/*
html > body {
	font-size: 10.0pt;
}*/ 

acronym, .titleTip {
	border-bottom: 1px dotted rgb(34,70,79);
	cursor: help;
}

.doNotDisplay {
	display: none !important;
}


.smallCaps {
	font-size: 110%;
	font-variant: small-caps;
}

#header {
	color: white;
	background-image: url('/images/tnet-topback.gif'); 
	background-color: #008000;
	margin:  0 0em 0;
	padding: 0 2.5mm 0mm 2mm;
	border-bottom: 2px solid white;
}

.headerTitle {
	margin: 0;
	padding: 0;
}

.headerTitle a {
	color: #005200;
	background-color: transparent;
	text-decoration: none;
	font-size: 83%;
	font-weight: bold;
	font-style: italic;
}

.headerTitle > a {
	font-size: 105%;  /* For fully standards-compliant user agents */
}

.headerTitle span {
	color: white;
	background-color: transparent;
	font-weight: normal;
}

.headerLinks {
	font-size: 89%;
	position: absolute;
	right: 1em;
	top: 5.00em;
}

#notice {
    color: #22464F;
    background-color: transparent;
    text-align: center;
    padding: 10px;
    font-weight: bold;
}

[class~="headerLinks"] {
  top: 5.00em;  /* For fully standards-compliant user agents */
}

.headerLinks a {
  color: white;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
  margin: 0;
  padding: 0 1ex;
}

.headerLinks a:hover {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

#side-bar {
	font-size: 85%;
	text-align: right;
	width: 145px;	
	float: left;
	clear: left;
	padding: 0;
	margin: 0;
	list-style: none;
	background-color: #CDDBCD;
}

.sideBarTitle {
	color: #005200;
	background-color: #A2D5A2;
	text-align: center;
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	/* Top Right Bottom Left */
	padding: 3px 0px 3px 0px;
	border-top: 1px solid #22464F;
	border-right: 1px solid #22464F;
	border-bottom: 1px solid #22464F;
}

#side-bar ul {
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;
}

#side-bar li  {
	/* Top Right Bottom Left */
	padding: 1px 0px 1px 0px;
	border-bottom: 1px solid #22464F;
	border-right: 1px solid #22464F;
}

#side-bar li a {
	text-decoration: none;
	display: block;
	width: 11em;
	color: #005200;
	text-align: right;
	padding: 4px 10px; 
}

#side-bar a {
	color: #005200;
	background-color: transparent;
	text-decoration: none;
}

.side-bar a:visited {
	color: #005200;
	background-color: transparent;
	text-decoration: underline;
}

#side-bar a:hover {
	text-decoration: none;
	background-color: #005200;
	color: white;
}

#side-bar img {
	border:0px;
	vertical-align:middle;
}

#sidBarGraphic a:hover {
	text-decoration: none;
	background-color: transparent;
}

.sideBarText {
  text-align: justify;
  margin: 0;
  padding: 1em 1em;
  display: block;
  border-top: 1px solid #22464F;
}

#side-bar .sideBarText a {
  text-decoration: underline;
}

#side-bar .sideBarText a:hover {
  text-decoration: none;
}

#side-bar .bottom {
  position: absolute;
  bottom: 5px
}

.thisPage {
	color: #005200;
	font-weight: bold;
}


/* ##### Main Copy ##### */

#faq-copy {
	font-size: 90%;
	text-align: justify;
	line-height: 1.2em;
	margin: 0 5mm 0 2.5em;
	padding: 0 0.5em 2px 0.5em;
}

#main-copy {
	text-align: left;
	line-height: 1.5em;
	margin: 0mm 1mm 0 36mm;
	padding: 0px 1em 1em 1em;
}

p {
	margin: 1em 0 1.5em 0;
	padding: 0;
}

.darkerBox {
	color: #005200;
	font-size: 110%;  
	background-color: #E8F2E8;
	margin: 0 0 1em 0;
	padding: 1em 2em 0.25em 2em;
	border: 1px solid #22464F;
	border-bottom: 4px solid #22464F;
	border-right: 4px solid #22464F;	
}

.lighterBox {
	color: #005200;
	font-size: 110%;
	background-color: #FFFFFF;
	margin: 0 0 1em 0;
	padding: 1em 2em 0.25em 2em;
	border: 1px solid #22464F;
	border-bottom: 4px solid #22464F;
	border-right: 4px solid #22464F;	
}

.faqBox {
	color: #005200;
	background-color: #e8e8e8;
	margin: 0 0 1em 0;
	padding: 1em 2em 0.25em 2em;
	border: 1px dashed #22464F;
	border-bottom: 4px dashed #22464F;
	border-right: 4px dashed #22464F;	
}

#main-copy h1 {
	font-family: "trebuchet ms", verdana, tahoma, sans-serif;
	font-size: 156%;
	font-weight: bold;
	margin: 0.25em 0 10px 0;
	padding: 0;
}

#main-copy h2 {
	font-family: "trebuchet ms", verdana, tahoma, sans-serif;
	font-size: 130%;
	font-weight: bold;
	margin: 0.25em 0 0 0;
	padding: 0;
}

#main-copy h3 {
	font-family: "trebuchet ms", verdana, tahoma, sans-serif;
	font-size: 110%;
	font-weight: bold;
	margin: 0.25em 0 0 0;
	padding: 0;
}


#main-copy a {
	color: #005200;
	background-color: transparent;
	text-decoration: underline;
}

#main-copy a:hover {
	text-decoration: none;
}

dt {
	font-weight: bold;
	margin: 0;
	padding: 0 0 1em 0;
}

dd {
	margin: 0 0 1.5em 1.5em;
	padding: 0;
}


#footer {
	color: white;
	background-color: #008000;
	font-size: 85%;
	margin: 0;
	/* Top Right Bottom Left */
	padding: 4px 8px 8px 8px;
	clear: both;
}

#footer .left {
	float: left;
	clear: left;
}

#footer .right {
	text-align: right;
}

#footer a {
	color: white;
	background-color: transparent;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

.subFooter {
	font-size: 85%;
	line-height: 1.5em;
	margin: 0;
	padding: 0.5em 4mm;
}

.subFooter a {
	color: #005200;
	background-color: transparent;
	text-decoration: underline;
}

.subFooter a:hover {
	text-decoration: none;
}

#foottop {
	color: white;
	background-color: #cacaca;
	font-size: 85%;
	margin: 0;
	width: 12em;
	padding: 1em 4mm;
	clear: both;
}

#foottop .left {
	float: left;
	clear: left;
}

#foottop .right {
	text-align: right;
}

#foottop a {
	color: white;
	background-color: transparent;
	text-decoration: underline;
}

#foottop a:hover {
	text-decoration: none;
}

.clients {
	color: white;
	background-color: #008000;
}

.code {
	color: #005200;
	margin-left: 20px;
	margin-top: 10px;
}

.pic {
	text-align: center;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto }

#icon {
	border-width: 1px;
	border-spacing: 5px;
	border-style: dashed;
	border-color: #008000;
	border-collapse: separate;
	padding: 15px;
}

.domaininfo {
	font-size: 80%;
}

.domainsite1 {
	color: #008800;;
}

.domainsite2 {
	color: #0000FF;
}

.domainsite3 {
	color: #654c00;
}

.domainsite4 {
	color: #000000;
}

.domainsiteD {
	color: #FF0000;
}

.xxx {
	font-size: 12px; 
	color:#22464F;
	text-align:left;
	border:1px solid #006666;
	background-color:#CDDBCD; 
	text-decoration: none;
	padding: 5px; 
	width:160px;
}

.xx { 
	font-size: 12px; 
	color:#22464F;
	text-align:left;
	border:1px solid #006666;
	background-color:#CDDBCD; 
	text-decoration: none;
	padding: 5px;
}

.xxy { 
	font-size: 12px; 
	color:#22464F;
	text-align:left;
	border:1px solid #006666;
	background-color:#FFFFFF; 
	text-decoration: none;
	padding: 5px; 
	width:160px;
}

.xy { 
	font-size: 12px; 
	color:#22464F;
	text-align:left;
	border:1px solid #006666;
	background-color:#FFFFFF; 
	text-decoration: none;
	padding: 5px;
}

#icon {
	border-width: 1px;
	border-spacing: 5px;
	border-style: dashed;
	border-color: black;
	border-collapse: separate;
	padding: 15px;
}

.picfl {
	float:left;
	padding-right: 15px;
	position: relative;
}

.picfr {
	float:right;
	padding-left: 15px;
	position: relative;
}

#smsform {
	vertical-align: top;
	font-family: calibri, verdana, san-serif;
}

#smsform td {
	vertical-align: top;
}

#smsform .comment {
	font-size: 80%;
}

#netwrk {
	font-family: calibri, verdana, san-serif;
	border: 1px solid #005200;
	border-right: 4px solid #005200;
	border-bottom: 4px solid #005200;
	border-collapse: collapse;
	width: 90%;
}

#netwrk th {
	font-size: 95%;
	text-align: left;
	color: #005200;
	background: #A2D5A2;
	padding: 2px;
	padding-right: 4px;
	padding-left: 4px;	
	border: 1px solid #005200;
}

#netwrk td {
	font-size: 80%;
	padding: 2px;
	padding-right: 4px;
	padding-left: 4px;
	color: #005200;
	border: 1px solid #005200;
}

#netwrk .host {
	font-size: 110%;
}

#netwrk .value {
	text-align: center;
}

#netwrkm {
	font-family: calibri, verdana, san-serif;
	border: 1px solid #005200;
	border-right: 4px solid #005200;
	border-bottom: 4px solid #005200;
	border-collapse: collapse;
	width: 90%;
}

#netwrkm th {
	font-size: 95%;
	text-align: left;
	color: #005200;
	background: #A2D5A2;
	padding: 2px;
	padding-right: 4px;
	padding-left: 4px;	
	border: 1px solid #005200;
}

#netwrkm td {
	font-size: 80%;
	padding: 2px;
	padding-right: 4px;
	padding-left: 4px;
	color: #005200;
	border: 1px solid #005200;
}

#netwrkm .host {
	font-size: 110%;
}

#netwrkm .value {
	text-align: center;
}

.posterblock {
	position: relative; 
	width: 700px; 
	text-align: center;
	font-size: 120%;
	font-weight: bold;
}

.posterblock img {
	border: 1px #005200 solid;
	border-right: 3px #005200 solid;
	border-bottom: 3px #005200 solid;
}

.pblockr {
	float: right; 
	width: 300px; 
	text-align: center;
	color: #008000;
}

.pblockr .desc {
    width: 90%;
    font-size: 80%;
    padding-left: 20px;
    text-align: left;
	padding-top: 10px;
    padding-bottom: 15px;
}

.pblockl {
	float: left; 
	width: 300px; 
	text-align: center;
	color: #008000;
}

.pblockl .desc {
	width: 90%;
    font-size: 80%;
	padding-left: 20px;
    text-align: left;
	padding-top: 10px;
	padding-bottom: 15px;
}

.clientblock {
	font-size: 90%;
	height: 170px;
}

.clientblock h1 {
	font-size: 100%;
}

.clientblock p {
	font-size: 95%;
	margin: 0px;
}

.clientblock .image {
	float: left;
	padding-right: 15px;
	text-decoration: none;	
}

#nohover a:hover {
	background: transparent;
}

.wrap_center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.center_object {
	margin-left: auto;
	margin-right: auto;
}