/* CSS Document */

/*for guidance page */

html {
	height: 100%;
	width: 100%;
	margin-top: 0px;
	margin-left: 0px;
}

body {
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	margin-top: 0px;
	margin-left: 0px;
	background-image: url(../images/btc_bg.gif);
	background-position: 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
#contentLayer #programMain #leftColumn{
	position: absolute;
	width: 190px;
	left: 36px;
	top: 340px;
}






#contentLayer #programMain #leftColumn .subhead{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#contentLayer #programMain #leftColumn .leftTopic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 11px;
	font-weight: bold;
}

#contentLayer #programMain #leftColumn p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #333333;
}





/* main container layer for each page */



#contentLayer	{ 
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	background-image: url(../images/btc_header_programs.jpg);
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}



/* address in top bar */
/* position varies on some pages */


#contentLayer #addressLayer {
	font-size: 12px;
	color: #000000;
	width: 600px;
	position: absolute;
	margin-top: 76px;
	padding-left: 340px;
	left: 0px;
	top: 0px;
	z-index: 25;
	visibility: visible;
}







/* page content begins here */

/*left and right columns*/
#contentLayer #programMain {
	float: none;
	padding-top: 145px;
	padding-left: 275px;
	left: 0px;
	top: 0px;
	position: absolute;
	margin: 0px;
	display: block;
	width: 700px;
	visibility: visible;
}





#rightColumn {
	float: left;
	width: 420px;
	padding-top: 300px;
	padding-left: 680px;
	left: 0px;
	top: 0px;
	position: absolute;
	margin: 0px;
}






/* bold span for program names*/
.progNames {
	font-weight: bold;

}



#logoLayer {
	position:relative;
	left:0px;
	top:0px;
	width:125px;
	height:600px;
	z-index:10;
	background-color: #FFFF00;
	margin-top: 0px;
	margin-left: 0px;
	float: left;
}
#btcLayer h1 {
	background-repeat: no-repeat;
	background-color: #00FF33;
}
#btcLayer {
	margin-top: 0px;
	margin-left: 0px;
	position: relative;
	float: left;
	top: 0px;
	width: 500px;
	left: 190px;
	background-color: #FF33FF;
}

#logoBg {
	position:absolute;
	left:72px;
	top:392px;
	width:200px;
	height:200;
	z-index:25;
	background-color: #9999FF;
}



/* menu system */

#menuLayer{
	/*background-color: #67872f;*/
	background-color: #ebe9d2;
	list-style-image: none;
	width: 150px;
	margin: 0px;
	display: block;
	left: 48px;
	top: 98px;
	position: relative;
	float: left;
	z-index: 35;
}



#menuLayer ul {
	display: block;
	list-style-image: none;
	width: 150px;
	padding: 0px;
	margin: 0px;
	border: none;

}


#menuLayer ul li.thisPage {
	display: block;
	width: 280px;
	margin: 0px;	/*margin-left: 12px;*/
	text-indent: 21px;
	padding: 0px;
	font-weight: normal;
	font-size:16px;
	line-height: 28px;
	padding-bottom: 2px;
	background-color: #315a85;
	color: #ffffff;
	list-style-image: none;
	overflow: visible;		
}



#menuLayer ul li {
	display: block;
	list-style-image: none;
	text-decoration: none;
	width: 150px;
	margin: 0px;	/*margin-left: 12px;*/
	text-indent: 12px;
	padding: 0px;

}


#menuLayer ul li a:link, #menuLayer ul li a:visited, #menuLayer ul li a:active {
	background-color: #ebe9d2;
	/*color: #315a85;*/
	color: #333333;
	font-size:12px;
	line-height: 28px;
	text-decoration: none;
	list-style-image: none;
	display: block;
	width: 150px;
	margin: 0px;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #315a85;

}

#menuLayer ul li a:hover {
	background-color: #315a85;
	color: #ebe9d2;
	/*color: #fff;*/
	font-size:12px;
	line-height: 28px;
	text-decoration: none;
	list-style-image: none;
	display: block;

}



/* program page styles */

#programMain h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #666666;
	text-align: center;

}



#programMain .body .subhead {
	font-weight: bold;
}


/* table styles */

#guidance #contentLayer #programMain table {
	border: 1px solid #999999;

}




#guidance #contentLayer #programMain td, #guidance #contentLayer #programMain th{
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
