* {margin:0;padding:0}
/* mac hide \*/
html,body{height:100%;width:100%;}
/* end hide */
body {
text-align:center;
min-height:580px;/* for good browsers*/
min-width:950px;/* for good browsers*/
font-family: Tahoma, Verdana, Arial;
font-size: 0.75em;
line-height: 1.35em;
overflow: auto;
}

#outer{
height:100%;
width:100%;
display:table;
vertical-align:middle;
background-color: #FFFFEB;
}
#container {
text-align: center;
position:relative;
vertical-align:middle;
display:table-cell;
height: 570px;
}
#inner {
position: relative;
width: 950px;
height: 580px;
text-align: center;
margin-left:auto;
margin-right:auto;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 5px;
padding-right: 5px;
background-image: url('../Images/Border.gif');
background-repeat: no-repeat;
border: 1px #415E99 solid;
}

a img {
   border-style: none;
}

.logoAndMenu {
   position: relative;
   left: 0px;
   width: 950px;
   top: 0px;
   height: 105px;
   text-align: left;
   border-bottom: 1px solid #415E99;
   padding-bottom: 5px;
}

.logo {
   position: absolute;
   left: 0px;
   width: 475px;
}


.menu {
   position: absolute;
   left: 475px;
   width: 475px;
}

.middle {
   position: relative;
   top: 10px;
   height: 435px;
   width: 950px;
   left: 0px;
}

.bottom {
   position: relative;
   left: 0px;
   width: 950px;
   top: 10px;
   height: 40px;
   border-top: 1px solid #415E99;
}

.bottom_item {
   position: relative;
   line-height:30px;
   font-size: 0.9em;
   color: #415E99;
   font-weight: bold;
}

.bottom_item a {
   text-decoration: none; 
   color: #415E99;
}

.bottom_item#divider {
   margin-left: 10px;
   margin-right: 10px;
}

.bottom_item#disclaimer {
   position: absolute;
   top: 0px;
   left: 870px;
   line-height:30px;
}

.bottom_item#disclaimer a {
   text-decoration: none;
   color: #415E99;
}

.left_item {
   position: relative;
   margin-bottom: 10px;
}
