html, body{
	margin:0;
	padding:0;
	text-align:center;
	background-color: #FFFFFF;

} 
 
#pagewidth{ 
 width:700px; 
 text-align:left; 
 min-width: 500px;margin-left:auto; 
 margin-right:auto; 
  
} 
 
#header{
	width:100%;
 } 
 
#header .content{
	margin-bottom: 15px;
} /*padding bottom 0 to remove space in IE5 Mac*/ 
 
#leftcol{
	width:150px;
	float:left;
	position:relative;
	margin-left:-150px;
 }
 
#leftcol .content ul{
	list-style-type: none;
	text-align: right;
	padding-left: 0px;
	margin-left: 0px;
	margin-right: 20px;
}
 
#leftcol .content li{
	margin-bottom: 5px;
}

#leftcol hr {
	text-align: center;
	width: 50%;
}
#outer{ 
 border:solid white 0px; 
  /*/*/ border-left-width: 150px ;  /* 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; 
 } 
 
#footer{
	width:100%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 15px;
} 
 
#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-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
} /*padding for content */ 

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
} 
 
a:link   { text-decoration: none }

a:visited   { text-decoration: none }

a:hover  { color: red; text-decoration: underline }
 
div.icon {
	float: left;
	position: relative;
	margin-right: 5px;
	border: none;



}
div.right {
	float: right;
	position: relative;
}
div.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	float: left;
	position: relative;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 70px;
	text-align: center;
}
.hide {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;  /* for the benefit of IE5 Mac */
} 
 
 
 
 /*printer styles
@media print{ */ 
/*hide the left column when printing
#leftcol{display:none;} 
#outer{border-left:0;} 
}
*/
