/* Styles for Alliance Articles */

p     { font-style: normal; 
        font-weight: normal; 
		font-size: 16px; 
		font-family: Geneva, Arial, Helvetica, sans-serif;
	 }
		 
td    { font-style: normal; 
        font-size: 12px; 
        font-family: Geneva, Arial, Helvetica, sans-serif; }

h1    { color: #336699; 
        font-size: 2em; 
        font-family: Geneva, Arial, Helvetica, sans-serif; }
		
h2    { color: #5a0000; 
        font-size: 1.5em; 
        line-height: 1.7em; 
        font-family: Geneva, Arial, Helvetica, sans-serif; }
		
h3    { color: #336699; 
        font-weight: bold; 
		font-size: 15px; 
        line-height: 16px; 
		font-family: Geneva, Arial, Helvetica, sans-serif; }
		
h4    { color: #063; 
        font-size: 14px; 
        font-family: Geneva, Arial, Helvetica, sans-serif; }
		
h5    { font-style: normal; 
        font-weight: 500; 
        font-size: 0.7em; 
        line-height: 2.0em; 
        font-family: Geneva, Arial, Helvetica, sans-serif; }

h6    { font-size: 10px; 
        font-family: Geneva, Arial, Helvetica, sans-serif; }
		
A:hover  { color: #cc3333; 
           text-decoration: none }

body {background-color: #99CCCC}

#banner { position: absolute;
          left:190px; 
		  top:55px; 
		  width:420px; 
		  height:95px;
		  border-width: 1px 8px 8px 1px ;
		  border-style: ridge; 
		  border-color: #ffcd00; 
		  padding: 0px;
	}
         

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

	}

#leftbar {

	position: absolute;
	top: 160px;
	left: 20px;
	width: 165px;
	height: auto;
	background-color: #336699;

	}

#center {

	position:absolute;
	top: 160px;
	left: 190px;
	width: 870px;
	padding: 5px;
	height: auto;
	background-color: #99CCCC;
	border-width: 1px 8px 8px 1px ;
    border-style: ridge; 
	border-color: #ffcd00; 
	padding: 4px;

	}

.highlight {
    background-color: #ffc;
	padding: 1px;
	
}
#rightbar {

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

	}

#footer {

    position:absolute; 
	top: 1970px;
	left: 190px; 
	width: 880px; 
	height: 140px;
	background-color: #FFFFFF; 
	border-width: 1px 8px 8px 1px ;
    border-style: ridge; 
	border-color: #ffcd00; 
	padding: 0px;

	}
	
#footer .divtitle {
	text-align:left;
	color:#fff;
	width:auto;
	background-color: #006699;
     }
