/* HTML bits and bobs */
body {
	margin: 0px;
	text-align: center;
	background-color: #FFFFFF;
}
object {
	display: block;
	margin: 0px;
}
h1 {
	font-size: 22px;
	font-weight: bold;
	color: #CC0066;
	margin-top: 0px;
	margin-bottom: 0.25em;
	line-height: 1.6em;
}
h2 {
	font-size: 13px;
	line-height: 1.6em;
	font-weight: bold;
	color: #CC0066;
	margin-top: 0px;
	margin-bottom: 0.25em;
}
h3 {
	font-weight: bold;
	color: #CC0066;
	margin: 0px;
	font-size: 11px;
	line-height: 1.6em;
}
p {
	margin-top: 0px;
	margin-bottom: 1em;
}


/* layout: IDs */
#wrapper {
	width: 750px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.7em;
	position: relative;
}
#masthead {
	background-image: url(../media/rainbow.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 132px;
	width: 750px;
}
#sideNav {
	width: 170px;
	position: absolute;
	left: 0px;
	top: 126px;
	text-align: right;
	font-size: 10px;
	line-height: 1.4em;
	color: #666666;
}
#sideNav ul {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}
#centreContent {
	width: 385px;
	float: right;
	position: absolute;
	left: 190px;
	top: 141px;
}
#centreContent ul {
	margin: 0px 0px 1em 2em;
	padding: 0px;
	list-style-image: url(../media/pink-arrow.gif);
	list-style-type: none;
}
#rightBar {
	background-color: #B5E3EA;
	width: 160px;
	position: absolute;
	left: 590px;
	top: 141px;
	font-size: 10px;
	line-height: 1.5em;
	color: #000066;
	background-image: url(../media/latest-news.gif);
	padding-top: 30px;
	background-repeat: no-repeat;
	background-position: top;
}

#rightBar img {
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #000066;
}
#rightBar p {
	margin-top: 0px;
	margin-bottom: 0em;
}
#sectionSubMenu {
	width:150px;
	padding: 5px;
	background-color: #EEEEEE;
	position: absolute;
	left: 590px;
	top: 141px;
	font-size: 10px;
	line-height: 1.5em;
	color: #000066;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CC0066;
}
#sectionSubMenu p {
	margin-top: 0px;
	margin-bottom: .75em;
}
#sectionSubMenu h3 {
	margin-top: 0px;
	margin-bottom: 1em;
}
<!-- tan hack or simplified box model hack -->
* html sectionSubMenu {
width: 160px;
w\idth: 150px;
}

#menu {
	background-color: #0FA1B8;
	background-image: url(../media/bottomSideCurve.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 20px;
	padding-top: 10px;
	padding-right: 10px;
	margin-bottom: 1em;
}

/* typographic stylistics */
#sideNav a:link, #sideNav a:visited {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 1.6em;
}
#sideNav a:hover {
	color: #99CCFF;
	text-decoration: none;
}
.menuOn {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6em;
	color: #99CCFF;
	text-decoration: none;
}
#rightBar a:link, #rightBar a:visited {
	color: #006699;
	font-weight: bold;
	text-decoration: none;
}
#rightBar a:hover {
	color: #003366;
	text-decoration: none;
}
a:link, a:visited {
	color: #006699;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #003366;
	text-decoration: none;
}
.newsItem {
	width: 150px;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0066CC;
}
.myInput {
	width: 320px;
	padding: 3px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.6em;
	color: #333333;
	border: 1px solid #0099CC;
}
.shortField {
	width: 30px;
	border: 1px solid #0099CC;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.6em;
	color: #333333;
	padding: 3px;
}
.myFileInput {
	width: 320px;
	padding: 3px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.6em;
	color: #333333;
	border: 1px solid #0099CC;
}
* html .newsitem {
width: 160px;
w\idth: 150px;
}
html>body .newsItem {
  width: 150px;
}
.small {
	font-size: 9px;
	line-height: 1.4em;
	color: #666666;
}
.img_right {
	padding-left: 10px;
	padding-bottom: 5px;
}
.img_left {
	padding-right: 10px;
	padding-bottom: 5px;
}

