BODY 	{ 
	background-color: lightblue; 
	background-image: none;
	margin-right: auto
	}

/*
  LEFT MENU STYLES
*/

#left_menu {
        display: none;
	}

P.menu_item  {
        display: none;
	}

P.menu_item A {
        display: none;
	}

P.contact {
        display: none;
	}

/*
  MAIN COLUMN STYLES
*/

.bhcf	{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 600px;
	color: black;
	font-family: serif; 
	}

.bhcf H2 {
	color: #00005A; 
	font-family: serif; 
	font-size: 16px;
	font-weight: bold;
	line-height: 100%;
	margin-bottom: 5px;
	}

.bhcf P {
	margin-top: 0;
	margin-bottom: 0.5em
	}

.bhcf A     {
	color: #00005A;
	font-weight: bold;
	text-decoration: none
	}

.bhcf HR {
        margin: 10px;
	background-color: #00005A;
	color: #00005A;
	border: none;
	height: 2px;
	}

.section_head {
        border-top: solid 2px #00005A;
        border-bottom: solid 2px #00005A;
	margin: 5px 0px;
	padding: 8px 0px;
	color: #00005A;
	font-weight: bold;
	font-size: 18px;
	font-family: serif;
	text-align: center;
        }

/*
  HEADER STYLES
*/

.header {
        background: #E0E0FF;
        color: #000030;
	padding: 15px 0px 15px 0px;
	margin-bottom: 0px;
	width: 600px;
	font-family: calibri, arial, helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	}

.header H1 {
	margin: 0px 10px;
        color: #000030;
	font-family: calibri, arial, helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	}

.header H2 {
	margin: 0px 10px;
        color: #000030;
	font-family: calibri, arial, helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	}

.header HR {
        margin: 10px;
        background-color: #000030;
        color: #000030;
	border: none;
	height: 2px;
	}

