
body{ 
background-color: #dedede;

}

a:link { 
	color: #0000FF;
	}
a:visited { 
	color: #0000FF;
	}
a:hover { 
	color: #CCCCCC;
	text-decoration: none;
	}
a:active { 
	color: #333333;
	}
	
#header {
	top: 5px;
	left: 5px;
	background-color: #c7d3fe;
	border: 1px solid black;
	width: 990px;
	height: 86px;
	font-size: x-large;
	text-align: center;
}

#leftcolumn {
	position: absolute;
	left: 8px;
	width: 230px;
	top: 100px;
	background-color: white;
	border: 1px solid black;
}

#main {
	position: absolute;
	left: 243px;
	width: 570px;
	top: 100px;
	background-color: #fff;
	overflow: visible;
	text-align: center;
	border: 1px solid black;
}

#rightcolumn {
	position:absolute;
	left: 818px;
	width: 180px;
	top: 100px;
	background-color: white;
	border: 1px solid black;
	padding: 0 0 10px 0;
	overflow: visible;
}


#menu_header {
	font-family: sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: medium;
	line-height: 100%;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	text-indent: 0ex;
	background-color: #c7d3fe;
	padding: 4px;
}

.disclaimer {
	margin-top: 20px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 2px;
	font-size: x-small;
}

.device_section_header {
	font-weight: bold;
	font-size: large;
	margin-left: 5px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 2px;

}

.device_section {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
	border: black solid thin;

}
.device_section_item {
	margin-left: 10px;
	margin-right: 7px;
	margin-bottom: 3px;
	margin-top: 3px;
	list-style-type:square;
}
.device_section_subheader{
	margin-left: 5px;
	margin-right: 0px;
	margin-top: 7px;
	margin-bottom: 5px;
}
li.device_section_item {
	margin-left: 10px;
	margin-right: 7px;
	margin-bottom: 3px;
	margin-top: 3px;
	list-style-type:square;
}

