* {padding: 0; margin: 0;} 

/* Generic
---------------------------------------------------------------------------------*/
body {
     background: #fcfaf2 url(images/main-bg.jpg) no-repeat center top;
     font-size: 100%;
     color:#444444;
     text-align:center;
}
p {
     font-family: Verdana, Arial, sans-serif;
     font-size:  0.875em;
     padding-bottom: 12px;
}
img {
     border: none;
}
/*top right bottom left (clockwise) for padding*/
img.left-rb {
     float: left;
     padding: 5px 20px 20px 0;
}
img.right-bl {
     float: right;
     padding: 5px 0 20px 20px;
}
img.left {
     float:left;
     padding: 0 20px 0 0;
}
img.center {
     display: block;
     margin-left: auto;
     margin-right: auto;
     padding-top:6px;
}
img.right {
     float: right;
     padding: 0 0 0 20px;
}
#container {
     position: relative; 
     width: 900px; 
     margin: 0 auto; 
     text-align: left;
     top:260px;
     background:#fcfaf2;
}

/* headings and typography
---------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
     font-family: Georgia, Helvetica, Times, serif;
     font-weight:bold;
     letter-spacing: -1px;
     line-height: 1.2;
     color: #000000;
     border: 0px solid black;
}
h1 {
     font-size: 1.8em;
     padding: 20px 0 20px 0;
}
h2 {
     font-size: 1.5em;
     padding-bottom: 20px;
}
h3 {
     font-size: 1.2em;
     padding-bottom: 20px;
}
h4 {
     font-size: 1em;
     padding-bottom: 20px;
}
h5 {
     font-size: 0.9em;
     padding-bottom: 10px; 
}
h6 {
     font-size: 0.6em;
}

.nopadding {
        font-family: Verdana, Arial, sans-serif;
        font-size:  1em;
}

/* navigation at the bottom of each page
---------------------------------------------------------------------------------*/
p.nav {
        font-family: Arial, Tahoma, sans-serif;
        font-size: .80em;
	letter-spacing: 0.5px;
        color:#333333;
	padding:0 0;
	text-align: center;
}

/*appearance of table colour was #039 th and #669 td bg #fff
---------------------------------------------------------------------------------*/
#table-1
{
	font-family: Verdana, Arial, sans-serif;
	font-size: .9em;
	background:  #fcfaf2;
	margin: 0px;
	width: 100%;
	border-collapse: collapse;
	text-align: left;
        text-align: top;
}
#table-1 th
{
	font-size: 1.2em;
	font-weight: normal;
	color: black;
	padding: 20px 8px 0 0;
	border-bottom: 2px solid #6678b1;
}
#table-1 td
{
	border-bottom: 1px solid #ccc;
	color: #444444;
	padding: 6px 8px 0 0;
}
#table-2
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	background:  #fcfaf2;
	margin: 0px;
	width: 100%;
	border-collapse: collapse;
	text-align: left;
}
#table-2 th
{
	font-size: 1.2em;
	font-weight: normal;
	color: black;
	padding: 20px 8px 0 0;
	border-bottom: 2px solid #6678b1;
}
#table-2 td
{
	border-bottom: 1px solid #ccc;
	color: #444444;
	padding: 6px 8px 0 0;
}






/* clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
