xt\:comment, xt\:note {
	display: none;
}

ch\:nbsp {
	padding: .5em;
}

html {
padding:0px;
margin:0px;
height:100%;
}

body {
	background: url(/pix/template/background-gradient.jpg) repeat-x;
	background-color: #004596;
	font: 12px verdana, arial, sans-serif;
	margin:0px;
	padding:0px;
	height:100%;
}

.breadcrumb{font-size:9px;}
.logo{
	padding-left:10px;
}

#container{
	background: url(/pix/template/circles.jpg) no-repeat;
	height:100%;
	padding:0px;
	margin:0px;
width:100%;
}

#heightwrapper{
display:table;
margin: 0 auto;
height:100%;
}

#contentwrapper{
display:table-cell;
	width: 942px;
	margin: 0 auto;
	height:100%;
}

td {
	color: #333;
	font: 12px verdana, Arial, sans-serif;
	line-height: 15px;
}

a {
	color: #0081d6;
	text-decoration: none;
}

a:hover {
	color: #f66f02;
	text-decoration: none;
}

	td#centre a.external, td#left a.external {
		padding-right: 15px;
		background-image: url(/js/external_link_icon.gif);
		background-repeat: no-repeat;
		background-position: 100% 0px;
	}

	td#centre a.file, td#left a.external {
		padding-left: 15px;
		background-image: url(/js/file_icon.gif);
		background-repeat: no-repeat;
		background-position: 0px 0px;
	}

h1 {
	font-size: 18px;
	color: #444;
}

h2 {
	font-size: 14px;
	color: #444;
}

h3 {
	font-size: 12px;
	color: #444;
}

span.highlighted {
	font-weight: bold;
	background-color: #feb;
	padding: 2px;
	padding-bottom: 0px;
}

hr {
	border: 0px none;
	border-bottom: 1px solid #aaa;
}

pre {
	border: 1px solid #aaa;
	background-color: #eee;
	padding: 5px;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 11px;
}

th {
	background: #cde;
}

.invalid {
	font-weight: bold;
	color: #900;
}


div#wrapper {
	margin: 25px;
	padding: 0px;
	width: 750px;
}

div#header {
	background: white;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	color: #333;
	padding-top:10px;
}
	
	div#header a {
		color: #333;
	}
	
	div#header a:hover {
		text-decoration: none;
	}

div#menu {
	background:white;
	margin: 0px;
	padding: 0px;
	line-height: 13px;
	height: 25px;
	font-size: 10px;
}

	div#page-functions {
		float: right;
		width: 200px;
		text-align: right;
		padding: 0px 10px 0px 0px;
		margin-top: -5px;
	}

#widecontent{
	background:white;
	padding:0px;
	margin:0px;
	padding-bottom:15px;
	height:100%;
	padding:20px;
}

table#columns {
	background: white url(/pix/template/footer_bg.png) no-repeat;
	border: 0px none;
	margin: 0px;
	padding: 0px;
	padding-bottom:20px;
}

td#left {
	width: 200px;
	padding-right: 30px;
	vertical-align: top;
	font-size: 11px;
}

	td#left ul {
		margin-left: 0px;
		padding-left: 0px;
		list-style-type: none;
	}

		td#left ul li {
			margin-left: 0px;
			padding-left: 0px;
			padding-bottom: 2px;
			list-style-type: none;
		}

		td#left ul li li {
			margin-left: 0px;
			padding-left: 12px;
			padding-bottom: 2px;
			list-style-type: none;
		}

		td#left ul li li li {
			margin-left: 0px;
			padding-left: 12px;
			padding-bottom: 2px;
			list-style-type: none;
		}

		td#left ul li li li li {
			margin-left: 0px;
			padding-left: 12px;
			padding-bottom: 2px;
			list-style-type: none;
		}

td#centre {
	padding-left: 7px;
	padding-right: 5px;
	vertical-align: top;
	line-height: 15px;
}

	td#centre li {
		padding-bottom: 5px;
	}

div#footer {
	background: url(/pix/template/footer_bg.png) no-repeat top;
	background-color:transparent;
	clear: both;
	margin: 0px;
	padding-top: 20px;
	color: #fff;
}

div#footer a {
		color: #fff;
}

div#footer a:hover{
		color: #f66f02;
}

p.footer-links {
	font-size: 9px;
	line-height:12px;
}

#rightcolumn{
	float:right;
padding-left:10px;
}

#rightcolumn.img{
	padding:10px;
}

.news-heading{
font-size:10px;
}

#pagetitle {
min-width:400px;
text-align:right;
border-bottom: 1px solid gray;
margin:0;
padding:0;
}
.news-story-summary{
clear:both;
}
@media print {
	body {
		background-image: none;
	}

	a {
		color: #333;
	}

	div#header {
		border-bottom: 1px solid #aaa;
		padding-bottom: 10px;
	}

	td#left {
		display: none;
	}

	td#centre {
		padding-left: 50px;
		padding-right: 50px;
	}

	div#menu {
		display: none;
	}

	div#page-functions {
		display: none;
	}

	div#footer {
		color: #333;
		border-top: 1px solid #aaa;
		padding-top: 0px;
		margin-top: 25px;
	}

		div#footer a {
			color: #333;
		}
	
		a.product-credit {
			display: none;
		}
	
		p.footer-links {
			display: none;
		}
}
