@import url('header.css');
@import url('main_body.css');

html,body {
  margin: 0;
  padding: 0;
  background: white;
  font-family: Tahoma, sans-serif;
  font-size: 10pt;
  height: 100%;
}

html>body {
  min-height: 100%;
  height: auto;
}

/* text-align "hack" is to get IE5/Win to center */
body {
  background: url(../images/columns-bg.gif) white repeat-y 50% 0;
  text-align: center;
}

/* text-align corrected here */
#container {
  position: relative;
  width: 655px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
}

#page_title {
  padding: 61px 0px 16px 110px;
  background: white;
  margin: 0;
}

#footer {
  padding-top: 60px;
  font-size: 8pt;
  text-align: center;
}

a:active {  
	color: #333333; 
	text-decoration: underline;
}

a:hover {  
	color: #333333; 
	text-decoration: underline;
}

a:link {  
	color: #333333; 
	text-decoration: underline;
}

a:visited {   
	color: #333333; 
	text-decoration: underline;
}