﻿body
{
	background-color: #ffffff;
	text-align: center;
	font-family: Arial, Sans-Serif;
	font-size: small;
	color: #000066;
}
div
{
	border-color: Red;
	border-width: 1px;
	border-style: none;
}
th,td
{
	vertical-align: top;
}

div.Page
{
	width: 900px;
	text-align: left;
	float: left;
	clear: none;
}
div.Header
{
	float: left;
	clear: left;
	width: 100%;
	
	/*background-image: url(images/mlec/horizontalbanner.gif);*/
	background-image: url(images/mlec/banner.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
div.Main
{
	float: left;
	clear: left;
	width: 100%;
	background-image: url(images/mlec/bg.png);
	background-position: left top;
	background-repeat: repeat-y;
}
div.Footer
{
	float: left;
	clear: left;
	width: 100%;
	background-image: url(images/mlec/bg.png);
	background-position: left top;
	background-repeat: repeat-y;
	/*
	background-image: url(images/mlec/bottomStraight.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	*/
}
div.TopLeft
{
	float: left;
	clear: none;
	width: 100px;
	height: 100px;
	background-image: url(images/mlec/topLeftCurve.png);
	background-position: left top;
	background-repeat: no-repeat;
}
div.TopCentre
{
	float: left;
	clear: none;
	width: 650px;
	text-align: left;
	background-image: url(images/mlec/topStraight.png);
	background-position: left top;
	background-repeat: repeat-x;
}
div.TopRight
{
	float: left;
	clear: none;
	width: 150px;
	height: 100px;
	background-image: url(images/mlec/topRightCurve.png);
	background-position: right top;
	background-repeat: no-repeat;
}
div.Left
{
	float: left;
	clear: none;
	width: 30px;
	background-image: url(images/mlec/topStraight.png);
	background-position: left top;
	background-repeat: repeat-x;
}
div.Centre
{
	float: left;
	clear: none;
	width: 720px;
	padding: 10px 0px 10px 0px;
	background-image: url(images/mlec/topStraight.png);
	background-position: left top;
	background-repeat: repeat-x;
	/*
	background-image: url(images/mlec/topRightCurve.png);
	background-position: right top;
	background-repeat: no-repeat;
	*/
}
div.Right
{
	float: left;
	clear: none;
	width: 150px;
	background-image: url(images/mlec/topStraight.png);
	background-position: left top;
	background-repeat: repeat-x;
	text-align: center;
}
div.BottomLeft
{
	float: left;
	clear: none;
	width: 100px;
	height: 100px;
	background-image: url(images/mlec/bottomLeftCurve.png);
	background-position: left bottom;
	background-repeat: repeat-y;
}
div.BottomCentre
{
	float: left;
	clear: none;
	width: 650px;
	height: 100px;
	text-align: left;
	font-size: smaller;
	background-image: url(images/mlec/bottomStraight.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	/*
	background-image: url(images/mlec/bottomRightCurve.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	*/
}
div.BottomRight
{
	float: left;
	clear: none;
	width: 150px;
	height: 100px;
	background-image: url(images/mlec/bottomRightCurve.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}
div.BottomCentreText
{
	text-align: center;
	padding-top: 20px;
}
div.Legal
{
	margin-top: 5px;
	clear: left;
	font-size: xx-small;
	width: 100%;
}
div.ThreeFootTall
{
	clear: left;
	font-size: xx-small;
	width: 750px;
	text-align: right;
	color: #666666;
}
div.BottomCentreText
{
	text-align: center;
	padding-top: 20px;
}
h1,h2,h3,h4,h5,h6
{
	color: #000066;
	padding-bottom: 2px;
	margin-bottom: 2px;
}
h1
{
	font-size: x-large;
}
h2
{
	font-size: large;
}
h3
{
	font-size: medium;
}
h4,h5,h6
{
	font-size: small;
}
p
{
	font-size: small;
	padding-top: 2px;
	margin-top: 2px;
	color: #000066;
}
img
{
	border-style: none;
}