/*------------------------------------ 
Content Headers (reserved for item->content)
------------------------------------*/

H1 {
	color: #e4342c;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
}
H2 {
	color: #000000;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 3px;
	
}
H3 {
	color: #e4342c;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	font-weight: bold;
}

/*------------------------------------ 
content header
------------------------------------*/

.content_header {
	width: 500px;
	text-align: left;
	margin-bottom: 10px;
	border-bottom: 1px solid #e4342c;
}
.secondary_title {
	float: left;
}
.primary_title {
	float: left;
}

/*------------------------------------ 
content 
------------------------------------*/

.content.container {


}
.content {
	width: 500px;
	float: left;
	line-height: 18px;
	text-align: left;
	overflow: hidden;
}
.content TABLE {
	width: 100%;
	border-collapse: collapse;
	line-height: 18px;
}
.content_title {
	width: 500px;
	border-bottom: 1px solid #e4342c;
}
.print_icon {
	padding-bottom: 0px;
	float: right;
	width: 15px;
	height: 20px;
}


/*------------------------------------ 
rightview
------------------------------------*/

.content_right_mascotte {
	float: right;
	width: 172px;
	cursor: pointer;
	margin: 6px 0px 16px 0px;
}
.content_right_mascotte IMG {
	border: 0px;
}
.content_right_sponsor {
	width: 170px;
	background-color: #ffffff;
	float: left;
	border: solid 1px #e4342c;
}
.content_right_sponsor_last {
	width: 170px;
	background-color: #ffffff;
	float: left;
	border: solid 1px #e4342c;
	margin-top: 3px;
}


/*------------------------------------ 
Home
------------------------------------*/

.home_container {

}

.home_container .block_left {
	
	width: 300px;
}

.home_container .block_right {
	float: left;
	width: 190px;
	margin: 0px 0px 0px 10px;
}


