﻿/* 
================================
 START: Center styles
================================
*/
.centercontainer
{
	clear: left;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 720px;
}
.centerheader
{
	-webkit-background-clip: border;
	-webkit-background-origin: padding;
	background-attachment: scroll;
	background-image: url(images/Module_LtGrey_Header_720px.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	clear: both;
	display: block;
	float: none;
	height: 28px;
	width: 720px;
}
.centertitle
{
	color: black;
	display: inline;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
.centercontent
{
	clear: both;
	display: block;
	float: none;
	font-size: 11px;
	line-height: 14px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	text-align: left;
	width: 692px;
}
/*
.centercontainer
{
	clear: left;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 484px;
}
.centerheader
{
	-webkit-background-clip: border;
	-webkit-background-origin: padding;
	background-attachment: scroll;
	background-image: url(images/Module_LtGrey_Header.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	clear: both;
	display: inline;
	float: left;
	height: 28px;
	line-height: 28px;
	width: 484px;
}
.centertitle
{
	color: black;
	display: inline;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	padding: 0px;
	text-align: left;
}
.centercontent
{
	clear: both;
	display: block;
	float: left;
	font-size: 11px;
	line-height: 14px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	width: 454px;
}
*/
/* 
================================
 END: Center styles
================================
*/