body {
	font-family: Verdana, Lucida Sans, Arial, sans-serif;
	font-size: 12px;
	line-height:18px;	
	color: #333333;
	background: #eaeaea;
	background-image: url('../images/bct-gradient-bgd.jpg');
	background-repeat: repeat-x;
	margin: 0 0 20px 0;
	}


p {
	margin: 0 0 10px 0;
	}	

a {
	color: #333;
	text-decoration: none;
	}
a:hover { 
	color: #000;
	text-decoration: underline;
	}

#pagewrapper { 
	width: 980px;
	margin:auto;
	padding: 0;
	}
	
#topbar { 
	width: 980px;
	background: url(../images/bct-page-top.png) no-repeat;
	height: 90px;
	color: #fff;
	}
#social-media {
  	float: left;
	width: 200px;
  	margin: 10px 0 0 30px;
  	padding: 0;
	}	
#date {
  	float: right;
	text-align: right;
	width: 140px;
	color: #000;
	padding: 0;
  	margin: 10px 90px 0 0;	
 	font-size: 10px;
 	
	}	
#topbarnav {
  	float: left;
	clear: both;
	width: 720px;
  	margin: 20px 0 0 30px;
  	padding: 0;
 	font-size: 11px;
	line-height: 13px;	
	}
#topbarnav a { 
	color: #fff;
	text-decoration: none;
	}
#topbarnav a:hover { 
	color: #ffff66;
	text-decoration: none;
	}
	
/** header divs **/	
#header {
	width: 980px;
	background: url(../images/bct-header.png) no-repeat;
	background-position: top left;	
	height: 120px;
	clear: both;
	margin: 0;
	padding: 0;
	}
	
#mainwrapper { 
	background: #4c84fd url(../images/bct-page-mid.png) no-repeat top left;
	background-position: top left;
	width: 938px; 
	padding: 0 20px 20px 20px; 
	overflow: auto; 
	clear: both;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;	
	}
	
/** left side bar **/
#sidebarwrapper { 
	float: left;
	width: 160px;
	padding: 0 20px 0 10px;
	margin: 10px 0 0 0;
	color: #fff;
	} 
#sidebarwrapper ul {
		margin: 0;
		padding:0;
		list-style-type:none;		
		}
#sidebarwrapper ul li {
	font-size: 11px;
	line-height: 12px;
	padding: 0 0 5px 13px;
	}
#sidebarwrapper ul li a {
	color: #dadada;
	}
#sidebarwrapper ul li a:hover {
	color: #fff;
	text-decoration: none;	
	}		

#sidebarwrapper h3 {
	font-size: 11px;
	font-weight:bold;
	color: #fff;
	padding-bottom: 4px;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #ccc;
	}
#sidebarwrapper h3 a {
	font-size: 11px;
	font-weight:bold;
	color: #fff;
	}
#sidebarwrapper h3 a:hover {
	color: #ffff66 !important;
	text-decoration: none;
	}	
	


		.sub-nav a {
	font-size: 11px;
	line-height: 13px;
		font-weight:normal;
		display:block;
		color: #dadada;
		padding:0 5px 3px 5px;
		}
		.sub-nav a:hover {
		color: #333;
		text-decoration: none;
		} 
		
/** main content **/

#content { 
	float: left;	
	width: 700px;
	text-align: left;
	color: #333;
	background: #fff;
	border: 1px solid #333;
	padding: 20px;
	margin: 10px 0 0 0;
	}


#content h1 { 
	font-size: 16px;
	margin: 0 0 10px 0;
	font-weight: bold;
	color: #666;
	}
#content h2 { 
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
	color: #1a52b8;
	}
#content div { overflow: auto; }

/*
#content ul {
	margin: 5px 10px 5px 35px;
	padding: 0;
	list-style: disc;
	color: #333;	
	}
	#content li {
	padding: 0px 0 8px 0;
	}
*/	
#content ol {
	margin: 5px 10px 5px 35px;
	padding: 0;
	}	
ol.lalpha {list-style-type: lower-alpha}
ol.lroman {list-style-type: lower-roman}
	
	
#content ul {
	margin: 5px 10px 5px 25px;
	padding: 0;
	list-style: none;
	}
	
#content li {
	background-image: url(../images/book-icon.png);
	background-repeat: no-repeat;
	background-position: 0 -6px;
	padding: 0px 0 15px 53px;
	list-style: none;
	color: #666;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;	
	}



#btmbar { 
	margin: 0 auto;
	width: 980px;
	font-size: 80%;
	font-weight: bold;
	text-align: center;
	padding-top: 8px;
	background: url(../images/bct-page-btm.png) no-repeat;
	height: 60px;
	color: #ffffff;
	}
#textlinks {  
	font-size: 10px;
	line-height: 13px;
	font-weight: normal;
	padding: 20px 0px;
	text-align: center;
	color: #666;
	}
