<style type="text/css" title="text/css">
div#html_alert,
div#preload {
	display: none;
}
td { vertical-align: top; }

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

a, a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
}

@media screen {
	
	body {
		behavior: url(/_css/csshover2.htc);
	}
	
	a img { border: none; }
	
	a, a:link, a:visited {
		text-decoration: none;
		color: #990000;
	}
	
	a:focus, a:hover, a:active {
		text-decoration: underline;
	}
	
	.left {
		float: left;
		margin-right: 20px;
	}
	
	.right {
		float: right;
		margin-left: 20px;
	}
	
	.print {
		display: none;
	}

	div#wrap
	{
		margin: 25px auto;
		width: 900px;
	}
	
	div#menu {
		height: 32px;
		margin-bottom: 8px;
	}
	
	div#menu ul
	{
		display: block;
		height: 32px;
		list-style-type: none;
	}
	
	div#menu li {
		position: relative;
		float: left;
	}
	
	div#menu ul li {
		padding-right: 5px;
		margin-right: 8px;
		background: #FFF url(/_elements/menu_li.jpg) top right no-repeat;
	}
	
	div#menu ul li.nav_selected,
	div#menu ul li.nav_selected:link,
	div#menu ul li.nav_selected:visited,
	div#menu ul li.nav_selected:focus,
	div#menu ul li.nav_selected:hover,
	div#menu ul li.nav_selected:active {
		background-image: url(/_elements/menu_li_selected.jpg);
	}
	
	div#menu ul li:focus,
	div#menu ul li:hover,
	div#menu ul li:active{
		background-image: url(/_elements/menu_li_selected.jpg);
	}
	
	div#menu ul li a,
	div#menu ul li a:link,
	div#menu ul li a:visited {
		display: block;
		text-decoration: none;
		font-weight: bold;
		padding: 0 5px 0 10px;
		color: #FFF;
		line-height: 32px;
		background: url(/_elements/menu_a.jpg) top left no-repeat;
	}
	
	div#menu ul li.nav_selected a,
	div#menu ul li.nav_selected a:link,
	div#menu ul li.nav_selected a:visited,
	div#menu ul li.nav_selected a:focus,
	div#menu ul li.nav_selected a:hover,
	div#menu ul li.nav_selected a:active {
		background-image: url(/_elements/menu_a_selected.jpg);
		color: #FFF;
	}
	
	div#menu ul li:focus a,
	div#menu ul li:hover a,
	div#menu ul li:active a {
		text-decoration: none;
		color: #FFF;
		background-image: url(/_elements/menu_a_selected.jpg);
	}

	a#top
	{
		height: 122px;
		width: 900px;
		display: block;
		background: url(/_elements/top.jpg) no-repeat;
		margin-bottom: 25px;
	}
	
	a#top_home
	{
		height: 122px;
		width: 900px;
		display: block;
		background: url(/_elements/top_datacom.jpg) no-repeat;
		margin-bottom: 25px;
	}
	
	div#middle
	{
		background: #FFF;
		border-bottom: 1px solid #000;
	}

	table#page_layout
	{
		width: 100%;
	}
	
	td#left_column #content_inset
	{
		padding: 10px 25px 25px 50px;
	}
	
	td#left_column h1
	{
		font-size: 23px;
		color: #990000;
		margin-bottom: 20px;
	}
	
	td#left_column h2
	{
		color: #666;
		margin-bottom: 10px;
	}	
	
	td#left_column p
	{
		line-height: 18px;
	}

	td#left_column blockquote
	{
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	line-height: 25px;
	color: #666;
	font-style: italic;
	}
	
	td#left_column ul
	{
		margin-left: 20px;
	}
	
	blockquote+h2,
	ul+h2
	{
		margin-top:25px;
	}
	
	td#right_column
	{
		width: 274px;
		border-left-width: 1px;
		border-left-style: dotted;
		border-left-color: #999;
	}

	
	td#right_column #right_column_inset
	{
		padding: 0 0 25px 25px;
	}
	
	td#right_column h1
	{
		font-size: 16px;
		color: #FF8000;
		margin-bottom: 5px;
	}
	
	td#right_column p
	{
		font-size: 11px;
		margin-bottom: 10px;
		line-height: normal;
	}
		
	td#right_column ul#checklist
	{
		font-size: 11px;
		list-style-position: outside;
		list-style-image: url(/_elements/checkbox.jpg);
	}

	td#right_column ul#checklist li
	{
		margin-left: 25px;
		margin-bottom: 3px;
	}
	
	a#promo
	{
	height: 125px;
	width: 250px;
	background: url(/_elements/promo.jpg) no-repeat;
	display: block;
	text-decoration: none;
	padding-bottom: 20px;
	}
	
	a#promo h1,
	a#promo p
	{
		margin: 0 15px 0 15px;
	}
	
	a#promo h1
	{
		padding-top: 30px;
		color: #FFCC00;
	}
	
	a#promo p
	{
		color: #FFF;
		font-weight: normal;
	}

	.content p
	{
		margin-bottom: 25px;
		line-height: 16px;
	}
	
	.content strong
	{
		color: #FF8000;
		font-weight: bold;
	}
	
	.intro
	{
		font-weight: bold;
		font-size: 13px;
	}
	
	div#footer
	{
		padding-bottom: 10px;
	}
	
	div#footer_inset
	{
		 padding: 12px;
		 margin-bottom: 10px;
		 font-size: 11px;
		 line-height: 15px;
		 color: #666;
	}
	
	div#footer .right p
	{
		text-align: right;
	}
	
	div#footer .credit
	{
		font-size: 10px;
		float: left;
	}
}

@media print {
	
	td#left_column,
	td#right_column
	{
		float: left;
		display: block;
		margin-top: 25px;
	}
	
	.content h1
	{
		font-size: 16px;
		margin-bottom: 15px;
	}
	
	.content h2
	{
		font-size: 13px;
	}
	
	.content p
	{
		margin-bottom: 15px;
	}
	
	a:focus, a:hover, a:active 
	{
		text-decoration: none;
	}
	
	.screen,
	img 
	{
		display: none;
	}
	
	a[href]:after 
	{
		content: " [ link:" attr(href) "] ";
	}
}

</style>