a {
	cursor: hand;
	text-decoration: none;
	color: black;
}

a:link { 
	text-decoration: none 
}
a:hover { 
	font-weight: bold; 
	text-decoration: none; 
	background-color: gray 
}

a:active { 
	color: white; 
	font-weight: bold; 
	background-color: gray
}

h1 { color: black }

p {}

td    { }

a:focus  { font-weight: bold; text-decoration: none; background-color: gray }

a:visited { text-decoration: none }

body {
	padding: 0pt;
	margin: 0px;
	overflow: hidden;
}

#header {
	background-color: #000066;
	display: block;
	z-index: -2;
	width: 100%;
}

#footer {
	background-color: #000066;
	display: block;
	color: white;
	text-align: center;
	font-size: 12px;
	bottom: 0px;
	position: absolute;
	width: 100%;
	z-index: 2;
	padding-top: 2px;
	padding-bottom: 2px;
}

#sidebar {
	float: left;
	width: 200px;
	background: #d8d8d8 none;
	margin-right: 10px;
	overflow: hidden;
	height: 100%;
}

#sidebar li {
	height: 40px;
	list-style-type:none;
	float: none;
	font-family: serif;
	font-size: 14px;
	font-weight: bold;
	margin-left: -40px;
	list-style-image: none;
	padding-top: 5px;
	padding-left: 4px;
	background: url(graphics/buttonMiddle.gif) repeat;
}

#selected {
	color: white;
}

.selected {
	color: white;
}

selected {
	color: white;
}

.active {
	color: white;
}
	
#main {
	display: inline;
}

#mainText {
	margin-right: 160px;
}

.section {
	overflow: auto;
}

.sectionIcon {
	top: 0px;
	right: 10px;
	position: absolute;
	float: none;
	clear: none;
	display: run-in;
}

.sectionText {
}

.subsection {
	font-weight: bold;
	font-size: large;
	font-style: italic;
}

.section li {
	list-style-type: none;
	list-style-position: inside;
	padding-bottom: 20px;
}

.demoImageRight {
	border-style: outset;
}

.demoImageLeft {
	border-style: outset;
}

.demoLeft {
	float: left;
	margin-right: 20px;
	margin-top: 15px;
}

.panelBlock {
	display: inline;
	top: 200px;
	height: 200px;
	float: right;
	background-color: maroon;
}

.sectionIconBackground {
	float: right;
	clear: none;
}

.sectionColumn1 {
	width: 300px;
}

.sectionColumn2 {
	width: 300px;
	position: absolute;
	top: 190px;
	left: 560px;
}

.news {
	font: 12px "Courier New", Courier, mono;
}

#newsList a {
	color: #333;
	font: normal bold 14px "Courier New", Courier, mono;
	text-decoration: none;
}

.newsLine {
	background-image: url(graphics/newsprintBackground.jpg);
	border: 2px outset gray;
}

div.imageLeft {
	float: left;
	padding-right: 20px;
}

div.imageRight {
	float: right;
	padding-left: 20px;
}

.datasheetList {
	font-weight: bold;
	font-style: italic;
}

.link {
	font-weight: bold;
	font-style: italic;
}

.space30px {
	margin-top: 40px;
}
.space100px {
	margin-top: 65px;
}