@charset "UTF-8";
/* CSS Document */
html, body {
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	width: 100%
}
table, td, th {
	border: 0px #FFFFFF none;
	background: transparent;
}
a:link {
	color: #e3001b;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #e3001b;
}
a:hover {
	text-decoration: none;
	color: #de007b;
}
a:active {
	text-decoration: none;
}
body {
	background-color: #eaeaea;
}
ul {
	list-style: none;
	list-style-position: inside;
}
.structBack {
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 900px;
	background: #FFF;
	padding: 10px;
}
.structHeader {
	margin: 0 auto;
	position: relative;
	text-align: center;
	background: #fff;
	width: 900px;
	padding: 10px;
}
.structHeaderBody {
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 900px;
}
.structHeaderTagline {
	margin: 0 auto;
	position: absolute;
	text-align: right;
	right: 15px;
	top: 25px;
	font-size:18px;
	color: #e3001b;
}
.structBody {
	margin: 0 auto;
	position: relative;
	text-align: left;
	margin: 0px 2px;
}
.structFooter {
	margin: 0 auto;
	position: relative;
	text-align: center;
	color: #666;
	background: #FFF;
	padding: 0px 6px;
}
.structBoxes {
	margin: 0 auto;
	position: relative;
}
.box {
	float: left;
	border: 1px #DDDDDD solid;
	width: 214px;
	height: 130px;
	margin: 0px 2px;
	font-size: 13px;
	background-color: #f8f8f8;
	background:url(images/content_back.jpg) top center no-repeat;
}
.boxHeader {
	margin: 0 auto;
	position: relative;
	padding: 4px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	background: url(images/header_bg_black.jpg) repeat-x center left;
	
}
.boxBody div {
	#position: absolute;  
	#top: 50%;
	display: table-cell; 
	vertical-align: middle;
}
.boxBody div div {
	#position: relative;  #top: -50%;
}
.boxBody {
	margin: 0 auto;
	position: relative;
	padding: 4px;
	/*border-top: 1px #DDDDDD solid;*/
	text-align: center;
	font-size: 14px;
	display: table; height: 85px; 
	#position: relative; 
	width: 206px;
	overflow: hidden;
}
.bodyContent {
	position: relative;
	float: left;
	width: 475px;
	text-align: left;
	font-size: 13px;
}
.bodyContentButton {
	position: relative;
	text-align: center;
}
.button {
	margin: 0 auto;
	padding: 30px 0px;
	background: url(images/button_up.png) no-repeat center center;	
	font-size: 18px;
	color: #FFF;
	display: block;
	width: 150px;
	font-weight: bold;
}
.button:link{
	color: #FFF;
}
.button:active {
	background: url(images/button_down.png) no-repeat center center;
	color: #FFF;
}
.button:visited {
	color: #FFF;
}
.button:hover {
	color: #FFF;
}
.bodyImages {
	position: relative;
	float: right;
	right: 0px;
	text-align: right;
}
.Clear {
	clear: both;
}
