/*------------ stylesheet notes 

	image tags used in the site header should have height and 
	width attributes in the CSS, not in the HTML
	
------------*/	

/*------------ generic classes ------------*/
body {margin:0;padding:0;font-size:80%;font-family:verdana,arial,helvetica,sans-serif;height:100%;}
html > body {height:100%}
.clear {clear:both;}
.floatLeft {float:left;}
.floatRight {float:right;}

/*------------ DirectGov Banner ------------*/
#directGovBanner  { background: #09f no-repeat right 50%; border-top: 1px solid #864f41; border-bottom: 1px solid #f00000 }
#directGovBanner .clear {clear:both;border-bottom:1px solid #ED3D00;}

/*------------ images ------------*/
.dgLogoScreen {width:445px;height:64px;display:block;border:none;}
.dgLogoPrint {display:none;}
.dgBanner {width:630px;height:64px;display:block;}
