body {
	background-image:  url('images/background.gif');
	background-repeat: repeat-y width=100%;	
	}
	


#topcell {
    background-color: #f2f2f2;
    width: 645px;
    height: 183px;
    colspan: 3;	
}

#sidebar {
	background-image:  url('images/sidebar.jpg');
	background-repeat: no-repeat;
	width: 225px;
	valign: top;	
	background-color: #f2f2f2
	
}
#sidebar a {
	font-family:times new roman;
	color: #485f8c;
	font-size: 12pt;
	text-decoration: none;
	line-height: 1.4em;
}
#sidebar a:hover {

	font-family: times new roman;
	color: #111111;
	font-size: 12pt;
	text-decoration: underline;
	line-height: 1.4em;
}



#maincontent {
    background-color: #f2f2f2;
    width: 569px;    
	
}
#maincontent a {
	font-family:times new roman;
	color: #485f8c;
	font-size: 12pt;
	text-decoration: none;
	line-height: 1.4em;
}
#maincontent a:hover {

	font-family: times new roman;
	color: #111111;
	font-size: 12pt;
	text-decoration: underline;
	line-height: 1.4em;
}



#footer {
	width:569px;
	
	background-color: #f2f2f2;
	text: align center;	
	
}
#footer a{
	font-family:times new roman;
	color: #485f8c;

	font-size: 8pt;
	text-decoration: underline;
	line-height: 1.4em;
}
#footer a:hover {

	font-family: times new roman;
	color: #111111;
	font-size: 8pt;
	text-decoration: underline;
	line-height: 1.4em;
}