/*------------ 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:#FF4E00 url(../images/dgBanner.jpg) no-repeat right;border-bottom:1px solid #F00000;border-top:1px solid #864F41;}
#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;}
