/* main_align - align main block in page horizontally for IE 5 and 6 */
#main_align
{
	text-align: center;
}

/* main holds everything and float in the body */
#main {
    width: 742px; 
    margin-left: auto; 
    margin-right: auto; 
    background-color: white;
	text-align: left;
	background-image:url('images/bg.gif');
	background-repeat:repeat-y;
	border-bottom: 1px solid black;
}
    
.menu_caption
{
	background-image:url('images/menu_caption.jpg');
	width:178px;
	height:24px;
}

.menubg
{
	background-image:url('images/menu_bg.jpg');
	width:178px;	
	padding-bottom:5px;
}

#block_1  {
    float:right;
    width: 562px;
    text-align:left;
    background-color:white;
	margin-right: 1px;
}

#content
{
	width: 542px;
    margin: 10px;
}

#block_2
{
 float:right;
  width: 178px;
  text-align:left;
  background-color:;
}

/* page header */
#header
    {
        height: 186px;
        width: 742px;
		background-image:url('images/header.jpg');
        background-color: #37acd7;
    }
    
#footer
 {
    background-color:#dddddd;
	margin-left: 1px;
	margin-right: 1px;
	width: 740px;
	clear: both;
 }
 
/* content div in "block_1" to give appropriate padding to text */

#wrapper 
{
} 

.flash
{
	margin-top:19px;
}

.flash_border
{
	border:1px #a2a0a0 solid;
}

body {
    margin: 0px;
    padding: 0px;
	background-color:#a9d8e7;
    }


#printheader {
	display: none;
}