html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
}

a:link {
	text-decoration: none;
	color: #cd3732;
}

a:visited {
	text-decoration: none;
	color: #cd3732;
}

a:hover {
	text-decoration: none;
	border-bottom: 1px dashed #cd3732;
}
input {
	font-size: 10px;
	 padding: 3px;
	 margin-bottom: 3px;
}
#pagewidth{ 
 width:700px; 
 text-align:left; 
 min-width: 500px;margin-left:auto; 
 margin-right:auto;
 margin-top: 0px;
} 
 
#leftcol{
 width:115px; 
 float:left; 
 position:relative; 
 margin-left:-115px; 
 margin-right:1px; 
 }
 
#outer{ 
 border:solid white 0px; 
  /*/*/ border-left-width: 115px ;  /* left column width. NN4 hack to hide borders */ 
border-left-color: #FFFFFF;   /* left column colour */ 
border-left-style: solid; 
background-color: #FFFFFF; /* center column colour */ 
width: auto;
 margin-top: 0px;
 } 
 
#inner{margin:0; width:100%;}
 
#maincol{ 
 float: left; 
 width: 100%; 
 position: relative; 
 margin: 0 -8px 0 -2px; 
 }
 
#outer>#inner { border-bottom: 1px solid #FFFFFF;  }
 
.clr{clear:both;}
 
.content{padding:5px;
font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #666;
} /*padding for content */ 

.ericform {
	float: right;
	width: 280px;
	background-color: #F7F7F7;
	border: 1px dashed #666;
	padding: 10px 24px 10px 24px;
}
#maincol .content
{
	margin-top:20px;
}
 
#header .content{padding-bottom:0;} /*padding bottom 0 to remove space in IE5 Mac*/ 
 
.directb {
	line-height: 14px;
}
 
 /*printer styles*/ 
@media print{ 
/*hide the left column when printing*/
#leftcol{display:none;} 
#outer{border-left:0;} 
}
