body, html {
	behavior:  url(/bcp/workshops/techade/assets/csshover.htc); /* WinIE behavior call */
	margin:0px 0px 0px;
	padding:0px;
	/* background: #F8F8F8; */
}

/* Skip Navigavtion code */

div#skip a, div#skip a:hover, div#skip a:visited  { 
	display: none;
  } 
div#skip a:active, div#skip a:focus {
	display: none;
}
div#contentLink  { 
	display: none;
} 

/* END Skip Navigation */


div#container{
	width: 760px;
	background: url(/bcp/workshops/techade/images/features_bg.jpg) repeat-y left;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	margin: 0px auto;
	padding: 0px;
	height: auto;
	top: 0px;
}

/* FTC ribbon */

div#ribbon{
	display: none;

}
div#ribbon a{
	display: none;
}
div#ribbon a:hover{
	display: none;
}
div#ribbonLeft {
	display: none;
}
div#ribbonRight {
	display: none;;
}


/* Tech-ade Header */

div#header{
	position: relative;
	margin: 0px;
	width: 760px;
	height: auto;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 2px solid #001a5e;
	border-left: 0px;
	background: none;
	text-align: right;
	padding: 0px 0px 10px;
}
div#header h1{
	font: bold 18px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
}
div#header h1 span{
	font: normal 16px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: left;
}

div#header p{
	display: none;
}
div#header p strong{
	display: none;
}
div#header p span{
	display: none;
}


/* Side Navigation */

div#sideMenu {
	display: none;

}
div#sideMenu ul {
	display: none;
}
div#sideMenu li {
	display: none;
}


div#sideMenu ul li:hover {
	display: none;
}

div#sideMenu ul li.submenu {
	display: none;
}

div#sideMenu ul li.submenu:hover {
	display: none;
}

div#sideMenu ul li a {
	display: none;
}

div#sideMenu>ul a {  /* modification for all browsers but IE */
	width: auto;
}

div#sideMenu ul ul {
	display: none;
}

div#sideMenu ul ul li {
	display: none;

}
div#sideMenu ul ul li a {
	display: none;
}

div#sideMenu ul ul li.submenu:hover {
	display: none;
} 
div#sideMenu ul ul li a:hover {
	display: none;
} 


div#sideMenu ul.level1 li.submenu:hover ul.level2, div#sideMenu ul li.submenu:hover ul.level2 {
	display: none;
}




div#features{
	display: none;
}
div#features h2{
	display: none;
}

div#features h3 {
	display: none;
}
div#features p {
	display: none;
}
div#features p a {
	display: none;
}
div#features p a:hover {
	display: none;
}

/* End Side Navigation */

div#main{
	position: relative;
	margin:0px;
	border: 0px;
	width: 90%;
	background: url(none);
	float: left;
}
div#main h1 {
	position: relative;
	height: 35px;
	width: 100%;
	margin:0px;
	border: 0px;
	font: normal 20px Arial, Helvetica, sans-serif;
	text-align: right;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	color:#000000;
}

div#content{
	position: relative;
	margin:0px;
	border: 0px;
	width: 100%;
	padding: 5px 10px 5px 20px;
	font: normal 80% Arial, Helvetica, sans-serif;
	height: auto;

}
div#content a{
	font-weight: normal;
	color: #007dff;
	text-decoration: underline;
}
div#content a:hover{
	font-weight: normal;
	color: #007dff;
	text-decoration: none;
}
div#content ul li{
	padding-bottom: 5px;
}
div#content ul {
	margin: 5px 0px 10px 20px;
	padding: 0px;
	color: #000000;
}
div#content h2{
	font-weight: normal;
	color: #007dff;
	font-size: 150%;
	font-family: Arial, Helvetica, sans-serif;
	width: 550px;
	border-bottom: 1px solid #007dff;
	margin: 15px 0px 10px 0px;

}
div#content h3{
	font-weight: bold;
	color: #001A5E;
	font-size: 130%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px 0px 10px 0px;
}
div#content h4{
	font-weight: normal;
	color: #001a5e;
	font-size: 120%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

div#col1{
	margin: 10px;
	float: left;
	width: 230px;
}

div#col2{
	padding: 10px 10px 10px 30px;
	float: right;
	width: 240px;
	border-left: 1px solid #CCCCCC;
}

div#bottom {
	width: 550px;
	border-top: 1px solid #001A5E;
	padding-top: 5px;
	margin-top: 5px;
	display: block;
}

div#box {
	background: #F8F8F8;
	border: 1px dashed #CCCCCC;
	padding: 0px;
	margin: 0px;
	position: relative;
}

div#box span.tell {
	border: 1px solid #FF0000;
	position: relative;
	top: -10px;
	right: -10px;
	height: 22px;
}
div#box span.tell a {
	margin:0px;
	padding: 5px;
	background: #e5e8f7;
	color: #001a5e;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
div#box span.tell a:hover {
	margin:0px;
	padding: 4px;
	background: #ffffff;
	color: #1487ff;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border: 1px solid #1487ff;
}
div#box p.note {
	margin:-20px 10px 5px;
	border: 0px;
	padding: 0px;
	font: normal 75% Arial, Helvetica, sans-serif;


}
div#box>p.note { 
	margin-top:0px;
	margin:0px;
	border: 0px;
	padding: 0px 10px 5px;
	font: normal 75% Arial, Helvetica, sans-serif;

}


div#footer{
	display: none;
}

div#footer a {
	display: none;
}
div#footer a:hover {
	display: none;
}

.title {
	font-weight: bold;
	font-size: 16px;
}
.caption {
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid #00185A;

}
.fileList TH {
	padding: 2px;
	font-size: 14px;
	text-align: left;
	color: #000000;
	font-style: italic;
	background: #C2CBF4;
}

.fileList TD {
	font-size: 12px;
	text-align: left;
	background-color: #FFFFFF;
	padding: 2px;
}

.fileList TD.fname {
	text-align: left;
	background: #E2E2E2;
	font-weight: bold;
	border: 0.5px solid #DADADA;
}
#table {
	border: 0px solid #DDDDDD;
}
/**div#news {
	border: 2px solid #af8130;
	position: relative;
	top: 5px;
	right: 5px;
	color: #001A5E;
	background: #e5e8f7;
	float: right;
	padding-bottom: 10px;
	padding-left: 5px;
	width: 230px;
}**/
div#news {
	border: 1px solid #01195F;
	position: relative;
	top: 5px;
	right: 5px;
	color: #007DFF;
	background: #fcf0dc;
	float: right;
	padding-bottom: 10px;
	padding-left: 5px;
	width: 280px;
}
.B {
	font-weight: bold;
}
div#news span.text {
	border: 1px solid #01195F;
	position: relative;
	top: -10px;
	right: -10px;
	height: 22px;
	background: #fcf0dc;
	color: #007DFF;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 14px;
	margin-top: 5px;
}
div#what {
	position: relative;
	top: 5px;
	right: 0px;
	height: 22px;
	color: #000000;
	float: left;
	width: 250px;
	left: 5px;
}
.italic {
	font-style: italic;
}

#table tr td ul li {
	list-style: url(none) none;
	padding-left: 10px;
	top: -10px;
}
.li {
	list-style: circle url(none);
	padding-left: 10px;
	top: -10px;
}
div#content img {
	font-weight: normal;
	margin: 0px;
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;
}

