	* {
		margin: 0;
		padding: 0;
	}

	body {
		background: url(/images/bg.png) center repeat-y;
		font: normal 11px/14px Arial, Helvetica, sans-serif;
		color: #3c636a;
	}

	td, div {
		font: normal 11px/14px Arial, Helvetica, sans-serif;
		color: #3c636a;
	}

	th {
		font: bold 11px/14px Arial, Helvetica, sans-serif;
		color: #3c636a;
		text-align: left;
	}

	a, a:link, a:visited, a:active, a:hover {
		color: #1191af;
	}

	img {
		border: 0 none;
	}

	.shell {
		margin: 0 auto;
		width: 894px;
		background: #ffffff;
	}

	.header {
		width: 894px;
		height: 100px;
		border-bottom: 1px solid #b5d1d2;
		background: url(/images/header/bg.png);
	}

	.header .nav {
		height: 29px;
		text-align: center;
	}

	.header .nav a {
/*		padding: 0 10px;*/
	}

	.footer {
		width: 862px;
		height: 50px;
		padding: 12px 15px 8px 17px;
		border-top: 1px solid #cdcdcd;
		background-color: #e8e8e8;
		margin: 0 auto;
		font-size: 10px;
	}

	.footer a {
		font-size: 10px;
		text-decoration: none;
		color: #666666;
		padding: 0 10px;
	}

	.footer div span {
		vertical-align: 7px;
		padding-right: 10px;
	}

	.outline, .outline a {
		outline: 0;
	}

/* Menu */
	.subMenu {
		display: none;
		position: absolute;
		left: -10000px;
		top: 100px;
		border: 1px solid #b5d1d2;
		background: #ffffff;
		padding: 5px 8px;
	}

	.subMenu a, .subMenu a:link, .subMenu a:visited, .subMenu a:active, .subMenu a:hover {
		display: block;
		height: 18px;
		line-height: 20px;
		text-decoration: none;
		color: #466570;
	}

	.subMenu a:hover {
		text-decoration: underline;
	}

/* Left Column */
	.leftBlueBGList {
		width: 142px;
		background: url(/images/left/blue2whiteBG.png) repeat-x;
		margin: 2px auto;
		padding: 10px;
	}
/* added by Sudd, Left hand collapase header */
  .leftBlueBGListblurb {
		width: 142px;
		background: url(/images/left/blue2whiteBG.png) repeat-x;
		height:28px;
		margin: 2px auto;		
	}
	.leftBlueBGList a {
		display: block;
		margin-bottom: 9px;
	}

/*	.leftMailingList {
		background: #f2f2f2 url(/images/f2f2f2.png);
		margin-bottom: 3px;
		padding-bottom: 10px;
	}

	.leftMailingList span {
		display: block;
		width: 104px;
		padding: 6px 0 6px 58px;
		background: #f2f2f2 url(/images/left/envelope.png) left top no-repeat;
		line-height: 16px;
	}

	.leftMailingList label {
		display: block;
		float: left;
		width: 47px;
		height: 18px;
		padding-top: 4px;
		margin-right: 8px;
		color: #000000;
		text-align: right;
	}

	.leftMailingList .input {
		display: block;
		float: left;
		background: #dddddd url(/images/left/mailingListFormElementBG.png) left top no-repeat;
		width: 96px;
		height: 18px;
		margin-bottom: 4px;
		border: 0 none;
	}

	.leftMailingList .submit {
		display: block;
		float: right;
		font-size: 11px;
		margin: 5px 15px 0 0;
	}
*/
	.leftBottomCap {
		width: 162px;
		height: 140px;
		margin: 0 auto;
		background: url(/images/left/bottomBG.png) repeat-x;
	}


/* Right Column */
	.rightMembers {
		width: 223px;
		margin: 3px 0 7px 0;
		background: url(/images/right/membersBG.png) bottom center no-repeat;
		padding-bottom: 10px;
	}

	.rightMembers span {
		display: block;
		width: 187px;
		margin: 10px auto 0 auto;
		color: #e0eff4;
	}

	.rightMembers span label {
		display: block;
		float: left;
		width: 90px;
		height: 11px;
		margin: 6px 2px 2px 0;
		padding-left: 1px;
	}

	.rightMembers span .input {
		display: block;
		float: left;
		background: #dddddd url(/images/right/membersFormElementBG.png) left top no-repeat;
		width: 88px;
		height: 17px;
		margin: 0 2px 10px 0;
		border: 0 none;
		padding-left: 3px;
	}

	.rightMembers span .image {
		display: block;
		float: right;
		width: 44px;
		height: 17px;
		margin: 3px;
	}

	.rightMembers span a {
		display: block;
		float: left;
		width: 120px;
		color: #b2dde7 !important;
	}

	.rightContent {
		width: 213px;
		padding: 10px 5px 35px 5px;
		margin-bottom: 8px;
		background: url(/images/right/pageTurningBG.png) right bottom no-repeat;
	}

	.rightContent .line {
		height: 1px;
		width: 100%;
		margin: 10px 0;
		background: #b5b5b5;
	}


