/* 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;
}

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

#header {
display: none;
}

#content {
width: 100%;
}

#left {
display: none;
}

#right {
float: left;
width: 90%;
padding: 15px;
}

#footer {
display: none;
}

