	
	html {
		overflow-y: scroll !important;
		height: 100%;
	}

	body {
		height: 100%;				
		background: #202020;
		background-image: url( /images/back1.jpg );
		background-position: top center;
		background-repeat: repeat-y;
	}

	#page_container {				
		width: 950px;
		min-height: 100%;
		height: auto;				
		margin: 0px auto;
		background: #00233F;
		border-left: 2px solid black;
		border-right: 2px solid black;				
	}
	
	* html #page_container {
		height: 100%; /* IE 6 */
	}

	#header_container {				
		height: 100px;				
	}

	#header {				
		height: 90px;
	}

	#header_divider {				
		height: 10px;
		font-size: 1px; /* IE 6 */
		background: #5B9BBE;
		background-image: url(/images/divider1.jpg);
		background-repeat: no-repeat;				
	}

	#content_container {	
		min-height: 500px;
		background: #FFFFFF;
		/*border-top: 1px solid #000000;*/
		border-bottom: 1px solid #000000;				
	}
	
	#content_1col {		
		padding: 5px;
		padding-bottom: 0px;		
	}
	
	#content_3col_left {
		width: 200px;
		padding: 5px;
		padding-bottom: 0px;
		float: left;
	}
	
	#content_3col_center_right {
		width: 740px;
		float: right;
	}
	
	#content_3col_center {
		width: 520px;
		padding: 5px;
		padding-bottom: 0px;
		float: left;
	}
	
	#content_3col_right {
		width: 200px;
		padding: 5px;
		padding-bottom: 0px;
		float: right;
	}
	
	#content_clear {
		clear: both;
	}

	#footer_container {
		background: #00233F;								
	}

	#footer_divider {				
		height: 10px;				
		font-size: 1px; /* IE 6 */
		background: #5B9BBE;
		background-image: url(/images/divider1.jpg);
		background-repeat: no-repeat;
	}

	#footer {
		padding: 5px;			
	}
	
	#footer_nav {
		padding: 5px 30px;
		text-align: center;
		font-size: 8pt;
		color: #808080;
	}
	
	#footer_text {
		padding: 5px 30px;
		text-align: center;
		font-size: 7pt;				
		color: #FFFFFF;
	}
	
	#footer_copyright {
		padding: 5px 30px;
		text-align: center;
		font-size: 8pt;
		font-weight: bold;
		color: #FFFFFF;				
	}
	
	.footer_link {
		text-decoration: none;
		color: #5B9BBE;				
	}

	.footer_link:hover {
		color: #FFFFFF;
	}
	
	.clear_both {		
		clear: both;
	}
	
	.description {
		margin-top: 10px;
	}
	
	.description * {
		font-size: 8pt;
	}
	
	/* *** MENUS *** */
	
	.menu_item_dark {				
		width: 200px;
		height: 25px;
		background-image: url(/images/menu_dark_back1.jpg);
	}
	
	.menu_item_dark a {				
		display: block;				
		width: 200px;
		height: 25px;				
		background-image: url(/images/menu_dark_back1.jpg);				
		color: #FFFFFF;
		font-size: 11px;
		font-weight: bold;
		text-decoration: none;
		
	}
	
	.menu_item_dark a span {				
		display: block;
		padding-top: 5px;
		padding-left: 10px;				
	}
	
	.menu_item_dark a:hover {
		background-image: url(/images/menu_dark_back5.jpg);
	}
	
	.menu_item_light {				
		width: 200px;
		height: 25px;
		background-image: url(/images/menu_light_back1.jpg);
	}
	
	.menu_item_light a {				
		display: block;
		width: 200px;
		height: 25px;				
		background-image: url(/images/menu_light_back1.jpg);
		color: #00233F;
		font-size: 11px;
		font-weight: bold;
		text-decoration: none;				
	}
	
	.menu_item_light a span {
		display: block;
		padding: 5px;
		padding-left: 10px;
	}
			
	.menu_item_light a:hover {
		background-image: url(/images/menu_light_back3.jpg);
	}						

    /* Sensor swab sizes */
    #sensorSpecs td {
    	background-color:#d9f0fe; 
    	padding:3px;
    	}