

/* Basics
----------------------------------------------*/
body {font-size: 62.5%}

#container {font-size: 1.2em; color: #474747;}

body, p, div, td, h1, h2, h3, h4, li {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
  }

td {text-align: left;}  /* For occasional IE6 bug */ 

p {margin: 0 0 1em;}
  
img {
  display: block;
  border: 0; 
  }


/* Layout stuff
----------------------------------------------*/
body {
  margin: 0;
  padding: 10px 0;
  text-align: center;
  background: #647995;
  }

#container {
  margin: 0 auto;
  padding: 7px 0 0;
  width: 980px;
  text-align: left;
  background: url(../img/bg_top_keyline.gif) no-repeat center top;
  }

#container2 {
  padding: 0 8px 0 7px;
  float: left;
  background: #fff url(../img/body_middle_keyline_bg.gif) repeat-y center top;    
  }

#container2, #header, #nav, #titlebar, #col_wrap {width: 965px;}

#header {
  height: 73px;
  float: left;
  position: relative;
  background: url(../img/header_bg.jpg) no-repeat 0 top;
  }

#logo {
  float: left;
  position: absolute;
  left: 23px;
  top: 9px;  
  }

#util_search {
  float: right;
  width: 720px;
  font-size: .9em;
  }

#utility {
  padding: 5px 10px;
  width: 700px;
  float: right;
  text-align: right;
  }

#utility_hub {
  padding: 5px 10px;
  width: 700px;
  float: right;
  text-align: right;
  }

#utility_project {
  padding: 5px 10px;
  width: 700px;
  float: right;
  text-align: right;
  }

#search {
  padding: 5px 10px 0 0;
  width: auto;
  float: right;
  text-align: right;
  }

#search_l {
  float: left;
  text-align: right;
  }
  
#search_r {
  padding: 0 10px 0 5px;
  float: left;
  text-align: left;  
  }

#titlebar {
  height: 61px;
  float: left;
  background: #3d577a url(../img/titlebar_bg.jpg) no-repeat left top;
  }

#titlebar #hello {
  padding: 12px 10px 5px 20px;
  color: #fff;
  font-weight: bold;
  float: left;
  width: 152px;
  }

#col_wrap {
  margin: 0;
  float: left;
  }

body.two_columns #col_wrap {
  background: url(../img/2col_bg.gif) repeat-y left top;
  }
  
body.three_columns #col_wrap {
  background: url(../img/3col_bg.gif) repeat-y left top;
  }

body.three_columns #col_wrap.no_2nd_vert_line {
  background: url(../img/2col_bg.gif) repeat-y left top;
  }

#sidebar_a {
  padding: 0 0 30px 7px;
  float: left;
  width: 181px;
  }

#content {
  padding: 5px 20px 30px;
  float: left;
  position: relative;
  }

body.two_columns #content {
  padding-right: 0;
  width: 737px;
  }

body.three_columns #content {
  width: 486px;
  }

#sidebar_b {
  padding: 10px 0 5px 12px;
  float: left;
  width: 228px;
  }

#footer {
  margin: 0 auto;
  padding: 0 8px 7px 7px;
  clear: both;
  width: 965px;
  position: relative; /* For logos */
  text-align: left;
  background: #fff url(../img/bg_bottom_keyline.gif) no-repeat center bottom;
  }

#footer_content {
  margin: 0;
  padding: 1em 20px 1em 210px;
  width: 735px;
  font-size: 1em;
  color: #626262;
  background: #cfd9e7;  
  }

#footer #sponsor_logos {
  width: 150px; 
  position: absolute;
  bottom: 60px;
  left: 43px;
  border: 0px solid red;
  }

#footer #sponsor_logos img {
  padding-right: 20px;
  float: left;
  }

.ala_format_meta{
  border-top: solid #cdcdcd 1px;
  padding:10px 10px 0px 20px;
  text-indent:-20px;
  margin:0;
  margin-top:5px;
}

.ala_format_meta.alpha{
  margin-top:0px;
  border-top: none;
  padding-top:0px
}

.ala_format_abstract{
  padding:0px 10px 10px 20px;
  padding-top:8px;
}

.ala_format_abstract .bg{
  background-color: #efefef;
  padding:6px;
  padding-left:45px;
  text-indent:-35px;
}

.ala_format_abstract ul, li{
  text-indent:0px;
}

.ala_format_abstract p{
  text-indent:0px;
}