/* basic formating for pages ----------- */
.hide {
	display: none;
}

html, body {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial;
	background-color: #cccccc;
	background-image: url(../images/page_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
p {
	color: #66608C;
}
form {
	margin: 0px;
	padding: 0px;
}

#wrapper {
	width: 979px;
	margin-right: auto;
	margin-top: 5px;
	margin-left: auto;
	/*padding-bottom: 10px;*/
}
#container {
	background-color: #FFFFFF;
	padding: 3px;
}
/*----------New logoCell -----------*/
#header {
	height: 110px;
	background-image: url(../images/header01.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	background-color:#ffffff;
}
#logoCell {
	float:right;
	margin: 30px 40px 0px 0px;
	width: 447px;
	height: 52px;
	/*background-image: url(../images/AIB_logo.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;*/
}
#logoCell a{
	height: 52px;
	width: 447px;
	display:block;
}
#footer {
	height: 50px;
	width: 100%;
	background-color: #8e956c;
	background-image: url(../images/footerLogo.gif);
	background-repeat: no-repeat;
	background-position: 20px center;
}

#copyright, #links {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	padding-left: 20px;
	color: #717756;
	text-align: right;
	line-height: 30px;
	float:right;
}
#copyright a, #links a {
	color: #717756;
	font-size: 11px;
}
#copyright a:hover, #links a:hover {
	color: #e67c40;
	font-size: 11px;
}

.clear {
	height: 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
}
a {
	color: #e67c40;
	margin: 0px;
	outline: none;
}
a:hover {


	color: #000000;
	margin: 0px;
}
hr  {
	padding: 0px;
	margin: 0px;
}
blockquote {
	padding: 0px;
	margin: 0px 0px 0px 10px;
}
img {
	border: none;
	outline:none;
}
.transparent {
	background-color: transparent;
}
H1, H2, H3, H4, H5, H6 {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial;
	font-weight: normal;
}
H1 {
	margin-bottom: 10px;
	font-size: 22px;
	line-height: 26px;
	color: #66608C;
}
H2 {
	margin-bottom: 7px;
	font-size: 18px;
	line-height: 20px;
	color: #66608C;
}
H3 {
	font-size: 14px;
	line-height: 16px;
	font-weight: Bold;
}