/* elements common to all pages */
html, body {
	color: #0A1C4B;
	font-size: 85%;
	margin: 18px 0px 0px 0px;
}

html, body, textarea, input { font-family: Arial, Tahoma, Verdana, sans-serif; }
textarea { font-size: 100%; }

h1, h2 { margin: 0; font-size: 100%; }

/* Top Navigation bar */
td.nav a, td.nav a:hover { color: #CCD1D7; font-weight: bold; }
.nav { padding: 15px 0pc 10px 0px; margin: 0px 0px 0px 0px; color: #CCD1D7; }

/* global rules */
a { text-decoration: none; }
a:hover { text-decoration: underline; }

/* General layout */
.homephoto {
	margin: 10px 0 10px 10px; 
	border-top: 2px solid #FFF; 
	border-bottom: 2px solid #FFF; 
	border-left: 2px solid #FFF;
}
.homecontentblue, .homecontentred, .homecontentgreen, .homecontentorange {
	display: block;  
	margin: 10px 10px 10px 0; 
	border-top: 2px solid #FFF; 
	border-right: 2px solid #FFF; 
	border-bottom: 2px solid #FFF; 
	padding: 12px 13px 13px 12px
}
.homecontentblue { background-color: #1C8AC9; }
.homecontentred { background-color: #d3285c; }
.homecontentgreen { background-color: #2B8753; }
.homecontentorange { background-color: #f56945; }

.photo {
	margin: 10px 0 10px 10px; 
	border-top: 2px solid #FFF; 
	border-bottom: 2px solid #FFF; 
	border-left: 2px solid #FFF;
}
.quote {
	margin: 10px 10px 10px 0; 
	border-top: 2px solid #FFF; 
	border-right: 2px solid #FFF; 
	border-bottom: 2px solid #FFF; 
}
#menu {
	background-image:url(../img/menu-bg.gif);
	background-position:top;
	background-repeat:repeat-y;
	margin: 0;
	padding: 2px 12px 0px 12px;
	border-bottom: 10px solid #CCD1D7;
}
#content { padding: 18px 18px 0 18px; }
#extra { padding: 40px 10px 0 10px; }
#disclaimer { float: right; color: #7F7F7F; font-size: 85%; padding: 25px 0 10px 0; }

/* Navigation bar - Blue colour scheme */
.navblue, navblue:hover { color: #1C8AC9; font-weight: bold; }

/* Left Menu Styles - Section Specific colours in relevant section Stylesheet */
#menu a { 
	color: #CCD1D7;
	font-weight: bold;
	padding: 3px 0 3px 8px;
	border-bottom: 2px solid white;
	font-weight: bold;
	display: block;
	width: 175px;
	text-decoration: none;
	cursor: pointer;
}
#menu a:hover { 
	color: white;
	padding: 3px 0 3px 8px;
	border-bottom: 2px solid white;
	font-weight: bold;
	display: block;
	width: 175px;
	text-decoration: none;
	cursor: pointer;
}

#menu .selected {
	padding: 3px 0 3px 8px;
	border-bottom: 2px solid white;
	color: #FFF;
	font-weight: bold;
	display: block;
	width: 175px;
	text-decoration: none;
	cursor: pointer;
}
#menu .sub {
	color: #000046;
	padding: 1px 0 1px 16px;
	display: block;
	width: 163px;
	text-decoration: none;
	cursor: pointer;
	font-weight: normal;
	background-color: transparent; 
}
#menu .sub:hover {
	padding: 1px 0 1px 16px;
	display: block;
	width: 163px;
	text-decoration: none;
	cursor: pointer;
	font-weight: normal;
	background-color: transparent; 
}
#menu .subselected, .subselected:hover {
	padding: 1px 0 3px 16px;
	display: block;
	width: 163px;
	text-decoration: none;
	cursor: pointer;
	font-weight: normal;
	background-color: transparent; 
}

/* Table layout - Pink colour scheme */
.dark {
	color: #FFF; 
	border-bottom: 1px solid #FFF; 
	padding: 3px 6px; 
	font-weight: bold;
}
.light {
	color: #0A1C4B; 
	border-bottom: 1px solid #FFF; 
	padding: 3px 6px; 
}

/* Form elements */
.jumpmenuhome {
	height:16px; 
	width:162px; 
	color: #0A1C4B; 
	font-size: 90%; 
	position: relative; 
	top: 0px;
}
.buttongo {
	width: 17px; 
	height: 17px; 
	position: relative; 
	top: 3px;
}


/* Lovely colours */
.white {
	color: #FFF;
	background-color: transparent;
}
.grey {
	color: #7F7F7F;
	background-color: transparent;
}
.greylight {
	color: #CCD1D7;
	background-color: transparent;
}
.greybg {
	background-color: #CCD1D7;
}
.bluedark {
	color: #0A1C4B;
	background-color: transparent;
}
.pink {
	color: #D2295C;
	background-color: transparent;
}

/* This is used on the news pages to add images to stories */
p.newsimg {
	float: left;
	width: 165px;
	margin: 0 0 8px 0;
	clear: left;
}
	#content .newsimg img {
		border: solid #D0D5DA 1px;
		padding: 3px;
	}
