/* CSS Document */                     
                                  /*CONTACT.PHP STYLESHEET*/

/*Site pages and Menu style*/

/*Contact Page*/                     

*{
margin:0;
padding:0;
}


html {
     font-size:100%;
     background:#ffffff;
}
	
	
#wrapper {
	background: #FFFFFF url(../none) no-repeat;
	margin: 0px auto 10px;
	width: 900px;
	text-align: left;
    }
	
	
	
body{
	background: #FFFFFF url(../../images/bg_1.jpg) repeat-x center top;
	text-align:center;
	font-size:80%;
	}
	
#banner,#wrapper,#footer{
    font: small Geneva, Arial, Helvetica, sans-serif;
}
	


	
	
	
h1 {
	color: #408080;
	font-size: 25px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 35px;
	padding-left: 15px;
    }
	

h2 {
	font-size: 14px;
	color: #408080;
	padding-top: 5px;
	border-top: 1px dashed #666666;
	margin: -5px 140px 45px 15px;
    }
	
#body_text{
	font: small Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top: 50px;
   }


#email_link{
	text-align: center;
	font: bold 1.7em "Times New Roman", Times, serif;
	margin-top: 50px;
	 }

#email_address{
	text-align: center;
	margin-top: 50px;
	margin-bottom: 20px;
	 }

#spacer{
	background: #FFFFFF;
	height: 100px;
      }


a {
	text-decoration: none;
	color: #6666FF;
     }
	 
	 
a:hover {
    color:#663366;
	}


.footer {
	margin: 0px 50px 0px 15px;
	border-top: 1px solid #1D48A9;
	font-size: 12px;
	padding-top: 3px;
	color: #666666;
	 }
	 
	/*Footer*/	   
	   
/*LFRC Container*/
.footer_container{
    border-top: 1px solid #1D48A9;
	font-size: 12px;
	padding-top: 3px;
	color: #666666;
	clear: both;	
	height: 60px;
	width:780px;
	
	}
	
.footer_inner_container{
	margin-right: auto;
	margin-left: auto;
	height: 50px;
	width: 770px;
	}
	
.footer_left{
	display:inline;
	float:left;
	height:40px;
	width: 220px;
	margin: 0px 20px 0px 5px;
	text-align: left;
}




/*Disclaimer and Copyright Container*/
.footer_middle{
	float:left;
	height:40px;
	width: 220px;
	margin: 0px 15px;
	text-align: center;
	text-decoration: none;
	}
.footer_middle a {
	color:#408080;
	text-decoration: none;
     }
	 
.footer_middle a:hover{
	color:#000000;
	text-decoration: none;
     }

/*UH Add Container*/
.footer_right{
	float:left;
	height:40px;
	width: 220px;
	margin: 0px 5px 0px 20px;
	text-align: right;
}