body{
	background-image: url(../IMG/bg2.gif);
	background-repeat: repeat-x;
	font-family: Arial, Verdana, "Lucida Grande", sans-serif;
	font-size: 14px;
}

a{text-decoration: none; color: #000; cursor: pointer; }

/*header tags*/
#headerLogo{width: 800px; height: 80px; text-align: center; background: url('../IMG/lasaii-logo.gif') center no-repeat;}
#headerMiddle{width: 800px; height: 21px; text-align: center; background: #2b384d; line-height: 21px;}
#headerBottom{width: 800px; height: 18px; background: url('../IMG/header-bottom.gif');}

/*nav buttons*/
a.nav{display: inline; float: left; width: 100px; height: 75px;}
a#nav_faq{background: url('../IMG/NAV/faq.gif') no-repeat top left;}
a#nav_faq:hover{background-position: bottom left;}
a#nav_ira{background: url('../IMG/NAV/ira.gif') no-repeat top left;}
a#nav_ira:hover{background-position: bottom left;}
a#nav_in_out{background: url('../IMG/NAV/inside-outside.gif') no-repeat top left;}
a#nav_in_out:hover{background-position: bottom left;}
a#nav_process{background: url('../IMG/NAV/process.gif') no-repeat top left;}
a#nav_process:hover{background-position: bottom left;}
a#nav_diligence{background: url('../IMG/NAV/diligence.gif') no-repeat top left;}
a#nav_diligence:hover{background-position: bottom left;}
a#nav_c_form{background: url('../IMG/NAV/c_form.gif') no-repeat top left;}
a#nav_c_form:hover{background-position: bottom left;}
a#nav_company{background: url('../IMG/NAV/company.gif') no-repeat top left;}
a#nav_company:hover{background-position: bottom left;}
a#nav_resources{background: url('../IMG/NAV/resources.gif') no-repeat top left;}
a#nav_resources:hover{background-position: bottom left;}

/*Form Formatting*/
.inputBox{border: 1px solid #2b384d; padding: 1px; letter-spacing: 1px; margin: 13px 0px 13px 0px; color: #2b384d;}
.submitBox{border: 1px solid #2b384d; background: #FFF; padding: 2px; font-size: 12px; letter-spacing: 1px; margin: 13px 0px 13px 0px; color: #2b384d; cursor: pointer;}