body {
	background-color: #000;
	font-family: Verdana, Arial;
	font-size: 12px;
	line-height: 1.5em;
	margin: 10px auto;
	width: 960px;
}
#mainwrapper {
	background: white;
	padding: 2px 2px 2px 0;
	margin: 0 auto;
	float: left;
}
#midsectionwrapper {
	float: left;
	background: #EBEBEB url(images/2px-square.gif) repeat-y;
}
#menuwrapper {
	float: left;
	width: 210px;
	border-right: 1px solid #ccc;
	margin-right: 10px;
	
}
#contentwrapper {
	float: left;
	width: 735px;
	min-height: 300px;
}
#banner #cbdltd-logo {
	width: 421px;
	height: 174px;
	background: #FFF url(images/cbcltd-logo.gif) no-repeat;
}
#banner {
	background-repeat: no-repeat;
	background-position: right;
}
#content {
	padding: 20px 5px;
	/* float: left; */
}
#footerwrapper {	
	border-left: 2px solid white;
	background: url(images/cbcltd-footer.gif) no-repeat;
	height: 185px;
	clear: both;
	width: 953px;
}
#footertext {
	color: #fff;
}
#footertext .poweredBy,
#footertext .poweredBy a {
	color: #fff !important;
}

/* Structure Styles */ 
#maintable {
	margin-right: auto;
	margin-left: auto;
}
.basebg {
	background-image: url("images/page-bg.gif");
	background-repeat: repeat-y;
	padding-right: 14px;
	padding-left: 14px;
}
#contenttable {
	margin-top: 10px;
}
.content {
	padding-left: 15px;
	
	min-height: 300px;
	height: 300px;
	text-align: justify;
}
.content .pageContent {
	padding-right: 15px;
}


td {
	vertical-align:top;
}
/* navigation Styles */
.buttonscontainer {
	width: 170px;
}
.buttons a:link, .buttons a:visited {
	color: #333333;
	background-color: #b5cefd;
	padding: 5px;
	display: block;
	border-bottom: 1px solid #FFF;
	text-decoration: none;
	text-align: right;
	font-weight: bold;
	width: 160px;
}
.buttons a:hover {
	background-color: #d7e5fe;
	color: #333333;
	text-decoration: none;
}
/* Text and Link Styles */
h1 {
	line-height: normal;
	font-family: Verdana,Arial;
	font-weight: normal;
	color: #000;
	margin: 0px;
	padding: 0px;
	font-size: 150%;
}

h2 {
	font-size: 120%;
	color: #C51015;
}
h3, h4{
	font-size: 100%;
	color: #C51015;
}

a:link, a:visited {
	color: #C51015;
	text-decoration: none;
}
a:hover {
	color: #C57075;
	text-decoration: underline;
}
#footerlinks {
	color: #fff;
	text-align: center;
}
#footerlinks a:hover,
#flatoutlink a:hover {
	text-decoration: none;
}
#flatoutlink {
	color: #fff;
	padding-top: 20px;
	text-align: center;
}