body {
	}
p {
	color: #000040;
	font-size: 10px;
	font-family: Verdana;
	line-height: 1.5;
	text-align: justify;
}
td {}
.copyText { color: #000040; font-size: 10px; font-family: Verdana; line-height: 1.5; text-align: justify }
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}
.copyHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bolder;
	color: #236199;
	text-decoration: none;
}
.inverse{
	color:#FFF;
	background:url('../images/bar_bg.jpg') repeat-x top left #236199;
	height:55px;
	margin:2px 0px;
}
#sideBar{
	background-image:url('../images/Alliance_web_v102_13.jpg');
	background-position:top;
	background-repeat:no-repeat;
	background-color:#0046A5;
	width: 199px;
}

/* Job Button */

#job a{
	display:block;
	width:169px;
	height:66px;
	background-image:url('../images/jobsButton.gif');
	background-repeat:no-repeat;
	background-position:0 0;
}
#job a:hover{
	background-position:0 -66px;
}

/* General Buttons */
.btn{
	
}
.btn a{
	display:block;
	background:url('../images/BtnBG.jpg') repeat-x;
	background-position:0 0;
	/*height:19px;*/
	padding:.2em 2em;
	font:11px Arial, Verdana, Geneva, sans-serif;
	color:#006;
	font-weight:bold;
	text-decoration:none;
	border-right:1px solid #CCC;
}
.btn a:hover{
	background-position:0 -19px;
}
