@charset "utf-8";
/* CSS Document */
html {
width:100%
}
 #header, #nav, .noprint
{
display: none;
}

/* Ensure the content spans the full width */
body, p
{
width: 100%; margin: 0; float: none;
}
#container, #container2, #content
{
width: 100%; margin: 0; float: none;
}

/* Change text colour to black (useful for light text on a dark background) */
.lighttext
{
color: #000
}

/* Improve colour contrast of links */
a:link, a:visited
{
color: #781351
}
.ibroder { 
    width:100%; 
    height:500px; 
    border-style: none;
	margin: 0;
	marginwidth:0px;
	marginheight:0px;
}
.Bborder {      
    border: #99cc99; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
	width:100%;
	}


