/* *** Generated by www.csscreator.com *** */

#pagewidth{ 
	width:773px; 
	min-width: 500px; 
} 
 
/*#header{ 
	width:100%; 
	background-color:#FFFFFF; 
} */
 
#leftcol{
	width:198px; 
	float:left; 
	position:relative; 
	margin-left:-198px; 
	margin-right:3px; 
}
 
#outer{ 
	margin-top: 0px;
	border:solid white 0px; 
	/*/*/ border-left-width: 198px ;  /* left column width. NN4 hack to hide borders */ 
	border-left-color: #FFFFFF;   /* left column colour */ 
	border-left-style: solid; 
	/*/*/ border-right-width: 146px; /* right column width. NN4 hack to hide borders */ 
	border-right-color: #FFFFFF;  /* right column colour */ 
	border-right-style: solid; 
	background-color: #FFFFFF; /* center column colour */ 
	width: auto; 
	clear:both;
} 
 
#rightcol{
	/*/*/ width:146px; /* hack keeps NN4 right column right? */ 
	float:right; 
	position:relative; 
	margin-right:-146px; 
	margin-left:1px;
} 

html>body #rightcol {
	padding-top: -10px;
} 
#footer{
	width:100%; 
	background-color:#FFFFFF; 
} 
 
#inner{
	margin:0; width:100%;
}
 
#maincol{ 
	float: left; 
	width: 100%; 
	position: relative; 
	margin: 0px -8px 0px -2px; 
}
 
#outer>#inner { border-bottom: 1px solid #FFFFFF;  }
 
.clr{
	clear:both;
	height:1px;
	margin: 0px;
	padding: 0px;
}
 
/*.content{padding:5px;} /*padding for content */ 
 
#header .content{padding-bottom:0;} /*padding bottom 0 to remove space in IE5 Mac*/

#header .newslettersignup {
	position: absolute;
	left: 398px;
	top: 6px;
	width: 400px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}

#header .newslettersignup-heading {
	margin: 0;
	font-size: 0.85em;
	font-weight: bold;
	float:left;
	padding: 3px 10px 0 0;
}

#header .newslettersignup-content {
	font-size: 0.95em;
}

#header .newslettersignup-button {
	vertical-align: bottom;
}

#header .newslettersignup-label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;	
}

#header .newslettersignup-emailbox {
	width: 150px;
	height: 13px;
	font-size: 0.9em;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}

 
/* 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;} */
/*}*/