* {	margin:0; padding:0; }

body {
  background: #D6DDE7;
  color:#101665;
}

.container {
	top: 10px;
	width: 1042px;
	margin: 0px auto;
	text-align: left;
	border:solid #fff;
	border-width: 0px;
	color: #101665;
	position: relative;
	text-decoration:none;
}

#title-top {
	clear: left;
	border-left: 1px solid #D6DDE7;
	border-right: 1px solid #D6DDE7;
}

#homecontentarea {
	position: relative; 
	width: 1040px;
	border-top: 1px none #D6DDE7;
	border-right: thin none #D6DDE7;
	border-bottom: 1px none #D6DDE7;
	border-left: thin none #D6DDE7;
	background: #D6DDE7;
}

#middle {
	width: 1000px;
	font-family: Calibri;
	float: left;
	border-top: 1px solid #D6DDE7;
	border-bottom: 1px none #D6DDE7;
	padding: 0px 0px 30px;
}

#middle p {
	font-family: Calibri;
	font-size: 1.4em;
	color: #D90000;
	text-align: center;
}

#leftcolumn {
	width: 500px;
	font-family: Calibri;
	float: left;
	border-top: 1px solid #D6DDE7;
	border-bottom: 1px none #D6DDE7;
	padding: 0px 0px 30px;
}

#leftcolumn h4 {
	FONT-SIZE: 1.0em;
	color:#5D646C;
	FONT-STYLE: normal;
	FONT-FAMILY: Calibri;
	padding: 10px 5px 0px 0px;
	text-align:left;
}


#leftcolumn h4 a {
	color: #5D646C;
	text-decoration: none;
}

#leftcolumn h4 a:hover {
	color: #FF0000;
}

#rightcolumn {
	width: 500px;
	font-family: Calibri;
	float: left;
	border-top: 1px solid #D6DDE7;
	border-bottom: 1px none #D6DDE7;
	padding: 0px 0px 30px;
}

#rightcolumn h4 {
	FONT-SIZE: 1.0em;
	color:#5D646C;
	FONT-STYLE: normal;
	FONT-FAMILY: Calibri;
	padding: 10px 5px 0px 0px;
	text-align:left;
}

.red
{
	FONT-FAMILY: Calibri;
	color:#968C5F;
	font-weight: bold;
}

.red2
{
	FONT-FAMILY: Calibri;
	color:#FF0000;
	font-weight: bold;
}

.times_table
{
	padding: 30px 0px 0px;
}

/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any containter that must enclose floated elements */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: ".";            /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;               /* ensure the period is not visible */
    clear: both;             /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */
