
body {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #000;
	background-color: #FFF;
	margin: 0;
	padding: 0;
}
table {
	/* border-collapse: separate; */
}
h1 {	
	font-size: 16px;
}
h2 {
	font-size: 14px;
	font-weight: normal;
}
h3 {
	font-size: 1.2em;
}
ul {
	list-style-image: url(/images/bullets_arrows/bullet.gif);
}
img {border: 0;}
hr.hzline {margin: 4px 0; padding: 0;}
/* define outside container */
#container {
	margin: 0 auto;
	width: 900px;
	text-align: left;
	padding: 0;
}
/* define top logo area */
#toplogo {
	width: 900px;
	margin: 0;
	padding: 0;
	background-color: #004185;
	color: #FFF;
}
input[type=text] {border: 1px solid #999;}
/* style for htsearch text input in header of page */
input.searchbox {
	font-family : monospace;
	font-size : 11px;
	text-align : left;
	padding: 2px;
	margin: 0;
	background-color: #DDE5F1;
	border: none;
}
input.searchbox {width: 135px;} /* spacing for go */
/* define top navigation */
#navigation {
	width: 900px;
	margin: 0;
	padding: 0;
}
.navbar { 
	background-image: url(/images/home/nav_bkg02.gif);
	background-repeat: repeat-x; 
	border: 1px solid #004185;
	height: 17px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #004185;
	text-align: center;
}
.navbar a:link, .navbar a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.navbar a:hover, .navbar a:active {
	text-decoration: underline;
	color: #FFFFFF;
}
.navbaron {
	font-size: 12px;
	font-weight: bold;
	color: #004185;
	background-color: #FFFFFF;
	text-align: center;
}
.navbaron a {
	color: #004185;
	background-color: #FFFFFF;
	text-decoration: none;
}

/* define crumbtrail area */
#crumbtrail {
	width: 900px;
	margin: 0;
	font-size : 9px;
	font-weight : bold;	
	color : #9999CC;
	background-color : transparent;
}
#crumbtrail a:link, #crumbtrail a:visited {
	background-color : transparent;
	color : #9999CC;
	text-decoration : none;
}
#crumbtrail a:hover, #crumbtrail a:active {
	background-color : transparent;
	color : #333399;
	text-decoration : none
}
/* define main content area */
#mainarea {
	width: 900px;
}


#maintable {
	/* background-color: #DDE5F1; */
	color: #000;
	/* border: 1px solid #004185; */

}
#maintext {padding: 10px;}
#ss-table {
	background-color:#f4f4f4;
	text-align: center;
}
#ss-table td {vertical-align:top;}
#ss-table img {margin-top: 10px; margin-bottom: 5px;}
#ss-table p {
	font-size: 1.0em;
}
/* left navigation */
#leftcol {
	width: 160px;
	margin: 0;
	padding: 0;
}
#leftnav {
	/* width: 100%;
	 min-height: 160px; */ /* only for background image */
	width: 160px;
	margin: 0;
	margin-right: 10px;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #ccc;
}
#leftnav p {margin: 0;}
#leftnav p strong {
	font-size: 0.9em; /* Related Links */
	color: #fff;
	background-color:#a9c5ed;
	display: block;
	padding: 6px 0 6px 15px;
	font-weight: bold;
	margin: 0;
}
#leftnav p a {
	text-decoration: none;
	font-size: 0.9em;
	color: #004185;
	background-color: #E6E6E6;
	display: block;
	padding: 6px 0 6px 15px;
	margin: 1px 0;
}
#leftnav p a:hover {
	color: #FF0000;
	background-color: #efeded;
	display:block;
}

#leftcol h2 {
	font-weight: bold;
	font-size: 1.0em;
	margin: 20px 0 6px 2px;
}
#leftcol ul {
	margin: 0;
	padding: 0;
	padding-left: 15px; 
}
#leftcol li {
	font-size: 0.90em;
	line-height: 1.50em;
}
#leftcol li a {
	text-decoration: none; 
	color: #004185;
	/* margin-left: 5px; */
}
#leftcol li a:hover {
	color: #FF0000;
}
#leftcol >h4 {
	margin-bottom: 0.5em;
}
/* ````````````````````````````````````````````` */
#rightsidebar {
	margin: 10px 0;
	padding: 0;
	background-color: #f1f3f2;
}
#rightsidebar p {
	font-size: 0.90em;
	margin: 10px;
}
#rightsidebar dl {
	margin: 10px 0;
	padding: 0;
}
#rightsidebar dd {
	font-size: 0.90em;
	margin: 10px;
	padding: 0;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#footer {
	width: 900px;
	background-color: #004185;
	color: #fff;
	/* text-align: center; */
	/*padding: 10px; */
}

