@charset "UTF-8";
body {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 15px;
	color: #3d3d3d;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
}
#wrapper {
	width: 720px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}
#topArea {
	height:104px;
	background-image: url(../images/interface/topBackground.gif);
	background-repeat: repeat-y;
	overflow:hidden;
}
.cchTitle {
	margin-top:23px;
	width:234px;
	height:65px;
	overflow:hidden;
	line-height:1000px;
	background-image: url(../images/interface/topTitle.gif);
	background-repeat: no-repeat;
}
.topTelephone {
	float:right;
	margin-top:18px;
	width:258px;
	height:36px;
	overflow:hidden;
	background-image: url(../images/interface/telephoneNumber.gif);
	background-repeat: no-repeat;
	line-height:1000px;
}
#topNav {
	height:41px;
	overflow:hidden;
	background-image: url(../images/interface/topNavBackground.gif);
	background-repeat: repeat-x;
	text-align:center;
}
#topNav ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#topNav li {
	display:inline;
	height:41px;
	margin-left:20px;
	margin-right:20px;
	line-height:38px;
}
#topNav li a {
	color:#FFFFFF;
}
#topNav li a:hover {
	color:#CCCCCC;
}
#topNav li a.selected {
	font-weight:bold;
	text-decoration:none;
}
h1 {
	margin:0;
	padding:0;
	line-height:1000px;
}
.homePageBanner {
	height:178px;
	background-image: url(../images/pageImages/home.jpg);
	background-repeat: no-repeat;
	overflow:hidden;
}
.underBanner {
	height:18px;
	overflow:hidden;
	background-image: url(../images/interface/underBannerBackground.gif);
	background-repeat: repeat-x;
	overflow:hidden;
}
.bottomGrad {
	height:21px;
	overflow:hidden;
	background-image: url(../images/interface/bottomBackground.gif);
	background-repeat: repeat-x;
	overflow:hidden;
}
#bottom {
	font-size:11px;
	clear:both;
	padding-bottom:12px;
	line-height:13px;
}
#bottom ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
#bottom li {
	display:inline;
	margin-right: 8px;
	padding-right: 8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E4E5ED;
	text-transform:lowercase;
}
#bottom li a {
	color:#737373;
	text-decoration:none;
}
#bottom li a:hover {
	color:#000000;
}
#bottom li a.selected {
	font-weight:bold;
}
.rightColumn {
	float:right;
	width:136px;
	margin-top:25px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ECECEC;
	padding-left:15px;
	margin-right:20px;
	padding-bottom:10px;
	margin-left:15px;
}
.rightColumn h3 {
	padding:0;
	font-size:14px;
	color:#626262;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.rightColumn ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
.rightColumn li {
	margin-bottom:14px;
	height:115px;
}
.rightColumn li a {
	background-repeat: no-repeat;
	text-decoration:none;
	height:115px;
	display:block;
	background-position: 20px 0px;
	overflow:hidden;
	line-height:1000px;
}
.rightColumn li a.ICAEW {
	background-image: url(../images/interface/icaew1.gif);
}
.rightColumn li a.TCIOT {
	background-image: url(../images/interface/tciot1.gif);
}
.rightColumn li a.ICAEW:hover {
	background-image: url(../images/interface/icaew2.gif);
}
.rightColumn li a.TCIOT:hover {
	background-image: url(../images/interface/tciot2.gif);
}
h2.homePageSubTitle {
	margin:0;
	padding:0;
	overflow:hidden;
	height:71px;
	background-image: url(../images/interface/homepageSubTitle.gif);
	background-repeat: no-repeat;
	line-height:1000px;
}
p {
	color:#616161;
	line-height:22px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
p a {
	color: #711A1B;
}
p a:hover {
	color: #000000;
}
.contentArea {
	padding-left:16px;
}
.copyrightArea {
	float:right;
	color: #999999;
}
