* {	margin:0; padding:0; }

body {
  background: #FFF;
  font: Calibri;
  color:#333;
  font-size:100%;
  behavior:url(csshover.htc);
}

.container {
	top: 10px;
	width: 1002px;
	margin: 0px auto;
	text-align: left;
	border:solid #fff;
	border-width: 0px;
	color: #333;
	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;
}

#midcolumn {
	clear: right;
	font-family: Calibri;
	background: url(../img/longbody1.jpg) repeat-x left top;
}

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

#midcolumn h3 {
	FONT-SIZE: 1.4em;
	color:#000;
	FONT-STYLE: normal;
	FONT-FAMILY: Calibri;
	text-align:center;
	padding: 20px 0px 40px 60px;
	clear: right;
}

#midcolumn h2 {
	FONT-SIZE: 1.2em;
	color:#000;
	FONT-STYLE: normal;
	FONT-FAMILY: Calibri;
	text-align:center;
	padding: 20px 0px 20px 60px;
	clear: right;
}

#midcolumn h5 {
	FONT-SIZE: 1.2em;
	color:#000;
	FONT-STYLE: normal;
	FONT-FAMILY: Calibri;
	text-align:left;
	padding: 30px 0px 20px 60px;
	clear: right;
}

#bottomcolumn {
	font-family: Calibri;
	float: left;
	background: url(../img/longbody1r.jpg) repeat-x left bottom;
	border-top: 1px solid #fff;
	border-bottom: 1px none #fff;
	clear: left;
	width: 1000px;
	padding: 0px 0px 30px;
}

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

#bottomcolumn h3 {
	FONT-SIZE: 1.4em;
	color:#000;
	FONT-STYLE: normal;
	FONT-FAMILY: Calibri;
	padding: 20px 5px 10px 40px;
	text-align:center;
}

#bottomcolumn h2 {
	FONT-SIZE: 1.2em;
	color:#000;
	FONT-STYLE: normal;
	FONT-FAMILY: Calibri;
	text-align:center;
	padding: 20px 0px 20px 60px;
	clear: right;
}

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

#bottomcolumn h5 {
	FONT-SIZE: 1.2em;
	color:#000;
	FONT-STYLE: normal;
	FONT-FAMILY: Calibri;
	text-align:left;
	padding: 30px 0px 20px 60px;
	clear: right;
}

#bottomcolumn ul
{
	FONT-SIZE: 1.2em;
	FONT-STYLE: normal;
	FONT-FAMILY: Calibri;
	list-style-type: disc;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 60px;
	list-style-position: outside;
}

#bottomcolumn ul li
{
	FONT-STYLE: normal;
	FONT-FAMILY: Calibri;
	color: #333;
	padding: 1px;
	margin: 0px 0px 10px;
	font-weight: bold;
}

.red
{
	FONT-FAMILY: Calibri;
	color:#016703;
	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 */