body {
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}
div#table	{
	padding-top: 10px;
	padding-left: 30px;
}
div#topborder	{
	background-color: #ffa339;
	height: 210px;
	width: 100%;
	background-image: url(/images/logo.jpg);
	background-repeat: no-repeat;
	background-position: 700px;
	margin: 0px;
}
div#navbar	{
	margin-left:10px;
	margin-top:0px;
	height: 40px;
	/*background-color: #999999;*/
}
div#title	{
	font-family: "Times New Roman", Times, serif;
	font-size: 34px;
	font-weight: bold;
	color: #ed2025;
	margin-top: 60px;
	margin-left: 20px;
}

div#middlecontainer	{
	/*background-color: #CCCCCC;*/
	/*float:left;*/
	width: 1000px;
	/*margin-right: auto;
	margin-left: auto;*/
}

div#column1	{
	float: left;
	width: 240px;
	/*background-color: #33FF66;*/
	padding: 10px;
}
div#column2	{
	width:650px;
	float:left;
	/*background-color: #FFFF33;*/
	padding: 10px;
}
div#column3	{
	float: left;
	width: 170px;
	background-color: #33FF66;
}


div#footer	{
	background-color: #ffa339;
	/*padding: 10px;*/
	height: 145px;
	width: 100%;
	background-image: url(/images/logo3.jpg);
	background-repeat: no-repeat;
	background-position: 440px;
	float: left;
	margin: 0px;
}

div#mainwrapper	{
	background-color: #ffa339;
	font-size: 0%;
	width: 100%;
	margin-top: 100px;
}
.heading_content {
	font-size: 18px;
	color: #ed2025;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}

.centredcontent {
	padding: 10px;
	height: 245px;	/*background-color: #FF3399;*/
}
.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	
	width: 100%;

}

/*THIS IS SO THAT THREE COLUMNS FLOATED LEFT SIT SIDE BY SIDE EB*/
/* 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 */
