/* Styles for the Alliance page, */
p, td, h1, h2, h3, h4, h5, h6 { font-family: Geneva, Arial, Helvetica, sans-serif; }
p      { font-style: normal; font-weight: normal; font-size: 13px; }
td     { font-style: normal; font-size: 12px;  }
h1    { color: #006699; font-size: 15px;  }
h2    { color: #006699; font-size: 1.5em; line-height: 1.7em;  }
h3    { color: #006699; font-size: 11px; font-weight: bold;  line-height: 14px;  }
h4    { color: #063; font-size: 9px;  }
h5    { font-style: normal;  font-size: 0.7em; font-weight: 500;; line-height: 2.0em;  }
h6    { font-size: 10px;  }
A:link { color: #0000ff; font-weight: bold; }
A:visited { color: #336699; font-weight: normal; }
A:hover  { color: #5a0000; text-decoration: none; }
 .divtitle {  border:2px  solid; margin:0px; font-weight:bold; font-size: 1em;}

#header {
	position: absolute;
	top: 45px;
	left: 135px;
	width: 950px;
	height: 195px;
	padding-left:1px;
	background-color: #FFFFFF;

	}

#leftbar {
	position: absolute;
	top: 250px;
	left: 135px;
	width: 245px;
	height: auto;
	background-color: #116699;

	}
	
#leftbar .divtitle {
	text-align:center;
	color:#ffffff;
	width:auto;
	padding:0px;
	border-color: #fff;

    }
#IE8dis {	
    position:absolute; 
    top: 500px;
    left: 9px; 
    width:220px; 
    height:90px; 
    z-index:1; 
    background-color: #FFFFFF; 
    layer-background-color: #FFFFFF; 
    border: 4px solid #900000; 

}

#center {
	position:absolute;
	top: 250px;
	left: 385px;
	width: 395px;
	height: auto;
	background-color: #FFFFFF;
	padding-left:1px;

	}

#center .divtitle {
	text-align:center;
	color:#900000;
	width:auto;
	padding:0px;
	border-color: #900000;
	text-transform: none;
	font-weight: bold;

     }

#rightbar {
	position: absolute;
	top: 250px;
	left: 785px;
	width: 300px;
	height: auto;
	background-color: #ffffcc;

	}

#rightbar .divtitle {
   	 text-align:center;
	 color:#336699;
	  width:auto;
     padding:0px;
	  border-color: #336699; 
     }


/* keep top 300px away from heights */
#footer {
    position:absolute; 
	top: 3800px;
	left: 136px; 
	width: 950px; 
	height: 340px;
    padding: 0px;
	background-color: #FFFFFF; 
	
	}
#footer .divtitle {
	text-align:left;
	color:#FFFFFF;
	width:auto;
	padding:0px;
	border-color: #900000;
	background-color: #006699;

     }
