/* CSS Document */

body
{
	    background-color: #fff;
	    color: #000;
	    font-family: Arial, Helvetica, sans-serif;
	    font-size:78%
}

#accessibility {

display: none;
}
a
{
        color: #6b67ab;
	    text-decoration: underline;
        font-weight: bold;
        font-size: 100%;
}

a:hover
{
	    color: #6b67ab;
	    text-decoration: none;
}
h3
{
	   font-weight: bold;
       font-size: 100%;
       color: #8b9eb8;
       text-align: left;
}
h3 a
{
	   font-weight: bold;
       color: #8b9eb8;
	   font-size: 100%;
}
#menu
{
        display: none;
}
#form {
        display: none;
}
#sidebar-1
{
        display: none;
}

#sidebar-2
{
        display: none;
}

#foot {
text-align: center;
}