* {	margin:0; padding:0; }

body {
  background: #FFF;
  color:#101665;
}

.container {
	top: 10px;
	width: 1002px;
	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 #fff;
	border-right: 1px solid #fff;
}

#homecontentarea {
	position: relative; 
	width: 1000px;
	border-top: 1px none #fff;
	border-right: thin none #fff;
	border-bottom: 1px none #fff;
	border-left: thin none #fff;
	background: #FFF;
}

#bottomcolumn {
	font-family: Calibri;
	width:600px;
	float: left;
	border-top: 1px solid #fff;
	border-bottom: 1px none #fff;
	padding: 0px 0px 30px;
}

#bottomcolumn p {
	FONT-FAMILY: Calibri;
	color:#000000;
	padding: 25px 10px 5px;
	text-align: left;
	font-size: 1.2em;
	margin: 0px;
}

#bottomcolumn h4 {
	FONT-SIZE: 1.4em;
	color:#000;
	FONT-STYLE: normal;
	FONT-FAMILY: Calibri;
	padding: 10px 5px 0px 100px;
	text-align:left;
}

#bottomcolumn h4 a {
	color: #000000;
	text-decoration: none;
}

#bottomcolumn h4 a:hover {
	color: #FF0000;
}

#rightcolumn {
	font-family: Calibri;
	width:400px;
	float: left;
	border-top: 1px solid #fff;
	border-bottom: 1px none #fff;
	padding: 0px 0px 30px;
}

#rightcolumn p {
	FONT-FAMILY: Calibri;
	color:#000000;
	padding: 25px 10px 5px 90px;
	text-align: left;
	font-size: 1.2em;
	margin: 0px;
}

#rightcolumn h4 {
	FONT-SIZE: 1.4em;
	color:#000;
	FONT-STYLE: normal;
	FONT-FAMILY: Calibri;
	padding: 10px 5px 0px 0px;
	text-align:left;
}

#rightcolumn h4 a {
	color: #000000;
	text-decoration: none;
}

#rightcolumn h4 a:hover {
	color: #FF0000;
}

.red
{
	FONT-FAMILY: Calibri;
	color:#101665;
	font-weight: bold;
}

/* 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 */
