/* Import */
@import url(menus.css);
@import url(content.css);

/* Global */
body, td, th {
	color: #000;
	font: 10pt/13pt Verdana, Arial, Helvetica, sans-serif;
}
body {
	margin: 0;
	background: #FFF;
}
h1 {
	font-size: 14pt;
}
h2, h3, h4, h5 {
	font-size: 12pt;
}
a:link, a:visited, a:active, a:hover {
	color: #3D65B5;
	text-decoration: underline;
}

#wrap {
margin: 0 auto;
width: 100%;
background: #FFF;
}

#header{
display: none;
}
#left-column{
display: none;
}
#center-column{
width: 100%;
}
#right-column{
display: none;
}
#searchbox{
display: none;
}
#foot{
display: none;
}
#foot-sub{
display: none;
}
