/* umhb.css v1.0 | 20081006 */

/** global **/
body, table, table * {
    font-size: 100%; /* Fixes exaggerated text resizing in IE6 and IE7 */
}
body, caption, th, td, input, textarea, select, option, legend, fieldset, table, table * {
	font-family: Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
}
body {    
    background: #ffca38 url(../images/umhb_bkg.gif) repeat-x top left; 
	font-size: 12px;
	line-height: 16px;
}
.small {
  font-size:9px;
  line-height:11px;
  color:#333;
}
table {
    border-collapse: collapse;
    text-indent: 0;
}
img {
    display: block;
} 
/** headings **/
h1 {
    font-size: 2em;
    line-height: 1.3em;
    margin-top: 0;
    margin-bottom: 0.5em; 
}
h2 {
    font-size: 1.5em;
    line-height: 1.3em;
    margin-top: 0.667em; 
    margin-bottom: 0.667em;
}
h3 {
    font-size: 1.3em;
    line-height: 1.3em;
    margin-top: 0.769em; /* Equivalent to 1em in the page's base font: 1 / 1.3 = 0.769 */
    margin-bottom: 0.769em;
}
h4, h5, h6 {
    font-size: 1.1em;
    line-height: 1.3em;
    margin-top: 0.909em; /* Equivalent to 1em in the page's base font: 1 / 1.1 = 0.909 */
    margin-bottom: 0.909em;
}
/** elements **/
/** navbar **/
ul#navbar {
    width: 960px;
    height: 40px;
    margin: 0px auto;
	padding: 0px 0px 0px 75px;  
	font-size: 12px; 
}
/* The order of link states are based on Eric Meyer's article:
 * http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states
 */ 
ul#navbar a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
} 
ul#navbar a:hover, #navbar a:focus {
    color: #f3b411;
} 
ul#navbar li {
    float: left;
    padding: 5px 20px 0px 0px;
}
/** page **/
#page{
	width: 960px;
	position: relative;
    margin: 10px auto;
}
.newsitem {
	clear:left;
	padding:10px 0;
}
.newsitem .date, .newsitem .name {
	float:left;
}
.newsitem .date {
	width:125px;
}
/** footer **/
#footer {
	float:left;
	width:100%;
    margin: 15px 0px 15px 0;
    text-align: center;
    color: #666;
    font-size: 12px;
} 
#footer a {
    color: #666;
}
/*IE6 Message*/
#ie6_message {
	background: #e50000 none repeat scroll;
	line-height:1.5;
	color:white;
	border-bottom: 2px solid black;
	font-size: 12px;
	height: 25px;
	padding: 10px;
	position: relative;
	text-align: center;
}
#ie6_message a:link, #ie6_message a:visited {
	color: white;
}
#ie6_message a:hover {
	color: white;
	text-decoration:none;
}

