body {
  color:#333333;            /*  dark grey */
  font-family: "Helvetica Neue" ,Helvetica,verdana,arial,helvetica,sans-serif;
}
#container {
  margin:0 auto;
  position:relative;
  text-align:left;
  width:845px;
}
h1 {
  font-size : 1.5em;
  margin-top: 0em;
}
h2 {
  font-size : 1.3em;
}

a {
  color:#CC5500;           /*  burnt orange */
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  text-decoration:none;
}
a:hover {
  text-decoration: underline;
}

.heading {
  font-weight: bold;
}

.error {
  color:#ab0c0c;         /*  dark red */
  font-weight: bold;
  margin: 0.1em;
}
.success {
  color: #008000;         /*  green */
  font-weight: bold;       
  margin: 0.1em;
}  
.alert{
  color: #003399;         /* Medium Blue */
}

.ut_highlight {
  color: #CC5500;
}
/* --------- link bar -----------*/
.link_bar {
  height:1.3em;
  margin-left:-0.2em;
  margin-top:0.3em;
  padding:0 0 0 0.1em;
} 
.link_list a {
  background:#C8C8C8 none repeat scroll 0 0;
  border-right:2px solid white;
  color:white;
  cursor:pointer;
  padding:0.1em 2.5em;
  text-align:center;
  text-decoration:none;
}

.link_list a:hover {
  color: #666666;
  background: white;
} 

.link_list li {
  list-style-type: none;
  float: left;
}
/* --------- header and footer -----------*/
#sao_header {
  border-bottom:3px solid black;
  padding-bottom: 0.5em;
} 
#sao_header a img {
  padding-top: 0.5em;
} 

#sao_footer { 
  border-top:1px solid #666666;    /* medium grey */
font-size:0.7em;
  line-height:1.2em;
  margin:10px 0;
  padding-top:5px;
}
#sao_foot_list{
  list-style-type: none;
  margin-top: 0em;
}

#sao_foot_a{
  float: left;
  width: 59%;
}
#sao_foot_b{
  float: left;
  width: 40%;
  text-align: right;
}

