﻿/*-----------------------------------------------------------*/
BODY { 
    margin:1em 1em 1em 1em;
    padding:1em 1em 1em 1em;
    }
/*-----------------------------------------------------------*/
/* *** AMW 20110901 To fix lists to the right of floating images 
in the exam, so the bullets do not go behind the image.
Not a good way to solve this problem, because now the list text
lines up with the bullets.
*/
/*
ol, ul { list-style-position:inside; } 
*/
/*-----------------------------------------------------------*/
DIV.content 
{
    padding:0;
    margin:0; /*:2em;*/
    }
/*-----------------------------------------------------------*/
/* Bottom layount, copyright */
DIV.layout_end
{
    visibility:hidden;
}
/*-----------------------------------------------------------*/
/* Logo at top of page */
DIV.logo_bar 
{
    border:0;
    margin:0;
    padding:0;
    visibility:hidden;
}
/*-----------------------------------------------------------*/
DIV.page
{
    margin:0;
    padding:0;
    }
/*-----------------------------------------------------------*/
