html, body{  margin:0;  padding:0;  text-align:center; background: White;  background-position: center;  background-image: url(images/back_dash.gif);  background-repeat: repeat-y;  font-family: monospace;  font-size: 12px; } a:link{	text-decoration: underline;	color: black;	background: #ef171a;} a:visited{	color: black;	background: #ef171a;	text-decoration: none;}a:hover{	text-decoration: underline;	background: #bababa;	color: #000000;}#pagewidth{  width:600px;  text-align:left;  min-width: 500px;margin-left:auto;  margin-right:auto;   }  #header{  height:100px;  width:100%;  background-color:#000000;  }  #leftcol{ width:100px;  float:left;  position:relative;  margin-left:-100px;  margin-right:1px; background: url(images/dd_img_lcol.gif) repeat-y; } #outer{  border:solid white 0px;   /*/*/ border-left-width: 100px ;  /* left column width. NN4 hack to hide borders */ border-left-color: White;   /* left column colour */ border-left-style: solid;  /*/*/ border-right-width: 100px; /* right column width. NN4 hack to hide borders */ border-right-color: White;  /* right column colour */ border-right-style: solid;   background-color: white; /* center column colour */ width: auto;  }  #rightcol{ /*/*/ width:100px; /* hack keeps NN4 right column right? */  float:right;  position:relative;  margin-right:-100px;  margin-left:1px; font-size: 10px; background: url(images/dd_img_rcol.gif) repeat-y;        }  #footer{ height:24px;  width:100%;  background-color:#000000; font-size: 6px; font-family: "Courier New", Courier, monospace; color:#000000;}  #inner{margin:0; width:100%;} #maincol{  float: left;  width: 100%;  position: relative;  margin: 0 -8px 0 -2px; padding: 1px; background: White url(images/dd_img_06.gif) repeat-y center;  font-size: 14px;	overflow: hidden;	z-index: 310;} #outer>#inner { border-bottom: 1px solid #BFE3E0;  } .clr{clear:both;} .content{padding:5px;} /*padding for content */  #header .content{padding-bottom:0;} /*padding bottom 0 to remove space in IE5 Mac*/  /* Navigation */
.navi {
	background: #ef171a;
	color: black;
}  /*printer styles*/ @media print{ /*hide the left column when printing*/#leftcol{display:none;} #outer{border-left:0;} /*hide the right column when printing*/#rightcol{display:none;} #outer{border-right:0;} }
