/* Start of CMSMS style sheet 'SPA' */
/* Main layout styles */
body { font: 12px/140% Verdana, Helvetica, sans-serif; color: #666666; margin-top: 0px; }

.header { position: relative; width: 610px; height: 120px;}
.title { position: absolute; top: 15px; right: 0px; margin-top: 5px; text-align: right; line-height: 160%; }
.logo { position: absolute; top: 15px; left: 20px; width: 151px; z-index: 1; }


.content {position: relative; width: 560px; margin-left: 50px; margin-top: 20px; }
.rightcol {position: absolute; top: 0px; width: 160px; right: 0px; }
.leftcol {position: relative; top: 0px; left: 0px; width: 380px; }
.footer {
	position: relative; width: 560px; margin-left: 50px; clear: both;
	text-align: center; padding: 0px 0px 2px; font-size: 10px; 
	border-bottom: 1px solid black; border-top: 1px solid black;
}
img.footerimg { vertical-align: middle; }

/* Menu items */
 .spamenu {
 	position: absolute; left: 100px; right: 0px; top: 75px;
	padding: 0 0 2px; margin-top: 8px;
	border-bottom: 1px solid black; border-top: 1px solid black;
	line-height: 100%; white-space: nowrap; 
	z-index: 2;
}

.menuitem { color: #666666; text-decoration: none; }
.menuselected { color: #000000; background-color: #9FBFDF; }
a.menuitem:hover {background-color: #9FBFDF; }

.utilities { font-size: 10px; text-align: right; }

/* headings in content */
.headingline {
	position: relative; border-top: 1px solid black;
	margin-bottom: 0px; margin-top: 0px;
	height: 28px; width: 100%; clear: both;
}

h1 {margin-top: 0px; padding: 2px; float: left;
	border-left: 1px solid black; border-right: 1px solid black; border-bottom: 1px solid black;
	font: 14px Verdana, sans-serif; color: #000000; font-weight: bold;}

h1.yellow { background-color: #FFCC33; }
h1.green { background-color: #9EF3BC; }
h1.buff { background-color: #E6C4BD; }

/* Side column text styles */
.newsheading { font-size: 12px; font-weight: bold; color: #000000; margin-top:0 ;margin-bottom:0;}
.newsitem { clear: both; padding: 0px 0px 6px; font-size: 11px;margin-top:0 ;margin-bottom:0;}
.righthanditem { clear: both; padding: 3px 0px; font-size: 11px;}
li.newsitem {margin-left: 0 }

/* Other text styles */
h2, .minorheading { color: black; font-weight: bold; font-size: 13px; margin-bottom: 0 }

td { font: 12px/140% Verdana, Helvetica, sans-serif; color: #666666; }
p,h2, .minorheading { clear: both; }

/* forms */
.formsection {font-size: 14px; color: black; font-weight: bold; padding-top: 12px;}
.formemphasis {color: red;}
.formprompt {text-align: right; vertical-align: top; white-space: nowrap;}

/*miniSPA programme */
.s {font-size: 10px; text-align: center; vertical-align: top; background-color: #fea}
.sp {font-size: 11px; font-weight: bold}
.af {font-weight: bold}
.pl {font-size: 11px; font-weight: bold; text-align: left; background-color: #cfd}
.t {font-size: 10px; background-color: #eee}


/* STYLES BELOW ADDED BY DAVID PETERSON 10-Jul-2012
 * I've overridden some of the styles above, to try to give things
 * a fresher look. If you don't like it, simply delete these styles...
 */
.spamenu, p, h1, h2, h3, li {
  font-family: Arial;
  color: #333;
  line-height: 150%;
}
p, li {
  font-size: 13px;
}
h1, h1.yellow, h1.green, h1.buff {
  border: 0;
  background-color: transparent;
}
.header, .content, .footer {
  width: 740px;
  margin: 0 auto;
}
.header {
  padding: 16px;
}
.leftcol {
  width: 480px;
}
.rightcol {
  width: 220px;
  background-color: #fffaea;
  padding: 10px;
}
.headingline {
  border-top: 0;
  margin: 0;
  padding: 0;
}
h1 {
  margin: 0;
  padding: 0;
}
.rightcol h1 {
  border-bottom: 1px dotted black;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 6px;
}
.newsheading,
.newsitem {
  line-height: 160%;
  margin-top: 4px;
  margin-bottom: 4px;
}
body {
  margin-top: 16px;
}
.footer {
  text-align: left;
  border: 0;
  border-top: 1px dotted black;
  padding-top: 4px;
  margin-top: 32px;
}
.menuselected {
  font-weight: bold;
  background-color: transparent;
}
li.newsitem {
  margin-bottom: 1px;
  margin-top: 1px;
  padding: 0;
}
.menuitem {
  padding: 3px;
}
a.menuitem:hover {
  background-color: #f7f3f0;
}
p {
  margin-top: 4px;
  margin-bottom: 24px;
}
.spamenu {
  width: 540px;
  margin-left: 120px;
  border-top: 1px dotted black;
  border-bottom: 1px dotted black;
}
.utilities {
  display: none;
}
.newsheading {
  margin-top: 10px;
}
/* End of 'SPA' */

