body
    {
    background-color: #FFFFFF;
	background-image:url(images/FULLbackground.gif); 
	background-repeat: no-repeat;
   
	margin: 0;
    padding: 0;
    font: 13px Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
    
    text-align: left;
    }



a
    {
    color: #307082;
    }
a:hover
    {
    color: #D60808;
    }
acronym
    {
    border: none;
    }


h1
    {       
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    }

h2
    {
    font-size: 12px;
    margin: 0;
    }


* {
margin: 0;
}
html, body {
height: 100%;
}
.wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -4em;
}
.footer, .push {
height: 4em;
}


#footer
    {
	background: url("images/footer.gif") no-repeat;
	color: #666666;
	height: 48px;
	text-align: right;
	padding: 0 10px 0 0;
	line-height: 26px;
	font-size: 11px;
    }
#footer a
    {
    color: #fff;
    text-decoration: none;
    }
#footer a:hover
    {
    text-decoration: underline;
    }
