* {
    margin:0px;
    padding:0px;
}

body {
    background:#222;
}

img,
.left_bar,
#masthead,
#middle_section,
#info_bar {
    behavior: url(/css/iepngfix.htc);
}

a img {
    border:none;
}




#outerpage {
    background:#000000;
    width:900px;
}


/*
 * Upper Section
 */
#upper_section {
    position:relative;
    padding-top:21px;
    clear:both;
    z-index:1;
}

#upper_section div.left_bar {
    background:url(/images/vertbar-bg.png);
    position:absolute;
    top:0px;
    left:0px;
    width:174px; 
    height:132px;
    margin-left:22px;    
}

#masthead {
    background:url(../images/masthead-bg.png);
    height:111px;
    text-align:center;
}





/*
 * Middle Section
 */
#middle_section {
    background:url(/images/vertbar-margin-bg.png) repeat-y;
    clear:both;
    z-index:0;
    _height:1%;
}

#middle_section div.left_bar {
    float:left;
    width:174px; 
    margin-left:22px;
    
    /* Fix IE double-margin bug */
    display:inline; 
}

#middle_section div.left_bar ul {
    list-style-image:url(/images/nav-li.gif);
    margin-left:25px;
}

#middle_section div.left_bar ul ul {
   list-style-image:none;
}

#middle_section div.left_bar ul,
#middle_section div.left_bar ul a {
    color:#f8ecbc;
    font-family:Verdana, Helvetica, sans-serif;
    font-size:10pt;
    font-weight:bold;
    line-height:1.5em;
    text-decoration:none;
}

#middle_section div.left_bar ul a:hover {
    text-decoration:underline;
}

#middle_section div.left_bar ul li.expanded {
    list-style-image:url(/images/nav-li-expanded.gif);
}

#middle_section div.left_bar ul ul {
    list-style:none;
    margin-left:15px;
}

#middle_section div.left_bar ul ul,
#middle_section div.left_bar ul ul a {
    font-weight:normal;
}

#inner_content {
    width:554px;
    min-height:520px;
    _height:520px;
    padding:50px;
    padding-right:100px;
    float:left;
    
    margin-top:-40px;
	margin-bottom:-20px;
    padding-top:60px;
    
    display:inline;
}



/*
 * Lower Section
 */
#lower_section {
    position:relative;
    clear:both;
    z-index:1
}

#lower_section div.left_bar {
    background:url(/images/vertbar-bg.png);
    position:absolute;
    top:0px;
    left:0px;
    width:174px; 
    height:132px;
    margin-left:22px;
}

#info_bar {
    background:url(/images/horizbar-bg.png);
    height:111px;

    text-align:center;
	padding-left:170px;
}

#info_bar .col1,
#info_bar .col2,
#info_bar .col3 {
	font-family:Verdana, Helvetica, sans-serif;
	font-size:10pt;
	float:left;
	color:#f0dca5;
	width:220px;
	padding:10px;
	line-height:1.5em;
}

#copyright {
    height:21px;
    text-align:center;
    color:#f8ecbc;
    font-family:Verdana, Helvetica, sans-serif;
    font-size:9pt;
	font-style:italic;
	padding-left:150px;
}

#copyright a {
    color:#f8ecbc;
    font-family:Verdana, Helvetica, sans-serif;
    font-size:10pt;
    text-decoration:underline;
}

#copyright a:hover {
    color:#777777;
}