body {
	margin:0 auto;
	padding:0;
	color:#000;
	background-color:#fff;
	font-family:Arial, Sans-Serif;
	font-size: 11px;
}

a img { border:none; }
a, a:active, a:visited
{
    text-decoration:none;
    color:#005488;
}
a:hover 
{
    text-decoration:underline;
}

#container 
{
    width:650px;
}

#logo {
	border:none;
	margin-left: -30px;
}

#logo a {
	border:none;
}
#logo img {
	border:none;
}
#topnav {
	display:none;
}
#flash {
    display: none;
}

#side {
    display: none;
}

#main-title h1 {
	font-weight: bold;
	font-size: 15px;
}

#main-content h2 {
	font-weight: bold;
	font-size: 13px;
}

#siteby {
	display: none;
}