/* DCQ SE '03 STYLE SHEET */	
/* Validates as Cascading Style Sheets, Level 2 */
/* per the W3C CCS2 Recommendation http://www.w3.org/TR/REC-CSS2/ */

	/* BODY AND TEXT PROPERTIES */	

body  	{
	background: #f9fcff url(frontbg.gif) repeat-y fixed;
	margin: 1% 1% 0 6%;
	}
body, td	{
	font-family: Arial, Helvetica, Sans Serif; 
	color: #333;
	}
 h1	{
	font: bold 30px "Tempus Sans ITC", "comic Sans MS", Arial, Sans-serif;
	text-align: center;
	margin: 0 4em 1em 4em;
	color: #369;
	padding: 0 0 .5em 0;
	border-bottom: 2px ridge #69c;
	}	
h1 em {
	font: bold 17px bold arial, sans-serif;
	color: #369;
	}
div.header {
	font: bold 12px Arial, Helvetica, Sans-serif;
	height: 110px;
	text-align: center;
	color: #369;
	}
div.head	{
	font: bold 12px Arial, Helvetica, Sans-serif;
	height: 50px;
	text-align: center;
	color: #69c;
	}
			/* This is the main content area, with a
			white background and colored border. Change the
			border color to match the color scheme of the
			current issue. */
		
div#content, div.content {
	margin: 0 2em;
	padding: 1em 2em;
	background: white;
	border: double 4px #369;
	}
div#sitenav {
	text-align: center;
	border: 1px solid #369;
	padding: .2em;
	margin: 1em 15%;
	background: #fffbec;
	border: 1px solid #369;
	}
div#sitenav img {
	display: inline;
	vertical-align: -40%;
	}
p 	{
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	}
.center	{
	text-align: center
	}
.txt	{
	font: 12px/16px Arial, Helvetica, sans-serif;
	}
			/* Centers large images, sets caption
			and border properties */

div.pic 	{
	text-align: center;
	font: bold 12px arial, sans-serif; 
	color: #369;
	}
div.pic img {
	border-top:  2px ridge #369;
	border-right:  2px ridge #369;
	border-bottom: 2px ridge #369;
	border-left:  2px ridge #369;
	}

			/* Left Navbar for those pages which have one. 
 			These values shouldn't change. */

#td1 	{
	width: 25%; 
	text-align: center; 
	vertical-align: top;
	padding: 0; 
	}
#td1 h2 	{
	display: block;
	font: bold 25px "trebuchet ms", arial, sans-serif;
	letter-spacing: .1em;
	font-variant: small-caps;
	margin:  0 0 3px 0;
	padding: .1em;
	border: 3px solid #369;
	color: #336;
	background: #fffbec;}
			
#td1 a	{
	font: bold 13px arial, helvetica, sans-serif;
	text-decoration: none;
	color: #369;
	}
#td1 a:visited {
	color: #c93;
	}
#td1 a:active,
#td1 a:hover {
	color: #c66;
	text-decoration: underline;
	} 
div.navitem {
	margin: 0 0 3px 0;
	padding: 0 0 .4em 0;
	border: 2px solid #369;
	background: #fcfcfc;
	}
div.navitem em {
	font: bold 13px/13px arial, helvetica, sans-serif;
	color: #c33;
	}
div.navitem em:before {
	content: "\003E  ";
	font: bold 15px/13px arial, helvetica, sans-serif;
	color: #c33;
	}
div.nvtxt {
	font: bold 14px arial, helvetica, sans-serif; 
	color: #444;
	margin:  0 0 .4em 0;
    	padding: 0 .2em;
	background: #fffbec;
	border-bottom: 1px solid black;
	}
#td2 	{
	vertical-align: top; 
	padding: 0;
	}	
			/* Use this class with the <span> tag to underline
			text, rather than the deprecated <u> tag! */
		
.uline 	{
	text-decoration: underline
	}
b 	{
	font-weight: bold;
	}	

	/*  LINK PROPERTIES  */

			/* Generic inline link - use for links in text. */
				
  a 	{
	font-family: arial, helvetica, sans-serif; 
	text-decoration: underline;
	color: #369; 
	}
  a:visited {
	color: #090;
	}
  a:active,
  a:hover  {
	color: #f00;
	} 	
			/* The intra-issue navigation links at the
			foot of each document (except the index page). */
		
  a.nav2	{
	font: bold 12px arial, sans-serif;
	color: #369;
	text-decoration: underline;
  	}
  a.nav2:active {
	color: #c66;
	}
  a.nav2:visited {
	color: #c93;
	}
  a.nav2:hover  {
	color: #c66;
	background: #ff9;
	}	
		/* The large links at the page foot - "VWA - DCQ - Feedback". */
		
  #sitenav a {
	font: italic bold 22px "Trebuchet MS", "comic sans ms", arial, sans-serif;
	color: #369;
	text-decoration: none;
	}
  #sitenav a:active	{
	color: #c66;
	}
  #sitenav a:visited {
	color: #c93;
	}
  #sitenav a:hover  	{
	color: #c66;
	text-decoration: underline;
	}
		
