/* made by tonygillham.com Ltd */ 
html, body{
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(../images/back.jpg);
	background-color: #A9A5AD;
	background-repeat: repeat-x;
} 
 
#pagewidth{
	width: 800px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
} 
 
#header{
	height: 150px;
	width: 100%;
	background-image: url(../images/header.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
} 

#slider{
	height: 140px;
	width: 800px;
	background-color: #64565c;
} 

#leftcol{
	width: 160px;
	float: left;
	height: auto;
}
	
.leftcolblock{
	width: 150px;
	float: left;
	background-image: url(../images/menutab.jpg);
	background-repeat: no-repeat;
	background-position: 1px;
	font: 14px sans-serif;
	color: White;
	padding-top: 7px;
	padding-bottom: 8px;
	padding-left: 10px;
	background-color: transparent;
}

.leftcolcont{
	width: 135px;
	float: left;
	padding-left: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	text-align: justify;
	}
 
#maincol{
	float: right;
	padding-left: 15px;
	padding-right: 5px;
	width: 620px;
	height: 100%;
	display: inline;
}

#bottomborder{
	background-image: url(../images/bottomborder.jpg);
	height: 5px;
	clear: both;
	background-repeat: no-repeat;
}
#footer{
	clear: both;
	height: 41px;
	padding-top: 10px;
}

.clearfix:after {
 display: block; 
height: 0; 
 clear: both; 
 }
 
.clearfix{
	display: inline-block;
	background-image: url(../images/page_back.jpg);
	background-repeat: repeat-y;
}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

a {
	text-decoration: underline;
	font-family: sans-serif;
	border: none;
	color: #003333;
}

a:hover {
	text-decoration: underline;
	border: none;
	color: #b22222;
}

h1,.componentheading {
	font-size: 1.5em;
	font-family: sans-serif;
	margin: 1em 0; /*use for top/bottom*/
	padding: 0 0em; /*use for left/right*/
}

h2,.contentheading,a.contentheading:link,a.contentheading:visited,.contentpagetitle,a.contentpagetitle:link,a.contentpagetitle:visited {
	color: black;
	font-size: 1.2em;
	font-family: sans-serif;
	margin: 1em 0; /*use for top/bottom*/
}

h3,table.moduletable th {
	font-size: 1.1em;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	font-weight: bold;
	margin: 1em 0; /*use for top/bottom*/
}
#pagewidth #footer a {
	font-size: 12px;
	padding-bottom: 12px;
}

h4 {
	font-size: 0.1em;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	color: #A5ADA9;
}
p {
	color: black;
	font-size: 11px;
	font-family: sans-serif;
}

td {
	color: Black;
}
