/* main_align - align main block in page horizontally for IE 5 and 6 */
#title
{
display:none;
}
#main_align
{
    text-align: center;
    margin-top: 8px;
}

/* main holds everything and float in the body */
#main
{
    background-color: white;
    width: 804px;
    text-align: left;   /* reset alignment done by main_align */

    /* center alignment for standard compliant browser */
    margin-left: auto;
    margin-right: auto;
}

#block_3
{
	width: 233px;
	float: right;
	font-size: 11px;
	padding-top: 43px;
}

#block_1
{
	float: right;
	width: 384px;
}

#block_1_3 {
	width: 617px;
	float: right;
}

/* left bar */
#block_2
{
	/* float: right allows to block to position properly under IE5 and 6 position */
	float: right;
	margin-top: 43px;
	width: 187px;
}

/* contains the middle columns and it allows footer to position properly under IE6 works properly */
#wrapper
{
	float: left;
}

/* page header */
#header
{
	margin-top: 45px;
	width: 804px;
	height: 184px;
	background-image:url('images/header.gif');
	background-repeat: no-repeat;
}

#header_padding1 {
	width: 510px;
	height: 73px;
}

#header_logo {
	margin-left: 34px;
	width: 240px;
	height: 37px;
	display: block;
}

#header_print
{
    display: none;
}

#header_row1
{
    height: 101px;
}

#footer
{
	clear: both;
	padding-top: 50px;
	padding-bottom: 10px;
}

#footer_text
{
border-top:1px solid #00457C;
padding-top: 4px;
font-size:10px;
padding-left:35px;
}

/* content div in "block_1" to give appropriate padding to text */
#content
    {
		/*
			must set the width and margin, otherwise, IE5.* will fail.
			do not use any padding.
		*/
		width: 384px;
		margin-top: 43px;
		line-height: 1.4em;
    }

#content td
{
	line-height: 1.4em;
}

#foot_txt
{
	padding-left:5px;
	padding-top:2px;
	padding-right:5px;
	font-family:arial;
	font-size:12px;
	color:black;
}

body {
    margin: 0px;
    padding: 0px;
    background-color: white;
	-x-system-font:none;
	color:#00457C;
	font-family:Arial,Helvetica,sans-serif;
	font-size:100%;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	min-height:101%;
}
