
/***********************/
/* Global CSS Settings  */
/***********************/

#osrhe_body, #osrhe_header, #osrhe_footer_b, #osrhe_footer_t{
	width: 46.5em; /* Change this to change width of entire page.*/
    margin-left: -23.25em;/* Change this to half of the width of the page*/

	/* Guote out below if page is using absolute position*/
	/*margin: 0px auto;*/
     
	/* Guote out below if page is not using absolute position*/
    left: 50%;
    position: relative;
    
}

/* Change this to change the color of the applications background.*/
#osrhe_footer_t, #content{
     background: #ffffff;
}


/***********************/
/* Do not change below here.  */
/***********************/
/***********************/
/* Header  */
/***********************/

*, html{
    margin: 0px;
    padding: 0px;
}

body{
     background: url(mainBgTile.gif) repeat-x top left;
}

#content{
    width: 100%;
    position: relative;
    padding: .5em;
}

#osrhe_body{
	border-left: #000000 .1em solid;
	border-right: #000000 .1em solid;
}

#osrhe_header{
     background: url(headBgBlue.gif) repeat-x top left;
	border-left: #000000 .1em solid;
	border-right: #000000 .1em solid;
}

/***********************/
/* Footer */
/***********************/

#osrhe_footer{
     width: 100%;
     padding-bottom: .4em;
     background: #002549 url(footerBgTile.gif) repeat-x top left;
}

#osrhe_footer_b{
	padding-top: .6em;
}

#osrhe_footer_t{
	line-height: .7em;
	border-bottom: #000000 .1em solid;
	border-left: #000000 .1em solid;
	border-right: #000000 .1em solid;
}

#osrhe_footer_b .text_l, #osrhe_footer_b .text_r,
#osrhe_footer_b .text_l a, #osrhe_footer_b .text_r a{
     font-size: .725em;
     color: #ffffff;
     font-family: Arial,Helvetica,sans-serif;
}

#osrhe_footer_b .text_l a
{
     font-size: .85em;
}
#osrhe_footer_b .text_l{
     float: left;
     padding-left: .5em;
}
#osrhe_footer_b .text_r{
     float: right;
     padding-right: .5em;
}
#osrhe_footer_b .clear{
     clear: both;
}