#textlinks ul {
	margin:0;
	padding:0;
	text-align: center;
	}
#textlinks ul li {
	display: inline;
	padding: 0 15px;
	}
#textlinks a { 
	color: #666;
	text-decoration: underline;	
	}
#textlinks a:hover {
	color: #333;
	text-decoration: underline;
	}
	
	
.info {
	font-size: 10px;
	line-height: 12px;
	color: #333;
	}
	
.picborder {
	border: 1px solid #ccc;
	}	

.quote {
	font-family: "Times New Roman";	
	font-size: 15px;
	line-height: 17px;	
	color: #000;
	font-style: italic;
	font-weight: bold;
	}
	
.current {
	font-family: "Times New Roman";	
	font-size: 15px;
	line-height: 17px;	
	color: #333;
	font-weight: bold;
	padding: 15px;
	margin: 20px 0 0 0;
	border: 1px solid #ccc;	
	}	

hr.line {
	border: none 0; 
	border-top: 1px solid #ccc;
	border-bottom: 1px solid transparent;
	width: 100%;
	height: 2px;
	margin: 3px 0 3px 0;
	}
	
.header {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
	color: #1a52b8;
	}
	
.note {
	font-style: italic;
	}


.row_header {
	padding: 2px 0 2px 5px;
	font-weight: bold;
	color: #333;
	background-color: #eaeaea;	
}
.row_header2 {
	padding: 5px 10px 5px 10px;
	font-weight: normal;
	font-size: 11px;
	line-height: 12px;
	text-align: center;
	color: #333;
	background-color: #eaeaea;
	border-bottom: 1px solid #666; 	
}
.row1 {
	padding: 2px 0 10px 0;
	background-color: #fff;
	color: #333;
	border-bottom: 1px solid #dadada;  
}
.row2 {
	padding: 2px 0 10px 0;
	background-color: #fff;
	color: #333;
}
.row3 {
	padding: 2px 0 10px 0;
	background-color: #fff;
	text-align: center;
	color: #333;
	border-bottom: 1px solid #dadada;  
}
.formrow {
	padding: 5px 0 0 0;
	background-color: #fff;
	color: #333;
}
.formrow-btm {
	padding: 5px 0 5px 0;
	margin: 0 0 15px 0;
	background-color: #fff;
	color: #333;
	border-bottom: 1px solid #dadada;  
}

.formfield {
	font-family: Verdana, Lucida Sans, Arial, sans-serif;
	font-size: 11px;
	padding: 3px 3px 3px 6px;
	margin: 0; 
	background: #e2ebfe;		
	border: 1px solid #ccc;
	}

.formfield80 {
	width: 80px;
	font-family: Verdana, Lucida Sans, Arial, sans-serif;
	font-size: 11px;
	padding: 3px 3px 3px 6px;
	margin: 0; 
	background: #e2ebfe;		
	border: 1px solid #ccc;
	}

.formfield100 {
	width: 100px;
	font-family: Verdana, Lucida Sans, Arial, sans-serif;
	font-size: 11px;
	padding: 3px 3px 3px 6px;
	margin: 0; 
	background: #e2ebfe;		
	border: 1px solid #ccc;
	}
.formfield200 {
	width: 200px;
	font-family: Verdana, Lucida Sans, Arial, sans-serif;
	font-size: 11px;
	padding: 3px 3px 3px 6px;
	margin: 0; 
	background: #e2ebfe;		
	border: 1px solid #ccc;
	}
.formfield300 {
	width: 300px;
	font-family: Verdana, Lucida Sans, Arial, sans-serif;
	font-size: 11px;
	padding: 3px 3px 3px 6px;
	margin: 0;
	background: #e2ebfe;	 	
	border: 1px solid #ccc;
	}
.formfield500 {
	width: 500px;
	font-family: Verdana, Lucida Sans, Arial, sans-serif;
	font-size: 11px;
	padding: 3px 3px 3px 6px;
	margin: 0 0 10px 0;
	background: #e2ebfe;	
	border: 1px solid #ccc;
	}	

.formbutton {
	font-family: Verdana, Lucida Sans, Arial, sans-serif;
	font-size: 11px;
	padding: 3px;
	margin: 0; 	
	border: 1px solid #ccc;
	background: #eaeaea;
	color: #1a52b8;
	text-align: center;
	}
	
.error {
	color: #990000;
	}

.emphasise {	
	color: #1a52b8;
	font-style: italic;
	}	
	
.bannerbox {
				float: center;
				width: 500px;				
				margin: 15px auto;
				background: #eaeaea;
				padding: 10px;
				border: 1px solid #ccc;
				}

.clipboard {
	width: 350px;
	min-height: 55px;
	font-family: Verdana, Lucida Sans, Arial, sans-serif;
	font-size: 11px;
	padding: 3px 3px 3px 6px;
	margin: 0;
	background: #fff;	 	
	border: 1px solid #ccc;
	}
