/* Core */
a:active {color: #0000FF}
a:hover {text-decoration: none;}
a:link {color: #0000FF}
a:visited {color: #69a00b}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
}

/* Container layout */
.twoColFixRt #container {
	width: 855px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 0; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.twoColFixRt #sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in
					 addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 3px 3px;
}

.twoColFixRt #mainContent {
	margin: 0 0 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div
						contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space 
						when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

/* Sidebar properties */
.sbHeader a {	
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
}

.sbMenuBorder {
	background: #6C8CC5;
	height: 35px;
	white-space: nowrap;	
}

.sbLeftBorder {
	background: url(https://www.cthosp.org/press_room/images/Blue_Line_Left.jpg);
}

.sbRightBorder {
	background: url(https://www.cthosp.org/press_room/images/Blue_Line_Right.jpg);
	width: 8px;
	
}

.sbTbl {	
	border-collapse: separate;
	border-spacing: 0px;
	padding: 0px;
	width: 250px;	
}

/* Text properties*/
.UpdateBlue {
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	color: #4B78B9;
}

.UpdateContent {
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	color: #444444;
}

.UpdateDate {
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	color: #333333;
	background: #FFFFFF;
	height: 50px;
}

.UpdateTitle {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #4B78B9;
}

.UpdateTitle a {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #4B78B9;
	text-decoration: none;
}

.UpdateTitle a:hover {
	text-decoration: underline;
}