@charset "UTF-8";
/* CSS Document */
@import url("reset-min.css");
@import url("layout.css");
@import url("color.css");
@import url("Chancellors.css");	/*AWF */

body {
	font: normal 14px/18px Arial, Helvetica, sans-serif;
	color:#333333;
}
h1,h2,h3,h4 {
	font-weight:normal;
	letter-spacing:-1px;
}
h1 {
	font-size:24px;
	color:#CC0000;
	margin:14px 0;
}
/*AWF color change from #003366*/
h2 {
	font-size:20px;
	color:#CC0000;
	margin:6px 0;	/*AWF was = 12px 0*/
}
/*AWF color change from #003366*/
h3 {
	font-size:18px;
	color:#CC0000;
	margin:6px 0;	/*AWF was 12px 0*/
}
h1 img,h2 img,h3 img,h4 img 
{
	vertical-align:middle;
	position:relative;
	top:-1px;
}
p {
	margin:8px 0;	/*AWF was = 14px 0 */
}
a {
	color:#006699;
}
a:hover {
	color:#000033;
}
.clear {
    clear:both;
    height:1px;
    overflow:hidden;
}
.clr {
	clear:both;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.al {
	text-align:left;
}
.ar {
	text-align:right;
}
.h1px {
	height:1px;
	overflow:hidden;
	font-size:1px;
}
.btnMore {

}
.btnMore a {
	background:url(../img/navigation/bg_btnSmall.gif) top left no-repeat;
	color:#fff;
	text-align:center;
	width:56px;
	font-size:10px;
	display:block;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	padding-right:2px;
}
strong {
	font-weight:bold;
}
.mrgTB2px {
	margin:20px 0 !important;
}
