/* CSS Document */

.body{
	width: 832px;
	margin: auto;
	text-align: left;
	background: #fff;
}

.header{
	padding: 10px;
	overflow: hidden;
	clear: both;
}

.headerFlash{
	float: right;
	width: 513px;
}

.header-content{
	background: #A1D1E5;
	padding: 0px 0px 0px 20px;
	height: 208px;
}

.logo{
	width: 278px;
	float: left;
	padding-top: 55px;
}

.header-left{
	background: #CCB13C;
	width: 400px;
	font-size: 10px;
	float: left;	
}

.header-right{
	background: #CCB13C;
	width: 50px;
	font-size: 10px;
	float: right;	
}

.main-content{
	width: 580px;
	float: right;
}

.sidebar{
	width: 246px;
	float: left;
}

.sidebar-content{
	padding: 13px;
}


.content-title{
	color: #333;
	margin: 0px !important;
	padding: 15px 0;
	font-size: 1.4em;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
}

.content{
	padding: 10px 20px;
}

.footer{
	clear: both;
	padding: 10px;
}

.footer-content{
	color: #fff;
	padding: 10px;
	background: #4B9BBD;
}

.footer-content a{
	color: #fff;
}

.footer-content a:hover{
	color: #fff;
	text-decoration: underline
}

.header-spacer{
	background: #fff;
	height: 20px;
}

.content img{
	padding: 2px;
	border: 1px solid #ccc;
}

