/* Start of CMSMS style sheet 'stuartthomson' */
body {
	background-color: #ffffff;
	font-family: palatino, "book antiqua", times, "times new roman", serif;
	font-size: 100%;
	color: #000000;
	padding: 0px;
	border: 0px;
	margin: 0px;
}

body img {
	border-width: 0px;
	margin: 5px;
}

body li {
	list-style-type: none;
}

a {
	color: #1a2482;
}

a:hover {
	color: #ff6633;
	text-decoration: none;
}

td span {
	float: right;
	whitespace: nowrap;
}

#header {
	width: 100%;
	height: 80px;
	color: #ffffff;
	background-color: #1a2482;
	clear: right;
	font-family: sans-serif, verdana, arial, helvetica;
	font-size: 50px;
	text-align: right;
	background-image: url("/images/header_top.jpg");
	background-repeat: no-repeat;
	padding-top: 20px;
}

#header h1 {
	font-size: 50px;
	font-weight: normal;
	margin-top: 0px;
	padding-right: 20px;
	display: inline;
}

#headermenu {
	width: 100%;
	color: #000000;
	background-color: #8884C5;
	text-align: right;
	font-weight: bold;
	background-image: url("/images/header_bottom.jpg");
	background-repeat: no-repeat;
}

#headermenu ul {
 margin: 0px;
}

#headermenu li {
 margin: 0px;
 display: inline;
 padding-right: 8px;
}

#headermenu a {
	color: #ffffff;
	text-decoration: none;
}

#headermenu a:hover {
	color: #ff9966;
}

h1 {
	font-size: 150%;
	font-weight: bold;
}

h2 {
	font-size: 120%;
	font-weight: bold;
}

#content {
	clear: right;
	padding: 10px;
	padding-left: 20px;
	border: 0px;
	margin: 0px;
}

.imageleft img, .floatleft {
	float: left;
	margin: 10px;
}

.imageright img, .floatright {
	float: right;
	margin: 10px;
}

.formerror {
	color: #ff0000;
}

.published {
	font-style: italic;
	font-family: "times new roman", times, "book antiqua", palatino, serif;
}

#footer {
	font-family: Arial, Helvetica;
	clear: both;
	font-size: 12px;
	text-align: center;
	margin-top: 80px;
}

#footer a {
	color: #000000;
	text-decoration: none;
}
/* End of 'stuartthomson' */

