@charset "UTF-8";
/* CSS Document */

#main_container {
	width:737px;
	/* IE FIX */
	_width:743px;
	/* END */
	height:auto;
	float:right;
	text-align:left;
	line-height:18px;
	font-size:12px;
	}
	
#main_left {
	width:544px;
	height:auto;
	float:left;
	}
	
#main_right {
	width:193px;
	height:auto;
	float:right;
	}
	
#main_right .callout {
	margin:0px 0px 20px 0px;
	}
	
.profile_name {
	font-size:11px;
	font-weight:bold;
	color:#005280;
	}
	
.profile_title {
	font-size:11px;
	color:#005280;
	line-height:16px;
	}
	
.profile_copy {
	font-size:11px;
	color:#0068b1;
	line-height:16px;
	}
	
#breadcrumbs {
	width:727px; /*737*/
	_width: 733px;
	height:auto;
	font-size:10px;
	color:515151;
	float:right;
	text-align:right;
	background-image:url(/images/line_left.gif);
	background-repeat:repeat-y;
	background-position:left;
	padding-bottom:35px;
	padding-right:10px;
	}
	
#breadcrumbs a:link, #breadcrumbs a:visited {
	font-size:10px;
	color:515151;
	text-decoration:none;
	}
	
#breadcrumbs a:hover {
	font-size:10px;
	color:8c959d;
	text-decoration:underline;
	}
