body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font: normal small Arial, Helvetica, sans-serif;
	color: #000000;
	}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #cc092f;
}

a {
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

.bread{
	font-size: 9pt;
	text-align: left;
	color: #ffffff;
	margin:0;
	padding: 3px 0px 0px 240px;
	border-bottom: 1px solid #cc092f;

	
}

a.BreadL {color: #ffffff;text-decoration: none;}
a.BreadL:visited {color: #ffffff;text-decoration: none;}
a.BreadL:hover {color: #ffffff;text-decoration: underline;}
a.BreadL:active { color: #ffffff;text-decoration: none;}

/* Banner */

#topBNR {
	width: 100%;
	height: 20px;
	background-color: #cc092f;
	margin: 0 auto;
	padding: 0 0 0 0;
}

#topRGT {
	float: right;
	width: 387px;
	height: 87px;
	background: url(/images/b1talent.gif) no-repeat;
	padding-top: 40px;
}

#logo {
	width: 100%;
	height: 122px;
	margin: 0 auto;
	padding: 0 0 0 0;
	background: url(/images/b1logo.jpg) no-repeat #fff;
	border-bottom: 8px solid #eae9e9;
}

#logo h1, #logo h2 {
	float: left;
	font-size: 9pt;
	font-weight: normal;
}

#logo h1 {
	padding: 0 0 0 140px;
}

#logo h1 a {
	color: #cc092f;
}

#logo h2 {
	margin: 0 0 0 65px;
	padding: 0 0 0 15px;
}

#logo h2 a {
	color: #cc092f;
}

#logo a {
	text-decoration: none;
}


/* content */

#content {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #eae9e9;
	}
	
#colA {
	float: left;
	width: 60%;
	height: 100%;
	padding: 18px 30px 0 20px;
	background-color: #ffffff;
}
	
#colB {
	float: left;
	width: 220px;
	height: 100%;
	background-color:#EAE9E9;
	padding: 0 0 0 0;
}


/* BoxedA */

.boxedA {
}

.boxedA h2 {
	height: 20px;
	padding-top: 10px;
	border-bottom: 1px solid #CCCCCC;
	font-size: 1.2em;
}

.boxedA h3 {
	font-size: 1em;
	font-weight: bold;
}

.boxedA p {
	text-align: left;
}

.boxedA .more {
	text-align: right;
}

.boxedA .more a {
	padding: 0 1em;
	background: #CCCCCC;
	border-left: 4px solid #666666;
	text-decoration: none;
}

.boxedA .more a:hover {
	background: #666666;
	color: #FFFFFF
}


/* BoxedB */

.boxedB {
	background: #eae9e9;
	margin-top:10px;
	height:100%;
}

.boxedB h2 {
	height: 35px;
	padding: 25px 0 0 21px;
	border-bottom: 1px solid #FFFFFF;
	letter-spacing: -1px;
	font-size: 24px;
	font-weight: normal;
	color: #F07242;
}

.boxedB ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.boxedB li {
	display: inline;
}

.boxedB a {
	display: block;
	width: 169px;
	height: 23px;
	padding: 7px 0 0 51px;
	/*background: #FDF1EC url(images/img08.gif) no-repeat;*/
	border-top: 1px solid #FFFFFF;
	text-decoration: none;
	color: #cc092f;
}

.boxedB a:hover {
	background: #cc092f /*url(images/img09.gif) no-repeat*/;
	color: #FFFFFF;
}







/* Footer */

#footer {
	clear: both;
	width: 100%;
	margin: 0 auto;
	border-top: 1px solid #666666;
	background: #cc092f;
	overflow:hidden;
	padding:13px 0;
}

#footer p {
	margin: 0;
	padding:48px 30px 0px 30px;
	text-align: center;
	font-size: smaller;
	color: #FFFFFF;
	width:60%;
}
#footer img#caLogo
{
	margin-left:15px;
}
#footer a {
	color: #999999;
}
a img{border:none;}
img.alignright {
	display: inline;
}
img.alignleft {
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}