html, body {
	margin:0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	width: 100%; height: 100%
	}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


#leftCol3{width:200px; margin-right:20px; float:left; height:500px;}
#centerCol3{width:350px; margin-right:20px; float:left;}
#rightCol3{width:300px; float:left;}
div.spacer{clear:both; height:10px; display:block;}

#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#left {
	float:left;
	width:170px;
	padding: 0px 5px 0px 0px;
	}
	
#left3Col {
	float:left;
	width:200px;
	margin-right: 20px;
	}

#leftThumb {
	float:left;
	text-align:center;
	width:150px;
	padding: 5px 5px 0px 0px;
	}


#right {
	float:left;
	width:200px
	margin:5px 400px 0 200px;
	font-size: 80%;
	padding: 5px;
	height: 400px;
	min-width: 200px;
}

#content2Col{
	padding: 7px;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	overflow: auto;
}

#content2ColSplash{
	margin:0 0px 0 0px;
	padding: 7px;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	overflow: auto;
}

#content0Col{
	margin:0 0px 0 0px;
	padding: 7px;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#slideNav{
	margin:3px 0px 5px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 80%;
}

.column-in {
	margin:0;
	}

.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
	}
	
#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	color: #cccccc;
	margin-top: -1px;
	position: fixed;
	width: 100%;
}

.thumbBoxFloat {
	margin: 9px;
	width: 140px;
	border: outset 1px white;
	background: white;
	padding: 4px;
	color: black;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	float: right;
	clip: auto;
}

.block {
	float:none	}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

h1{
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 115%;
 color: #334d55;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 95%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 90%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}


/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}

/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
font-size: 90%;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav a {
	padding: 0px 4px 0px 0px; 
}

/************* #breadcrumb styles **************/

#breadcrumb{
color: #999999;
padding: 0px 0px 0px 10px;
white-space: nowrap;
font-size: 80%;
margin: 0px 0px 2px 0px;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#breadcrumb a {
	padding: 0px 4px 0px 0px; 
}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 80%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
	font-size: 90%;
}

.relatedLinks ul{
	padding: 0px;
	margin: 0px 0px 0px 15px;
	font-size: 75%;
	list-style-type: disc;
	color: #999999;
}
.relatedLinks ul .vital{
	color: black;
}

.relatedLinks table{
	font-size: 75%;
	text-align: center
}
.relatedLinks p{
	margin: 5px 0px 10px 0px;
}

.nnarticle{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #999999;
}


.relatedLinks .slideDescription{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
}

.finePrint{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #666666;
}

.iotdlink {
	color: #006699;
	text-decoration: none;
}

#splash{
	text-align: center;
}

.off {color:#CCCCCC;}

.thumbp {
	height: 70px;
	vertical-align:middle;
}
