#beginningText {
   float: left;
}

#beginningText p {
   margin-top: 10px;
   font-size: 12px;
}

ul, li {
    list-style-type: none;
}


#profiles {
   float: right;
   margin: 10px;
   margin-left: 30px;
}   

.loginButton1 {
   width: 200px; 
   height: 182px;
   margin-bottom: 20px;
}

.loginButton1 div {
   width: 145px;
   height: 68px;
   background-image: url('https://uwplatt.studioabroad.com/_customtags/ct_Image.cfm?Image_ID=26960');
   background-position: -20px -10px;
   color: orange;
   font-size: 16px;
   font-weight: bold;
   text-align:center;
   padding-top: 8px;
   cursor: pointer;
}
.loginButton1 div:hover {
   
   background-position: -20px 70px;
   color: #001f4e;
}
   

.loginButton1 div span {
   font-size: 28px;
   text-align:center;
}

#officeInfo2 {
   width: 460px;
}
#officeInfo {
   width: 230px;
   margin: 10px;
}
#officeInfo div {
   margin: 10px;
   font-size: 12px;
}

#officeInfo div p {
   text-align: center;
}
.imageLinks {
   margin: 10px;
   padding-bottom: 12px;
}
#links {
   float: right;
   margin: 10px;
   width: 240px;
}