@charset "utf-8";
/* CSS Document 
* Author: Wayne Hoggett - Superior Studios
*/
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	text-align: justify;
}
body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/pagebg.jpg);
	background-color: #0000CC;
	background-repeat: repeat-x;
}
a:link {
	color: #0000FF;
}
a:visited {
	color: #0000FF;
}
a:hover {
	color: #0066FF;
}
a:active {
	color: #0000FF;
}
h1,h2,h3,h5,h6 {
	font-weight: bold;
}
h1 {
	text-align: left;
	font-size: 14pt;
}
h2 {
	text-align: left;
	font-size: 12pt;
}
h3 {
	text-align: left;
	font-size: 10pt;
}
h4 {
	text-align: left;
	font-size: 10pt;
	text-decoration: underline;
}
.bodytextbg {
	background-image: url(images/bodytextbg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.hr {
	font-size: 1px;
}
.maintable {
	border: 1px solid #ccc;
}
/********************************************
 	Tables within content styled using CSS.
	Moving away from table-based design.
*********************************************/
#pagecontent table, #pagecontent th, #pagecontent td {
border-collapse: collapse;
border: 1px thin #eee;
text-align: left;
}
#pagecontent th {
background: #9CF;
}
#pagecontent tr {
line-height: 14pt;
}
/********************************************
 	PDF Downloads
*********************************************/
.pdfdownload {
background-color: #9CF;
}
.pdfdownload img{
border: none;
vertical-align: middle;
background-color: #fff;
padding: 5px;
margin-top: -4px;
}
.pdfdownload a{
padding-left: 10px;
}
/********************************************
 	Calendar Items for "Dates in Your Diary
*********************************************/
.calendaritem h3{
background-color: #FFF;
}
.calendaritem h3{
background-color: #9CF;
line-height: 20pt;
margin-bottom: -12px;
width: 360px;
padding-left: 5px;
}
.calendaritem p {
background-color: #FFC;
line-height: 20pt;
width: 360px;
padding-left: 5px;
}
.calendaritem a img {
float: right;
padding: 14pt;
border: none;
}