h1,h2,h1 a,h2 a { 
	font-weight:normal; 
	color: #000;
}

h3,h4,h3 a,h4 a { 
	font-weight:normal; 
	color: #000;
}

body {
	background-color:#fff;
	margin:0px;
	padding:0px;
	min-width:600px;
}

/* Basic (2 column, liquid) layout */

div#layout-maincontainer {
	margin-left:200px;
}
div#layout-main {
	float:right;
	width:100%;
	margin:0 0 0 -200px;
}
div#layout-leftcol {
	width:200px;
	margin:0px;
}
div#layout-footer {
	clear:both;
}

/* Banner */

#qav-banner {
	margin:0px;
	padding: 15px;
   min-height: 45px;
   background-color:#006;  
   background-image: url(/images/bg.gif); 
}
#qav-banner #biglink {
	margin-bottom:5px;
}
#qav-banner #biglink a {
	font-size:16pt;
	color:#ffcc66;
}
#qav-banner #sublink a {
	font-size:11pt;
	color: #fff;
	<!--font-weight:bold;-->
}
#qav-banner #crest {
	float: left; 
	margin-right:20px; 
}
#bar{
	height:11px;
	background-color:#fc6;  
   background-image: url(/images/bar.gif); 
}
/* Main content box */

#qav-mainbox {
	margin:10px 30px 0 5px;
	padding:5px 10px 100px 10px;
	background-color:#ffffff;	
}

/* Second navigation panel (LHS) */

#qav-navbar2 {
	margin: 20px;
	border: dashed #ccc 1px;
	padding: 5px 20px 20px 20px;
	background: #eee url(/images/trinity.png) 0 0 no-repeat; 
}
#qav-navbar2 a {
	font-size:10pt;
	color:#333333;
	font-weight:normal;
}
#qav-navbar2 .selflink {
	color:#000000;
}
#qav-navbar2 h1, #qav-navbar2 h1 a {
	margin-bottom:0.3em;
	font-size:13pt;
}
#qav-navbar2 h3, #qav-navbar2 h3 a {
	margin-bottom:0.3em;
	font-size:11pt;
}
#qav-navbar2 ul {
	margin-left:0;
	padding-left:1em;
	list-style:none;
}
#qav-navbar2 li {
	margin-left:0;
	padding-left:18px;
	margin-top:3px;
	background:url('/images/hyphen.png') no-repeat 0 0.4em; /* Use this rather than list-style-image to allow vertical centre */

}
#qav-navbar2 .qav-newsitem {
	margin-top:10px;
	margin-left:5px;
	font-size:9pt;
}
#qav-navbar2 .qav-newsitem a {
	font-size:9pt;
	color:blue;
}
#qav-navbar2 hr {
	height:0;
	border:dotted #808080;
	border-width:1px 0 0 0;
}

/* Footer */

#qav-footer {
	margin-left:200px;
	padding:20px 0 30px 0;
	text-align:center;
}

/* General components/styles */

img {
	vertical-align:middle;
}

/* Tables */

table.prism-table {
	color:#333333;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}
table.prism-table a {
	color:#333333;
}
table.prism-table tr.prism-th {
	padding:0;
	background-color:#eeeeee;
	font-weight:bold;
}
table.prism-table tr.prism-tr {
	padding:0;
}
table.prism-table tr:hover {
	background: #f2f2f2;
	cursor: default;
}
table.prism-table td {
	border-top:1px solid #999999;
	border-left:1px solid #dddddd;
	padding:0 5px 0 5px;
	vertical-align:top;
}

/* Other */

.prism-newsitem {
	padding-bottom:10px;
}
.prism-newsitemhead {
	font-weight:bold;
}

.prism-rule {
	width:100%;
	height:0px;
	border:0px;
	border-top:dotted 2px #000099;
	margin:15px 0 15px 0;
}

img.prism-image {
	display:block;
	margin-left:auto;
	margin-right:auto;
	padding:4px;
	border:solid 2px #999999;
}
.prism-image-caption {
	margin-top:5px;
	text-align:center;
	font-weight:bold;
}

ul.prism-list0 {
	margin-left:0;
	padding-left:1em;
	list-style:none;
}
ul.prism-list0 li {
	margin-left:0;
	padding-left:18px;
	background:url('/images/bullet0.png') no-repeat 0 0.4em; /* Use this rather than list-style-image to allow vertical centre */
}
ul, ul.prism-list {
	margin-left:0;
	padding-left:1em;
	list-style:none;
}
ul li, ul.prism-list li {
	margin-left:0;
	padding-left:18px;
	background:url('/images/bullet3.png') no-repeat 0 0.4em; /* Use this rather than list-style-image to allow vertical centre */
}
ul.prism-list2 {
	margin-left:0;
	padding-left:1.5em;
	list-style:none;
}
ul.prism-list2 li {
	margin-left:0;
	padding-left:18px;
	background:url('/images/bullet2.png') no-repeat 0 0.4em; /* Use this rather than list-style-image to allow vertical centre */
}

.prism-code {
	background-color:#ffffcc;
	border:dotted 2px #999999;
	margin:10px;
	padding:10px;
	width:80%;
	width:90%; /* Need a width or else IE6 gets upset */
	overflow:auto;
}
* html .prism-code {
	padding-bottom:1.5em; /* Nasty hack to fix IE6 scrollbar positioning */
}
.prismkeyword { font-weight:bold }
.prismident { color:#cc0000 }
.prismnum { color:#0000cc }
.prismcomment { font-style:italic; color:#009900 }

.prism-floatbox {
	clear:both;
	float:right;
	width: 100px;
	background-color:#bdced6;
	border:dotted 1px #000099;
	margin:20px 10px 20px 20px;
	padding:10px;
}

.prism-download-box {
	border:dotted 2px #000099;
	margin:15px;
	padding:15px;
}

a.prism-cite { color:#006600; }

.prism-note { color:#666666; }
.prism-note a { color:#666666; }
.prism-note a.prism-cite { color:#006600; }

.prism-task {
	vertical-align:top;
	width:47px;
	height:28px;
	float:left;
	clear:both;
}


.
