
/**** BODY **************************************************************/

body {
  margin: 4px;
  padding: 0;
  background-color: #ABABAD;
}

td,p {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 11px;
  color: black;
}
  
input,textarea,select {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
}

a {
  color: #6A562F;
  text-decoration: underline;
}

a:hover {
  color: #6A562F;
  text-decoration: none;
}
  


/* TABLE CLASSES **************************************************/
/******************************************************************/

/* MAIN *****************************************/

.main-table {
  background-color: white;
  width: 767px;
}

.top-td {
  padding-top: 8px;
  padding-left: 8px;
  padding-right: 8px;
}

.main-image-td {
  padding-top: 8px;
  padding-left: 8px;
  padding-right: 8px;
}


/* BOTTOM *****************************************/

.bottom-td {
  color: white;
  padding: 8px;
  background-color: #032465;
  border-left: 8px solid white;
  border-right: 8px solid white;
  border-bottom: 8px solid white;
}

.bottom-td a {
  color: white;
  text-decoration: underline;
}

.bottom-td a:hover {
  color: #fbfd23;
  text-decoration: none;
}

.bottom-td-home {
  color: white;
  background-color: #031a4e;
  border-left: 8px solid white;
  border-right: 8px solid white;
  border-bottom: 8px solid white;
}

.bottom-td-home a {
  color: white;
  text-decoration: underline;
}

.bottom-td-home a:hover {
  color: #fbfd23;
  text-decoration: none;
}

/* BODY LEFT & RIGHT *****************************************/

.body-td-left {
  padding: 18px 18px 18px 18px;
  background-color: #ebeff6;
  border: 8px solid white
}

.body-td-right {
  background-color: #d8dfec;
  border-top: 8px solid white;
  border-right: 8px solid white;
  border-bottom: 8px solid white;
}

.body-td-right .item {
  width: 216px;
  border-bottom: 8px solid white;  
  padding: 8px;
}

.body-td-right .item a {
  text-decoration: underline;
  color: #032465;
}

.body-td-right .item a:hover {
  text-decoration: none;
  color: #fbfd23;
}

.body-td-right .item p {
  font-size: 9px;
  margin: 0 0 8px 0;
}

.body-td-right .item p.dotted-divide {
  border-bottom:1px dashed #6D6E6A; 
  padding-bottom: 8px;
}

.body-td-right .item p.dotted-divide-light {
  border-bottom:1px dotted #AAACA6; 
  padding-bottom: 5px;
}

.body-td-right .item-header {
  background-color: #032465;
  color: white;
  font-size: 10px;
  padding: 8px;
  border-bottom: 8px solid white;
}


/* NAV *****************************************/

.nav {
  padding: 8px;
  background-color: #032465;
  color: white;
  border-top: 8px solid white;
  border-left: 8px solid white;
  border-right: 8px solid white;
}

.nav a {
  color: white;
  text-decoration: none;
}

.nav a:hover {
  color: #fbfd23;
  text-decoration: none;
}

.nav-left {
  padding: 8px;
  background-color: #6C0019;
  color: white;
  border-top: 8px solid white;
  border-left: 8px solid white;
  border-right: 8px solid white;
}

.nav-left a {
  color: white;
  text-decoration: none;
}

.nav-left a:hover {
  color: #ABABAD;
  text-decoration: none;
}

.nav-right {
  width: 200px;
  padding: 8px;
  background-color: #6C0019;
  color: white;
  border-top: 8px solid white;
  border-right: 8px solid white;
}


/* TEXT *******************************************/

.panel {
  background-color: #d8dfec;
  margin: 8px 0 0 0;
  border: 3px solid white;
  padding: 12px;
  font-weight: bold;
  color: #6C0019;
}

.panel img {
  border: 8px solid white;
}

.panel .text {
  padding-right: 10px;
}

h1 {
  color: #032465;
  font-size: 16px;
  font-weight: bold;
}

h2 {
  color: #032465;
  font-size: 12px;
  font-weight: bold;
}

.yellowtext {
  color: #fbfd23;
  font-size: 10px;
}

.yellowtextlarge {
  color: #fbfd23;
  font-size: 12px;
}

.whitetext {
  color: white;
  font-size: 10px;
}

.whitetextlarge {
  color: white;
  font-size: 12px;
}

.bluetextlarge {
  color: #032465;
  font-size: 12px;
}

/* SHADOWS *******************************************/

.left-shadow {
  background-image: url('../images/left_shadow.jpg');
}

.right-shadow {
  background-image: url('../images/right_shadow.jpg');
}

.top-shadow {
  background-image: url('../images/top_shadow.jpg');
}

.bottom-shadow {
  background-image: url('../images/bottom_shadow.jpg');
}

/* BUTTONS *******************************************/

.home-button {
  background-image: url('../images/home_button.gif');
}

.storage-button {
  background-image: url('../images/storage_button.gif');
}

.international-button {
  background-image: url('../images/international_button.gif');
}

.office-button {
  background-image: url('../images/office_button.gif');
}

/**** BULLETS *********************************************************/

.smallWhite UL {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.smallWhite LI {
  padding-left: 8px;
  background-image: url('../images/white_bullet.gif');
  background-repeat: no-repeat;
  margin-bottom:0px;
}



UL {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

LI {
  padding-left: 10px;
  background-image: url('../images/bullet_li.gif');
  background-repeat: no-repeat;
  margin-bottom:6px;
  background-position: 1px 5;
}