﻿/****************************************/
/***************main body****************/
body
{
	
	padding: 20px;
}
.mlMain
{
	width: 981px;
	margin-left: auto;
	margin-right: auto;
	background: white;
	padding: 10px;
}
/***************main body****************/
/****************************************/
/***************createMargins************/
.createMargins
{
	padding-left: 19px;
	padding-right: 11px;
	padding-top: 1px; /*fixes issue with background-color*/
	padding-bottom: 1px; /*fixes issue with background-color*/
}
/***************createMargins************/
/****************************************/
/***************topSection***************/
.mlTopSection
{
}
.mlTopSection .Logo
{
	margin-bottom: 8px;
}
.mlTopSection .Logo img
{
	margin-right: 20px;
}
.mlTopSection .icons
{
	text-align: right;
	float: right;
	font-size:0.75em;
}
.mlTopSection .links
{
	width: 300px;
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: right;
}
.mlTopSection .title
{
	color: #be354a;
	font-size: 28px;
}
@media print
{
	.mlTopSection .icons
	{
		display: none;
	}
	.mlTopSection .links
	{
		display: none;
	}
}

.topMenu a:hover
{
}

/***************topSection***************/
/****************************************/
/***************topMenu******************/
.mlTopMenu
{
	clear: both;
}
.mlMenuSeperator
{
	height: 34px;
	line-height: 34px;
}
/***************topMenu******************/
/****************************************/
/***************mainSection**************/
.mlMainSection
{
}
/***************mainSection**************/
/****************************************/
/***************footer*******************/
.footer
{
	clear: both;
	margin-top: 40px;
	/*background-color: #D1CDCF;*/
}
.footer .left
{
	width: 230px;
	float: left; /*height: 55px;*/ /*background-color: #d3e4ee;*/
	padding: 10px;
	font-size: 12px;
}

.footer .left a
{
	color: Black;
}

.footer .right
{
	width: 691px;
	float: right; /*background-color: #d3e4ee;*/ /*height: 55px;*/
	padding: 10px 10px 10px 30px;
	font-size: 12px;
}
/***************footer*******************/
/****************************************/
/***************breadcrumb***************/
.breadcrumb
{
	font-size: 12px;
}
/****************************************/
