﻿body  
{
	color : #000; 
	background : #FFF; 
	font: 12pt/20pt "Times New Roman", Times, serif;
	width: 100%; 
	margin: 0; 
	float: none;
} 

#wrapper {
	width: auto;
}

#inner {
	margin: 0;
}

#top,#links-top,#header,#topmenu,#topmenuc,#slogan,
#maincol-containernosidenav,#sidecolmain,#sidecol,#crumbs,
#sidebarimagemain,#sidebarimage,#topleftsidehome,#topleftside,
#bottomleftsidemain,#bottomleftside,
#main-intro,#mainbody-bottommain,#mainbody-bottom,#footer {
	display: none;
	float: none;
}

h1, h2, h3 {
   color: #666;
}
h1 {
   font-size: 20pt;
   text-align: center;
   margin-bottom: 0;
   padding-top: 20px;
}
h2 {
   font-size: 16pt;
   border-bottom: 1px solid #666;
   padding: 20px 5px 5px;
}
h3 {
   font-size: 14pt;
   border-bottom: 1px solid #999;
   padding: 15px 5px 5px;
}

a:link {
   color: #333;
   font-weight: bold;
   text-decoration: underline;
}

a:after { 
   content:" ["attr(href)"]";
   font-weight: bold;
   color: #333;
   font-weight: normal;
}

#content a:link, 
#content a:visited { 
	color: #333;
	font-weight: bold;
	text-decoration: underline;
}

#content a:after, #content a:link:after, #content a:visited:after
{
	color: #333;
	content:" ["attr(href)"]";
}