body {
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 1em;
color: blue;}


div#header {
font-family: "Times New Roman", Times, serif;
font-size: 1.4em;
color: #000000;
border: thin solid #000000;
position: relative;
height: 170px;
width: 100%;}

div#headerleft {
float: left;
position: relative;
left: 0px;
top: 0px;
height: 170px;
padding-top: 20px;
padding-left: 20px;
width: 15%;
}

div#headercentre {
position: relative;
float: left;
padding-left: 30px;
padding-right: 30px;
padding-top: 20px;
width: 60%;
height: auto;}

div#headerright {
float: left;
width: 15%;
position: relative;
padding-left: 20px;
padding-top: 10px;}

div#content {
position: relative;
width: 95%;
margin-bottom: 10px;
padding-left: 20px;
padding-right: 20px;}

div#sidebarleft {
position: relative;
border: 1px gray solid;
float: left;
width: 15%;
height: auto;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
background-color: #c2c2c2;}

div#contentmain {
position: relative;
width: 55%;
height: auto;
float: left;
padding-left: 15px;
padding-right: 15px;}

div#sidebarright {
float: left;
width: 23%;
height: auto;
position: relative;
}

.newsletterhead {
position: relative;
width: 90%;
padding-bottom: 5px;
padding-left: 5px;
height: 250px;}
.newsletterleft {
position: relative;
width: 30%;
float: left;
padding-left: 5px;
border: 1px gray;
padding-bottom: 3px;
border-left: 1px gray solid;
border-top: 1px gray solid;
border-right: 1px gray solid;}
.newsletterleft1 {
position: relative;
width: 30%;
float: left;
padding-left: 5px;
border: 1px gray;
padding-bottom: 3px;
border-left: 1px gray solid;
border-top: 1px gray solid;
border-bottom: 1px gray solid;
border-right: 1px gray solid;}

.newsletterright {
width: 60%;
position: relative;
float: left;
text-align: right;
border-top: 1px gray solid;
padding-bottom: 3px;
padding-right: 5px;
border-right: 1px gray solid;}

.newsletterright1 {
width: 60%;
position: relative;
float: left;
text-align: right;
padding-bottom: 3px;
padding-right: 5px;
border-bottom: 1px gray solid;
border-top: 1px gray solid;
border-right: 1px gray solid;}
div#contentleft {
position: relative;
top: 10px;
width: 47%;
float: left;
padding-left: 20px;
padding-right: 10px;}
div#contentright {
float: left;
position: relative;
top: 10px;
width: 47%;
right: 0px;
padding-right: 10px;
padding-left: 10px;
}
div#footer {
font-size: smaller;
padding: 2px;
border: thin solid #000000;
position: relative;
width: 100%;
}

div.col50 {
width: 50%;
height: auto;
float: right;
position: relative;}

div.col50l {
width: 50%;
height: auto;
float: left;
position: relative;}

.box {
	width: 95%;
	height:inherit;
	border: thin solid #000000;
	padding: 5px;
}
	 
.style1 {color: #ECE9D8}

body,td,th {
	font-size: 0.8em;
}