body {
	background-color: #fff;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}

#layoutwrapper{
	padding: 0;
	margin: 0;
}

#navbar {
display: none;
}

#sidecontent {
display: none;
}
#centerbox {
}
#maincontent {
}
#maincontent p {
}

#heading
{
	display: none;
}

/* Begin fixes clearing a float container*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}

/* End hide from IE-mac */
/* End fixes clearing a float container*/

.floatright {
float: right;
clear: both;
}

.floatleft {
float: left;
clear: left;
}

.clearboth { clear: both; }

h1, h2, h3 {
}
h1 {
}
h2 {
}
h3 {
}
#rightbox {
	display: none;
}
#footer {
}
#maincontent a {
	color: #000;
	text-decoration: none;
}
#rightbox a, #sidecontent a, #footer a {
	color: #000;
	text-decoration: none;
}
#maincontent a:visited {
	color: #000;
	text-decoration: none;
}
#rightbox a:visited, #sidecontent a:visited, #footer a:visited {
	color: #000;
	text-decoration: none;
}
#maincontent a:hover, #rightbox a:hover, #sidecontent a:hover, #footer a:hover {
	color: #000;
	text-decoration: none;
}
#maincontent a:active, .ie6Fix:active, #rightbox a:active, #sidecontent a:active, #footer a:active,
#maincontent a:focus, #rightbox a:focus, #sidecontent a:focus, #footer a:focus {
	color: #000;
	text-decoration: none;
}
#PMnav {
display: none;
}
a img
{
	border-width: 0;	/* remove the border around linked images. <img border="0" ..../> is invalid in XHTML 1.1 */
}

 


