/* *** 2column *** */
html, body{ 
	
 	padding:0;
	} 
 
#wrapper{
	margin-right:auto;
 	margin-left:auto;
	min-width: 500px;
	width:750px; 
	border: solid #999999 1px;
	} 
 
#header{ 
 	height:130px; 
 	width:100%; 
 	background-color:#FFFFFF;
	background-image:  url(/images/fixedtop.jpg);
	background-repeat: no-repeat;
	text-align: right; 
 	} 
 
#outer{ 
 	border:solid white 0px; 
  	/*/*/ border-right-width: 375px; /* 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; 
 	} 
 
#rightcol{
 /*/*/ width:375px; /* hack keeps NN4 right column right? */ 
	float:right; 
	position:relative; 
	margin-right:-375px; 
	margin-left:1px;
	} 
 
#footer{
 	height:140px; 
 	width:100%; 
 	background-color:#FFFFFF;
	background-image:  url(/images/fixedbottom.jpg);
	background-repeat: no-repeat;
	} 
 
#inner{margin:0; width:100%;}
 
#leftcol{ 
 	float: left; 
 	width: 100%; 
 	position: relative; 
 	margin: 0 -8px 0 -2px; 
 	}
 
#outer>#inner { border-bottom: 0px solid #000000;}
 
.clr{clear:both;}
 
.content{padding:10px;} /*padding for content */ 

.coltext	 			{ font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; color:#939598;}
.coltext A:link			{ color:#939598; text-decoration: none;}
.coltext A:visited		{ color:#939598; text-decoration: none;}
.coltext A:hover		{ color:#000000; text-decoration: none;}
.coltext A:active		{ color:#939598;}
.coltext 				{vertical-align:top;}
 
#header .content{padding-bottom:0;} /*padding bottom 0 to remove space in IE5 Mac*/ 
 

 
 	/*printer styles*/ 
	@media print{ 

	/*hide the right column when printing*/
	#rightcol{display:none;} 
	#outer{border-right:0;} 
	}
	
#bottom-menu {
	text-align:center;
	}