/* Content */
	.content {
		width: 894px;
		background: url(/images/content/bg.png) repeat-y;
	}

	.content td {
		vertical-align: top;
	}


/* Misc */
	.bullet {
		display: block;
		padding-left: 15px;
		background: url(/images/bullet.png) left center no-repeat;
	}

	.tblTdPad td {
		padding: 4px 0;
	}

	.left {
		float: left;
	}

	.right {
		float: right;
	}

	.clear {
		float: none !important;
		margin: 0 !important;
		padding: 0 !important;
		line-height: 0 !important;
		clear: both !important;
		height: 0 !important;
	}

	.block {
		display: block;
	}

	.bTR td {
		font-weight: bold;
	}

	.htmlBar img {
		border: 1px solid #464646;
		margin-right: 2px;
	}

	.paging a:link, .paging a:visited, .paging a:active, .paging a:hover {
		display: block;
		float: left;
		margin-right: 2px;
		border: 1px solid #464646;
		height: 17px;
		padding: 2px 7px 0 7px;
		text-align: center;
		background-color: #cccccc;
		text-decoration: none;
	}

	.paging .on {
		font-weight: bold !important;
	}

/* CMS */
	.cmsLeftColumn {
		background-color: #e1e1e1;
		vertical-align: top;
		padding: 10px 10px 10px 15px;
		width: 146px;
	}

	.cmsLeftColumn a, .cmsLeftColumn strong {
		display: block;
	}

	.cmsLeftColumn a {
		padding-left: 7px;
	}

	.cmsRightColumn {
		background-color: #ffffff;
		vertical-align: top;
		padding: 10px 10px 10px 15px;
		width: 698px;
	}

/* Calendar */
	.calendarTable {
		background-color: #333333;
		width: 100%;
	}

	.calendarTable td, .calendarTable th {
		background-color: #ffffff;
		width: 64px;
	}

	.calendarTable td {
		vertical-align: top;
		height: 75px;
		overflow: hidden;
	}

	.calendarTable td span {
		display: block;
		float: left;
		width: 10px;
		height: 10px;
		margin-left: 2px;
	}

	.calendarTable td a {
		display: block;
		float: left;
		width: 50px;
		height: 14px;
		margin: -2px 0 0 2px;
		font-size: 9px;
		overflow: hidden;
	}

	.calendarTable th {
		text-align: center;
		vertical-align: middle;
		height: 25px;
	}

	.calendarTable td div {
		height: 12px;
		padding: 0 2px 2px 2px;
		color: #aaaaaa;
	}

	.calendarTable .darkTD {
		background-color: #eeeeee;
	}


/* Old Site */

	.smallFormElement {
		color: #3c636a;
		font-size: 10px;
	}

	.note {
		color: #b0295e;
		font-size: 11px;
		font-weight: bold;
	}

	.bolds {
		color: #006633;
		font-size: 12px;
		font-weight: bold;
	}

	.bcjobs a {
		color: #000000;
		font-weight: bold;
	}
	.CCJOBS {
		font-family: Arial;
		font-size: 10pt;
	}
	A.CCJOBLINK {
		font-family: Arial;
		color: #666666;
		font-weight: bold;
	}
	A.CCMORE {
		font-family: Arial;
		font-size: 10pt;
		color: #00B3EB;
		font-weight: bold;
	}
	p {
		margin: 11px 0;
		color:#3C636A;
		font-family:Arial,Helvetica,sans-serif;
		font-size:11px;
		line-height:14px;
	}
	h1 {
		font-size: 12px;
		line-height: 14px;
		font-weight: bold;
		color: #515151;
		font-family: Arial, Helvetica, sans-serif;
	}
	h2 {
		font-size: 16px;
		line-height: 18px;
		color: #053740;
		font-family: Arial, Helvetica, sans-serif;
	}
	h3 {
		font-size: 14px;
		line-height: 16px;
		color: #053740;
		font-family: Arial, Helvetica, sans-serif;
	}
	ul {
		margin: 11px 0;
		padding-left: 40px;
	}
	li {
		line-height: 18px;
		color: #003366;
		font-size: 11px;
	}
	input.button {
		color: #000000;
		font-family: Arial, Helvetica, sans-serif;
	}
	input.text {
		color: #000000;
		font-size: 9pt;
		font-family: Arial, Helvetica, sans-serif;
		background-color: #ffffff;
	}
	textarea {
		color: #000000;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 8pt;
		background-color: #ffffff;
	}
	input.select {
		font-size: 9pt;
	}