#footer th {
	text-align: left;
}
#footer th a {
	color: #fff;
	text-decoration: none;
	line-height: 1.75em;
	font-size: 1.0em;
	/* display: block; */
}
#footer td {text-align:left;}

#footer td a.fnav {
	color: #68bcff;
	text-decoration: none;
	line-height: 1.50em;
	font-size: 0.90em;
}
#ftcopy {
	text-align: center;
	width: 600px;
	margin: 0 auto;
}
#ftcopy p{
	color: #fff;
	margin: 10px;
	font-size: 0.85em;

}
#ftcopy a {
	color: #fff;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.copyright {
	font-size : 10px;
	margin: 4px;
}
/*  customer quote box */
.customerquote { 
	margin-top: 0;
	padding: 0 10px;
	font-size: 11px;
	background-image: url('/images/home/quoteboxbg.gif');
	background-repeat: repeat-y;
}
.customerquote a:link, .customerquote a:visited, .customerquote a:active {
	color: #004185;
	background-color: transparent;
	text-decoration: underline;
}
a.customerquote:hover {
	text-decoration: underline;
	color: #FF0000;
}
#quoteName {text-align: right;}
#quoteText p {margin:0; font-size: 90%;}

/* static I need to container  */
#intcontainer {
	background-image: url(/images/int/int_box_mid.gif);
	background-repeat: repeat-y;

}
#intcontainer p {
	font-size: 11px;
	padding: 6px 2px 0 10px;
	margin: 0;
}
/* dynamic I need to box */
.in2top {
	background-image:  url(/images/tables/in2top.gif); 
	background-repeat: repeat-x;
	background-color: #DDE5f1;
}
.in2right {
	background-image:  url(/images/tables/in2vert2.gif); 
	background-repeat: repeat-y;
	background-color: #DDE5f1;
}
.in2bottom {
	background-image:  url(/images/tables/in2bot.gif); 
	background-repeat: repeat-x;
	background-color: #DDE5f1;
}
.in2left {
	background-image:  url(/images/tables/in2vert.gif); 
	background-repeat: repeat-y;
	background-color: #DDE5f1;
}
.in2bg {
	color: #000000; 
	background-color: #DDE5f1;
}
/* ball cap heading definition */
.headingbg {
	background-image: url(/images/tables/heading_bg.gif);
	background-color: #004185;
	background-repeat: repeat-x;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
.hdlinebg {
	background-image: url(/images/tables/line_bg.gif);
	background-repeat: repeat-x;
}
/* Updated ballcap headings fix for IE8 */
.headingTab {
	  font-weight: bold;
	  font-size: 11px; 
	  font-family:  Arial, Helvetica, sans-serif;
	  color:#FFF;
      float: left;
      width: 95%;
      line-height:normal;
	  background-image: url("/images/headings/line_bg.gif");
	  background-repeat: repeat-x;
	  padding: 0;
	  margin-bottom: 10px;
}

.headingTab p {
      float: left;
      background: url("/images/headings/tab_left.gif") no-repeat left top;
      margin:0;
      padding:0;
      text-decoration:none;
	  background-color: #fff;	  	  
} 
.headingTab p span {
      float: left; 
      display:block;
	  margin:0;
      background: url("/images/headings/tab_right.gif") no-repeat right top;
      padding: 2px 10px;
      color:#FFF;
}
sup { /* trademark symbols */
	font-size: 70%;
	line-height: 70%;
}
.altrow {background-color: #DDE5F1;}
.codetext {
	font-family: "Courier New", Courier, monospace;
	font-size: 1.0em;
}
.tBorder {
	border: 1px solid #004185;
}
pre {
	font-family: "Courier New", Courier, monospace;
	font-size: 1.0em; 
}