html { 
  padding:0px;
  margin:0px;
}

body {
background: #E9ECED url(./images/unitedobligations-pagebg.gif) repeat-y top center;
font-size: 14px;
font-family: Verdana, Arial, Sans-Serif;
color:#564b47;  
text-align:center;
margin:0px;
padding:0px;
}



/* CONTAINER */
#container {
width:768px;
margin: 0px auto;
padding:0px;
text-align:left;
}


/* LEFT SIDE BAR */
#left {
width:175px;
padding:0;
float:left;
background-color: transparent;
text-align: center;
}


/* CENTER CONTENT */
#center {
text-align: center;
width:565px;
padding:12px;
float:left;
background-color:#fff;
overflow: auto;
}

#center img {
margin: 8px 15px 8px 15px;
}


ul {
list-style-image: url(./images/unitedobligations-bullet1.gif);
padding-left: 1em;
text-indent: -1em;
}

li {
padding: 0px 10px 2px 10px;
line-height: 140%;
color: #000000;
font-family: arial, geneva, sans-serif;
font-weight: bold;
margin: 15px;
font-size: 90%;	
}

#center p {
color: #000000;
font-family: verdana, Helv, geneva, sans-serif;
font-weight: normal;
margin: 15px;
font-size: 14px;
}

#center a, #center a:visited, #center a:active {
color: #666666;
text-decoration: none;
}

#center a:hover {
color: #333333;
}

/* RIGHT SIDE BAR */
#right {
width:175px;
padding:0;
float:left;
background-color: #F0F8FF;
border-left: 1px solid #B0C4DE;
border-right: 1px solid #B0C4DE;
border-bottom: 1px solid #B0C4DE;
text-align: center;
}

#right img {
margin: 15px 5px 15px 5px;
}

/* BANNER */
#banner {
background: transparent url(./images/unitedobligations-header.gif) no-repeat top center;
width: 768px;
height: 200px;
border-bottom: 1px solid #000000;
}

/* MAIN MENU */
#mm {
width: 768px;
padding:4px 0px 3px 0px;
border-bottom: 1px solid #cccccc;
background: #ffffff url(./images/unitedobligations-menubg.gif) repeat-x top center;
}
  
#mm a {
	float: left;
	display: inline;
	background-color: transparent;
	padding: 4px 20px 3px 15px;
	text-decoration: none;
	color: #ffffff;
	line-height: 150%;
	font-size: 80%;
    font-family: Verdana, Helv, Arial;	
	}
  
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
	#mm a {float:none;}
/* End IE5-Mac hack */
  
#mm a:hover, #mm a.on {
  	text-decoration: none; 
	color: #ffffff;
    background: transparent url(./images/unitedobligations-menubg-hover.gif) repeat-x top center;
	}




/* CLEAR */
#clear {
width: 768px;
padding:4px 0px 3px 0px;
}


/* FAVORITE LINKS */
.favorite_links {
color: #4E4E35;
font-family: arial, geneva, sans-serif;
font-weight: normal;
border: 1px solid #000000;
margin: 15px;
background: #FFFFFF url(./images/unitedobligations-favlinks-bg.gif) no-repeat bottom right;
}

.favorite_links h2 {
color: #fff;
background: transparent url(./images/unitedobligations-menubg.gif) repeat-x top center;
padding: 3px 8px 3px 8px;
margin: 0;
font-family: arial, geneva, sans-serif;
font-size: 70%;	
border-bottom: 1px solid #888888;
}

.favorite_links a {
display: block;
margin: 0;
padding: 8px;
color: #7A848A;
text-decoration: none;
font-family: arial, geneva, sans-serif;
font-size: 70%;
}

.favorite_links a:hover {
background: #ECF3F5 url(./images/unitedobligations-arrow1.gif) no-repeat top left;
color: #000000;
}


/* FOOTER */
#footer {
float: left;
width: 768px;
padding:4px 0px 3px 0px;
border-top: 1px solid #cccccc;
text-align: center;
font-family: arial, geneva, sans-serif;
margin: 0;
font-size: 11px;
}

.copyright {
font-size: 60%;
}

div.highlight {
text-align: center;
border: 1px solid #7A8B8B;
background-color: #C1CDCD;
margin: 10px 30px 10px 30px;
font-size: 24px;
}

