/* Styles for the Alliance page, */
p, td, h1, h2, h3, h4, h5, h6 { font-family: Verdana, Arial, Helvetica, sans-serif; }
p      { font-style: normal; font-weight: normal; font-size: 12px; }
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; }

hr#firsthr {
    color: #000; 
    background-color: #336699;
    height:3px; 
    width: 95%
}
 
hr { 
    color: #900000; 
    background-color: #900000; 
    text-align:left; 
    height:3px; 
    width:90%; }

 .divtitle {  
        border:1px ridge; 
        margin:1px;
        font-family: Verdana, Arial, Helvetica, sans-serif; 
        font-weight:bold; 
        font-size: 12px;}
/*#header {
	position: absolute;
	top: 45px;
	left: 135px;
	width: 950px;
	height: 195px;
	padding-left:1px;
	background-color: #FFFFFF;

	}*/
	
#header {
	position:absolute;
	top:20px;
	left:135px;
	width:950px;
	height:215px;
	padding-left:1px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
	background-color: #fff;
    border: 6px solid;
	border-color: #006699;


	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;

}	
/*#logo {
   border:3px groove #336699;
}*/
	
#leftbar {
	position: absolute;
	top: 254px;
	left: 135px;
	width: 245px;
	height: auto;
	background-color: #006699;

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

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

}

#center {
	position:absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	top: 254px;
	left: 385px;
	width: 395px;
	height: auto;
	padding-left:1px;
	background-color: #FFFFFF;


	}

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

     }

#rightbar {
	position: absolute;
	top: 254px;
	left: 785px;
	width: 312px;
	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: 4300px;
	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;

     }

