@CHARSET "ISO-8859-1";

/**
 * Overall Page Layout
 **/
* {
	border:				0;
	padding:			0;
	margin:				0;
	border-spacing:		0;
}

body,
html {
	font-size:			13px;
	background:			#FFFFFF;
	color:				#333333;
	font-family:		georgia, "Times New Roman", "Times", serif;
	line-height:		18px;
}

#tin_container {
	width:				860px;
	margin:				27px auto 27px auto;
}


/**
 * Header strip
 */
#tin_header {
	width:				860px;
	height:				50px;
	clear:				both;
	border-bottom:		1px solid #D6D6D6;
	margin:				0;
	padding:			0 0 10px 0;
}

#tin_logo {
	width:				100px;
	height:				50px;
	float: 				left;
}

#tin_logo h1 span {
	display:			none;
}

#tin_top_right {
	float:				right;
}



/**
 * Content Region
 */
#tin_content {
	width:				860px;
	clear:				both;
	margin:				6px 0 0 0;

}

#tin_content .header {
	padding:			0 0 6px 0;
	border-bottom:		1px solid #D6D6D6;
	float:				left;
	clear:				both;
}

/**** Single Column Layout ********/
#full_column {
	width:				860px;
	float:				left;
	margin:				6px 0 6px 0;
	clear:				both;
	padding:			0;
}

/***** Double Column Layout ********/
#left_column {
	float:				left;
	width:				554px;
	border-right:		1px solid #D6D6D6;
	margin:				6px 0 6px 0;
	padding:			0 16px 0 0;
}
#right_column {
	float:				right;
	width:				262px;
	padding:			0 0 0 11px;
	border-left:		1px solid #D6D6D6;
	margin:				6px 16px 6px -1px;
}


/****** Right Column **********/
#right_column .moduletable {
	border-bottom:		1px solid #D6D6D6;
	font-size:			11px;
	padding:			13px 0 0 16px;
	line-height:		15px;
	width:				262px;
}

#right_column .moduletable:last-child {
	border-bottom:		none;
}