/* Set the main background image for the page,
and a 5 pixel margin down the left */
body {
background-image: url('images/bodybg.jpg'); background-repeat: repeat-x; background-position-y: top;
margin:0px 0px 0px 5px;
}

/* Set the default text color, font and text size */
body, td {
	color: black;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size:12px;
}

/* Link color */
a { 
color: #3366CC; /* blue */
}

/* Format headings */
h1 {
color: #3366CC;	/* blue */
font-size: 22px;
font-weight:bold;
}

h2 {
color: #3366CC;
font-size:14px;
font-weight:bold;
}

h3 {
color: #3366CC;
font-size:14px
}

/* Position the top left menu */
.menulinks {
position:absolute;
left:3px;
top:107px;
}

/* Format each menu option within the top left menu */
.menulinks table td {
width: 207px;
color: #FFFFCC;	/* The text color for the current page - pale yellow */
text-align: left;
font-family: Tahoma, Verdana, Arial, sans-serif;
font-weight: bold;
font-size:12px;
height:18px;
background-image:url('images/menuline.jpg'); /* The line under each menu item */
background-repeat: no-repeat;
background-position: bottom left;
}

/* Format the clickable links within the menu options */
.menulinks table td a {
color: white;
text-decoration: none; /* No line under the link */
}

/* Underline the menu option link when your mouse hovers over it */
.menulinks table td a:hover {
text-decoration: underline;
}

/* The top border / banner for every page */
.topborder {
position:relative;
left:-5px;
background-image: url('images/topbg.jpg'); background-repeat: no-repeat; background-position: left top;
height:295px;
vertical-align:top;
}

/* Position the top right image */
.rightimage {
	position:absolute;
	left:500px;
	top:57px;
	width:202px;
	height:164px;
}

/* Heading of the infobox (e.g. News) */
.infoboxtitle {
background-image:url('images/infobox_top.jpg');
text-align:center;
color:#FFFFFF;
font-weight:bold;
}

/* Main text of the infobox */
.infoboxmain {
background-image:url('images/infobox_centre.jpg');
text-align:center;
vertical-align:middle;
padding:5px;
}

.infoboxbottom {
background-image:url('images/infobox_bottom.jpg');
}

/* Buttons */
.submitbutton {
background-color: #3366CC;
color:#FFFFFF;
font-size:10px; font-weight:bold;
}
