#header {
	background: #000060; /* 000078 */
	border-top: 2px solid #000000;
	border-bottom: 1px solid #fff;
	width: 100%;
	height: 36px; /* mac needs this set to 40 */
	margin : 0 0%;
	text-align: right;
}

#header-mac {
	background: #000060; /* 000078 */
	border-top: 2px solid #000000;
	border-bottom: 1px solid #fff;
	width: 100%;
	height: 40px; /* mac needs this set to 40 */
	margin : 0 0%;
	text-align: right;
}

#header-alternate {
	background: #000060;
	width: 100%;
	height: 34px;
	margin : 0 0%;
}

#header-alternate2 {
	background: #000060;
	border-bottom: 1px solid #fff;
	width: 100%;
	height: 34px;
	margin : 0 0%;
}


#subheader  {
	width: 100%;
	height: 30px;
	background: #eeeedd; /* d7d8ea */
	border-bottom: 1px solid #000000;
		border-top: 2px solid #990000;
	/* border-top: 2px solid #ffffff; */
	margin : 0 0%;
	padding: 4px; 
}

#quicklinks {
	text-align: left;
	/* width: 60%; this is what moves the uknow text around 75 */
	margin : 0 0%;
	color: #000000;
}

#quicklinks2 {
	text-align: left;
	margin : 0 0%;
	color: #000000;
}

#alternate-quicklinks {
	float: left;
	/* width: 60%; this is what moves the uknow text around 75 */
	margin : 0 0%;
	color: #ffffff;
}            
            
#uknow {
    	text-align: right;
	margin: 0 0%;
}

#footer {
	clear: both;
	border-top: 6px solid #000000; /* a1a1a1 */
	text-align: center;
	margin : 0 0%;
}

#validate {
	text-align: center;
	margin : 0 0%;
}

p.title {
	  font-weight: bold;
	  color: #990000;
	  font-size: small;
          text-align: left;
          margin-left: 15px;
          margin-bottom: .5%;
          }
          
p.title2 {
	  font-weight: bold;
	  color: #990000;
	  font-size: small;
          text-align: left;
          margin-bottom: .5%;
          }
          
p.title3 {
	  font-weight: bold;
	  color: #990000;
	  font-size: x-small;
          text-align: left;
          margin-bottom: .5%;
          }
          
p.title4 {
	  font-weight: bold;
	  color: #990000;
	  }
 
p.indent {
	margin-left: 12px;
	}
	         
p.message {
	  font-weight: bold;
	  color: #000078;
          }           

p.header {
	color: #000000;
	font-weight: bold;
	margin-top: 10px;
}
          
P.portallinks  {
          text-align: left;
          margin-left: 18px;
          }
          
P.foot {
	font-size: xx-small;
	}

p.links (
	margin-bottom: 4%;
	}
		
p.quote {
	color: #66669a;
	font-style: italic;
	}
	
A.underline {
	text-decoration: underline;
	}
           
